Skip to content

Commit 33261dc

Browse files
committed
chore(all-release): v0.3.1
1 parent 56637c9 commit 33261dc

17 files changed

+66
-15
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **all-general:** fix rtdb instances list command ([9a9e2cf](https://github.com/eficode/pipeline-the-game/commit/9a9e2cf15069d7d39c2df45b7b2ef4ddbb78ba8e))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"command": {
77
"version": {
88
"allowBranch": "main",

packages/common/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package @pipeline/common
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
715

816

packages/common/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipeline/common",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"types": "build/index.d.ts",
55
"typings": "build/index.d.ts",
66
"main": "build/cjs/index.js",

packages/database/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package @pipeline/database
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
715

816

packages/database/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/database/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pipeline/database",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"scripts": {
66
"test": "mocha -r ts-node/register test/*.spec.ts",
77
"test:local": "npx env-cmd -f .env mocha -r ts-node/register test/*.spec.ts --timeout 5000"
88
},
99
"devDependencies": {
1010
"@firebase/rules-unit-testing": "^1.1.10",
11-
"@pipeline/common": "^0.3.0",
11+
"@pipeline/common": "^0.3.1",
1212
"@types/mocha": "^8.2.0",
1313
"env-cmd": "^10.1.0",
1414
"mocha": "^8.2.1",

packages/firestore/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package @pipeline/firestore
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
715

816

packages/firestore/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"devDependencies": {
99
"@firebase/rules-unit-testing": "^1.1.10",
10-
"@pipeline/common": "^0.3.0",
10+
"@pipeline/common": "^0.3.1",
1111
"@types/mocha": "^8.2.0",
1212
"env-cmd": "^10.1.0",
1313
"mocha": "^8.2.1",
1414
"ts-node": "^9.1.1",
1515
"typescript": "^4.1.3"
1616
},
17-
"version": "0.3.0"
17+
"version": "0.3.1"
1818
}

packages/functions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package @pipeline/functions
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
715

816

packages/functions/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"main": "lib/index.js",
2020
"dependencies": {
21-
"@pipeline/common": "^0.3.0",
21+
"@pipeline/common": "^0.3.1",
2222
"async-retry": "^1.3.1",
2323
"express": "^4.17.1",
2424
"firebase-admin": "^9.2.0",
@@ -47,5 +47,5 @@
4747
"typescript": "^3.8.0"
4848
},
4949
"private": true,
50-
"version": "0.3.0"
50+
"version": "0.3.1"
5151
}

packages/game-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.1](https://github.com/eficode/pipeline-the-game/compare/v0.3.0...v0.3.1) (2021-02-08)
7+
8+
**Note:** Version bump only for package game-app
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
715

816

packages/game-app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/game-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "game-app",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"dependencies": {
66
"@dnd-kit/core": "^1.0.1",
77
"@hookform/resolvers": "^1.2.0",
8-
"@pipeline/common": "^0.3.0",
8+
"@pipeline/common": "^0.3.1",
99
"@reduxjs/toolkit": "^1.5.0",
1010
"firebase": "^8.2.5",
1111
"i18n-js": "^3.8.0",

0 commit comments

Comments
 (0)