Skip to content

Commit cb08c5f

Browse files
committed
chore(all-release): v0.3.0
1 parent af2dfe0 commit cb08c5f

17 files changed

+346
-18
lines changed

CHANGELOG.md

Lines changed: 136 additions & 0 deletions
Large diffs are not rendered by default.

lerna.json

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

packages/common/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **common-general:** allow null for cardState zIndex ([1340d48](https://github.com/eficode/pipeline-the-game/commit/1340d483159da3c83c2232698daa53634c65c07b))
12+
* **common-general:** make moveAt optional ([ca254c7](https://github.com/eficode/pipeline-the-game/commit/ca254c75f715a124532fc3bf51a0832714ba4c42))
13+
14+
15+
### Features
16+
17+
* **all-general:** add review to game model ([8a77ade](https://github.com/eficode/pipeline-the-game/commit/8a77ade0140820c6b53b1d21e35903314f97369c))
18+
* **app-general:** update game model ([fd73bc3](https://github.com/eficode/pipeline-the-game/commit/fd73bc3d6569cc324cce5ecb8942734c648ecfaf))
19+
* **common-general:** add cjs build as main and region field to RTDBInstance model ([e3524f1](https://github.com/eficode/pipeline-the-game/commit/e3524f144764d5998158c4a2413853d37be3aaf5))
20+
* **common-general:** add models ([89c4bb1](https://github.com/eficode/pipeline-the-game/commit/89c4bb18901133ad9e46c4808bd5d14d5b80de49))
21+
* **common-general:** add movedAt to game model ([0473a55](https://github.com/eficode/pipeline-the-game/commit/0473a55864acad1420b46f4a439d7958a0fc6e72))
22+
* **common-general:** add zIndex to cardState ([6f6e72d](https://github.com/eficode/pipeline-the-game/commit/6f6e72d783c6a3beb096ed7273052d84bc05894f))
23+
* **common-general:** improve game model ([bbfab85](https://github.com/eficode/pipeline-the-game/commit/bbfab85dd47f8fb1dbc3ccb47e8b8e985e39a831))
24+
* **common-general:** remove firebase dep ([d29bb33](https://github.com/eficode/pipeline-the-game/commit/d29bb33d342722577552a199730bc5e155b1b69a))
25+
* **common-general:** update game and rtdb related models ([8a0bad6](https://github.com/eficode/pipeline-the-game/commit/8a0bad6c164dac17d25976e4caffa54a58918ff3))
26+
27+
28+
29+
30+
631
# [0.2.0](https://github.com/eficode/pipeline-the-game/compare/v0.1.0...v0.2.0) (2021-01-21)
732

833

packages/common/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipeline/common",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"types": "build/index.d.ts",
55
"typings": "build/index.d.ts",
66
"main": "build/cjs/index.js",
@@ -14,7 +14,5 @@
1414
"devDependencies": {
1515
"react-refresh": "^0.9.0",
1616
"typescript": "4.1.3"
17-
},
18-
"dependencies": {
1917
}
2018
}

packages/database/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **database-rules:** add rules draft ([e7fa3f1](https://github.com/eficode/pipeline-the-game/commit/e7fa3f11ad1465b6a2b995361a0da740d90a74a2))
12+
* **database-rules:** fix database rules and tests ([c698e62](https://github.com/eficode/pipeline-the-game/commit/c698e626aa881060c6d000fdc92ba76178b1c6fa))
13+
* **database-rules:** fix test javascript termination and rules ([a577c5a](https://github.com/eficode/pipeline-the-game/commit/a577c5a8a01701f48acb9ef8ae38d3786d67a3a5))
14+
* **database-rules:** temporary fix rules ([f6bdb75](https://github.com/eficode/pipeline-the-game/commit/f6bdb750768ad898d2a5ece56a98475810a55b6f))
15+
* **database-rules:** update read check at game level ([f973dbc](https://github.com/eficode/pipeline-the-game/commit/f973dbccfd349a129a8f2e22f579e8d2a2b0c4b2))
16+
17+
18+
### Features
19+
20+
* **database-general:** update rules ([36a5c16](https://github.com/eficode/pipeline-the-game/commit/36a5c16aac85d57aee3b0ec05bfc231eefe380b6))
21+
* **database-rules:** add rules and tests ([6ac726a](https://github.com/eficode/pipeline-the-game/commit/6ac726a44a65b02ff93f991e952e8782342b7ad6))
22+
* **database-rules:** add rules and tests to support zIndex ([76ec7b7](https://github.com/eficode/pipeline-the-game/commit/76ec7b7803b54d0df188f3e97ed597956bb6804f))
23+
24+
25+
26+
27+
628
# [0.2.0](https://github.com/eficode/pipeline-the-game/compare/v0.1.0...v0.2.0) (2021-01-21)
729

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

packages/database/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pipeline/database",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
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.2.0",
11+
"@pipeline/common": "^0.3.0",
1212
"@types/mocha": "^8.2.0",
1313
"env-cmd": "^10.1.0",
1414
"mocha": "^8.2.1",

packages/firestore/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **all-create-game:** update review to false as default ([8ee0a84](https://github.com/eficode/pipeline-the-game/commit/8ee0a8475c3ffcaf0c9ec13dfecf5e63e55a6f81))
12+
13+
14+
### Features
15+
16+
* **all-board:** add review to rules and game creation ([c2f9e4e](https://github.com/eficode/pipeline-the-game/commit/c2f9e4ea2634dfba8c58e5d1eaded9d6bd4a316e))
17+
* **all-signup:** add firstName and lastName fields ([d73d004](https://github.com/eficode/pipeline-the-game/commit/d73d004f6fc97b01238f5e9429c7aa7281396994))
18+
* **firestore-general:** align game creation rules and tests to new model ([7afdd7e](https://github.com/eficode/pipeline-the-game/commit/7afdd7e90b5d05439cea4426a62b773df35abdd8))
19+
* **firestore-rules:** add test for reads ([73c0d3c](https://github.com/eficode/pipeline-the-game/commit/73c0d3c2988098d573b0d652910124b42482128f))
20+
* **firestore-rules:** update rules ([d7e425e](https://github.com/eficode/pipeline-the-game/commit/d7e425e0356ec785da66045f962502aa2d6b6e55))
21+
22+
23+
24+
25+
626
# [0.2.0](https://github.com/eficode/pipeline-the-game/compare/v0.1.0...v0.2.0) (2021-01-21)
727

828

packages/firestore/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)