Skip to content

Commit

Permalink
chore(all-release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Feb 8, 2021
1 parent 56637c9 commit 33261dc
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)


### Bug Fixes

* **all-general:** fix rtdb instances list command ([9a9e2cf](https://github.com/eficode/pipeline-the-game/commit/9a9e2cf15069d7d39c2df45b7b2ef4ddbb78ba8e))





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.3.0",
"version": "0.3.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)

**Note:** Version bump only for package @pipeline/common





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipeline/common",
"version": "0.3.0",
"version": "0.3.1",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"main": "build/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)

**Note:** Version bump only for package @pipeline/database





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/database/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pipeline/database",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"test": "mocha -r ts-node/register test/*.spec.ts",
"test:local": "npx env-cmd -f .env mocha -r ts-node/register test/*.spec.ts --timeout 5000"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^1.1.10",
"@pipeline/common": "^0.3.0",
"@pipeline/common": "^0.3.1",
"@types/mocha": "^8.2.0",
"env-cmd": "^10.1.0",
"mocha": "^8.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)

**Note:** Version bump only for package @pipeline/firestore





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"devDependencies": {
"@firebase/rules-unit-testing": "^1.1.10",
"@pipeline/common": "^0.3.0",
"@pipeline/common": "^0.3.1",
"@types/mocha": "^8.2.0",
"env-cmd": "^10.1.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"version": "0.3.0"
"version": "0.3.1"
}
8 changes: 8 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)

**Note:** Version bump only for package @pipeline/functions





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@pipeline/common": "^0.3.0",
"@pipeline/common": "^0.3.1",
"async-retry": "^1.3.1",
"express": "^4.17.1",
"firebase-admin": "^9.2.0",
Expand Down Expand Up @@ -47,5 +47,5 @@
"typescript": "^3.8.0"
},
"private": true,
"version": "0.3.0"
"version": "0.3.1"
}
8 changes: 8 additions & 0 deletions packages/game-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)

**Note:** Version bump only for package game-app





# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/game-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/game-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "game-app",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"dependencies": {
"@dnd-kit/core": "^1.0.1",
"@hookform/resolvers": "^1.2.0",
"@pipeline/common": "^0.3.0",
"@pipeline/common": "^0.3.1",
"@reduxjs/toolkit": "^1.5.0",
"firebase": "^8.2.5",
"i18n-js": "^3.8.0",
Expand Down

0 comments on commit 33261dc

Please sign in to comment.