Skip to content

Commit 694fd63

Browse files
committed
chore(all-release): v1.0.0-beta.0
1 parent 147550c commit 694fd63

17 files changed

+141
-15
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **app-board:** update game rules overlay ([8278262](https://github.com/eficode/pipeline-the-game/commit/827826277dce9a105baa293997b23e09b02c565b))
12+
* **app-board:** update review icon ([0a6212d](https://github.com/eficode/pipeline-the-game/commit/0a6212dabe253ee08b741a83cdda305097e4468e))
13+
* **app-create-game:** fix cypress tests ([dc77da5](https://github.com/eficode/pipeline-the-game/commit/dc77da5ab925f08188895dd358c0a5a3cb1120fb))
14+
* **app-create-game:** improve create game layout ([310671c](https://github.com/eficode/pipeline-the-game/commit/310671c12c21a32b9177918b0e7aa63741b55881))
15+
* **app-dashboard:** add link to game info ([d51bd24](https://github.com/eficode/pipeline-the-game/commit/d51bd24f0462ff5169f1262efaf1c5b9aaddfd13))
16+
* **app-general:** add board hover detection ([598dbc9](https://github.com/eficode/pipeline-the-game/commit/598dbc90066b17988310c7c0f34b914fc367c474))
17+
* **app-general:** add card movement restriction to board and to window ([9c7c51b](https://github.com/eficode/pipeline-the-game/commit/9c7c51b08ffbb4e57b96d415debaf95478f2c9b0))
18+
* **app-general:** edit sensibility for moving into panel ([6f64222](https://github.com/eficode/pipeline-the-game/commit/6f64222d56abe9bd6d03177f03b9d343d3d81d2f))
19+
* **app-general:** fix build issues ([4a6febf](https://github.com/eficode/pipeline-the-game/commit/4a6febfb6796124d5f3448cbeeefd3f8446419f3))
20+
* **app-general:** fix text logo click behaviour ([583de1a](https://github.com/eficode/pipeline-the-game/commit/583de1adcf34971abc2728cfa6e2749330da6e75))
21+
* **app-general:** update autocomplete case ([a553929](https://github.com/eficode/pipeline-the-game/commit/a553929d5308b1d3368d1d0b9e74efbc3d5a8171))
22+
* **app-general:** update crm props passing ([e663dca](https://github.com/eficode/pipeline-the-game/commit/e663dca7ef6f7f066fc1287daf853a4aca1f1d15))
23+
* **app-general:** update labels to match crm ([538272f](https://github.com/eficode/pipeline-the-game/commit/538272fba743b2055c90c2065d4ef65dcf1b7746))
24+
* **app-general:** update maxLength using the same as you validation ([0c276a3](https://github.com/eficode/pipeline-the-game/commit/0c276a33fc99832e4810a50e20ba9140450c072f))
25+
* **app-signup:** update maxLength of names ([9621185](https://github.com/eficode/pipeline-the-game/commit/962118535c242799423e6230d36ab209c52804b3))
26+
27+
28+
### Features
29+
30+
* **app-board:** add estimation hover effect to see entire text ([8e43904](https://github.com/eficode/pipeline-the-game/commit/8e4390462359735934fd4a07c249d19bcc27ab5c))
31+
* **app-board:** switch zoom dial and logo in review mode ([09e14f2](https://github.com/eficode/pipeline-the-game/commit/09e14f2633fa025a2c9bdbcc26bc6320dde2839c))
32+
* **app-create-game:** improve create game ui ([68b0984](https://github.com/eficode/pipeline-the-game/commit/68b098443c83d1d69bf573141530f1cfda397c26))
33+
* **app-general:** add autocomplete to input ([f47c06a](https://github.com/eficode/pipeline-the-game/commit/f47c06ac6c790806faf5764b6c27f142c0827c4b))
34+
* **app-general:** add blocking dialog for small screens ([2e41fef](https://github.com/eficode/pipeline-the-game/commit/2e41fef3c7542c765195d3b1555b6267599c3258))
35+
* **app-general:** add contact us link ([6e2c22b](https://github.com/eficode/pipeline-the-game/commit/6e2c22b5d034a61d0acebbe6becdf2079baa7939))
36+
* **app-general:** add hubspot user identification ([a90aaa6](https://github.com/eficode/pipeline-the-game/commit/a90aaa6686338f5b149744777129c7a6fc480196))
37+
* **app-general:** add link to text logo ([52b63c7](https://github.com/eficode/pipeline-the-game/commit/52b63c7ddffb74e7b09d74caf13d54eb30d06b07))
38+
* **app-general:** add margin to dialog ([1f6e0cc](https://github.com/eficode/pipeline-the-game/commit/1f6e0ccf5fa782974a22b084ec932174ab25eefd))
39+
* **app-general:** add max length error ([c06ebf3](https://github.com/eficode/pipeline-the-game/commit/c06ebf35213c7886545b41063a69213965252736))
40+
* **app-general:** add maxLength field to inputs ([cf0b3ba](https://github.com/eficode/pipeline-the-game/commit/cf0b3bac86533ea4331c2a91e2f35d6fe72407b8))
41+
* **app-general:** add new password suggestion ([96f8e61](https://github.com/eficode/pipeline-the-game/commit/96f8e618a5874a8b9671e426b06ef27be011c9b3))
42+
* **app-general:** add tab index support ([63c3875](https://github.com/eficode/pipeline-the-game/commit/63c38750ae7b03e38aecd336ebce9d1d0ddd1308))
43+
* **app-general:** add version text style and powered by ([85ed8bf](https://github.com/eficode/pipeline-the-game/commit/85ed8bf05bc475b881e06d1c0f588d853d7b83ac))
44+
* **app-general:** attach analytics saga ([1d00310](https://github.com/eficode/pipeline-the-game/commit/1d00310bf155a2ca93dffbf2581fbf17d9524190))
45+
* **app-general:** improve small screen dialog component ([e0a544f](https://github.com/eficode/pipeline-the-game/commit/e0a544fa99452578587e211ca9fbc8aff0f15221))
46+
* **firestore-rules:** update string length check including equal ([bf55581](https://github.com/eficode/pipeline-the-game/commit/bf55581c6d47534009d41dc78c0268e410d17095))
47+
48+
49+
50+
51+
652
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
753

854

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.4.0",
5+
"version": "1.0.0-beta.0",
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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
**Note:** Version bump only for package @pipeline/common
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
715

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

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.4.0",
3+
"version": "1.0.0-beta.0",
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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
**Note:** Version bump only for package @pipeline/database
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
715

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

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.4.0",
4+
"version": "1.0.0-beta.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.4.0",
11+
"@pipeline/common": "^1.0.0-beta.0",
1212
"@types/mocha": "^8.2.0",
1313
"env-cmd": "^10.1.0",
1414
"mocha": "^8.2.1",

packages/firestore/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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
9+
### Features
10+
11+
* **firestore-rules:** update string length check including equal ([bf55581](https://github.com/eficode/pipeline-the-game/commit/bf55581c6d47534009d41dc78c0268e410d17095))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
718

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

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.4.0",
10+
"@pipeline/common": "^1.0.0-beta.0",
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.4.0"
17+
"version": "1.0.0-beta.0"
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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
**Note:** Version bump only for package @pipeline/functions
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
715

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

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.4.0",
21+
"@pipeline/common": "^1.0.0-beta.0",
2222
"async-retry": "^1.3.1",
2323
"express": "^4.17.1",
2424
"firebase-admin": "^9.2.0",
@@ -48,5 +48,5 @@
4848
"typescript": "^3.8.0"
4949
},
5050
"private": true,
51-
"version": "0.4.0"
51+
"version": "1.0.0-beta.0"
5252
}

packages/game-app/CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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+
# [1.0.0-beta.0](https://github.com/eficode/pipeline-the-game/compare/v0.4.0...v1.0.0-beta.0) (2021-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **app-board:** update game rules overlay ([8278262](https://github.com/eficode/pipeline-the-game/commit/827826277dce9a105baa293997b23e09b02c565b))
12+
* **app-board:** update review icon ([0a6212d](https://github.com/eficode/pipeline-the-game/commit/0a6212dabe253ee08b741a83cdda305097e4468e))
13+
* **app-create-game:** fix cypress tests ([dc77da5](https://github.com/eficode/pipeline-the-game/commit/dc77da5ab925f08188895dd358c0a5a3cb1120fb))
14+
* **app-create-game:** improve create game layout ([310671c](https://github.com/eficode/pipeline-the-game/commit/310671c12c21a32b9177918b0e7aa63741b55881))
15+
* **app-dashboard:** add link to game info ([d51bd24](https://github.com/eficode/pipeline-the-game/commit/d51bd24f0462ff5169f1262efaf1c5b9aaddfd13))
16+
* **app-general:** add board hover detection ([598dbc9](https://github.com/eficode/pipeline-the-game/commit/598dbc90066b17988310c7c0f34b914fc367c474))
17+
* **app-general:** add card movement restriction to board and to window ([9c7c51b](https://github.com/eficode/pipeline-the-game/commit/9c7c51b08ffbb4e57b96d415debaf95478f2c9b0))
18+
* **app-general:** edit sensibility for moving into panel ([6f64222](https://github.com/eficode/pipeline-the-game/commit/6f64222d56abe9bd6d03177f03b9d343d3d81d2f))
19+
* **app-general:** fix build issues ([4a6febf](https://github.com/eficode/pipeline-the-game/commit/4a6febfb6796124d5f3448cbeeefd3f8446419f3))
20+
* **app-general:** fix text logo click behaviour ([583de1a](https://github.com/eficode/pipeline-the-game/commit/583de1adcf34971abc2728cfa6e2749330da6e75))
21+
* **app-general:** update autocomplete case ([a553929](https://github.com/eficode/pipeline-the-game/commit/a553929d5308b1d3368d1d0b9e74efbc3d5a8171))
22+
* **app-general:** update crm props passing ([e663dca](https://github.com/eficode/pipeline-the-game/commit/e663dca7ef6f7f066fc1287daf853a4aca1f1d15))
23+
* **app-general:** update labels to match crm ([538272f](https://github.com/eficode/pipeline-the-game/commit/538272fba743b2055c90c2065d4ef65dcf1b7746))
24+
* **app-general:** update maxLength using the same as you validation ([0c276a3](https://github.com/eficode/pipeline-the-game/commit/0c276a33fc99832e4810a50e20ba9140450c072f))
25+
* **app-signup:** update maxLength of names ([9621185](https://github.com/eficode/pipeline-the-game/commit/962118535c242799423e6230d36ab209c52804b3))
26+
27+
28+
### Features
29+
30+
* **app-board:** add estimation hover effect to see entire text ([8e43904](https://github.com/eficode/pipeline-the-game/commit/8e4390462359735934fd4a07c249d19bcc27ab5c))
31+
* **app-board:** switch zoom dial and logo in review mode ([09e14f2](https://github.com/eficode/pipeline-the-game/commit/09e14f2633fa025a2c9bdbcc26bc6320dde2839c))
32+
* **app-create-game:** improve create game ui ([68b0984](https://github.com/eficode/pipeline-the-game/commit/68b098443c83d1d69bf573141530f1cfda397c26))
33+
* **app-general:** add autocomplete to input ([f47c06a](https://github.com/eficode/pipeline-the-game/commit/f47c06ac6c790806faf5764b6c27f142c0827c4b))
34+
* **app-general:** add blocking dialog for small screens ([2e41fef](https://github.com/eficode/pipeline-the-game/commit/2e41fef3c7542c765195d3b1555b6267599c3258))
35+
* **app-general:** add contact us link ([6e2c22b](https://github.com/eficode/pipeline-the-game/commit/6e2c22b5d034a61d0acebbe6becdf2079baa7939))
36+
* **app-general:** add hubspot user identification ([a90aaa6](https://github.com/eficode/pipeline-the-game/commit/a90aaa6686338f5b149744777129c7a6fc480196))
37+
* **app-general:** add link to text logo ([52b63c7](https://github.com/eficode/pipeline-the-game/commit/52b63c7ddffb74e7b09d74caf13d54eb30d06b07))
38+
* **app-general:** add margin to dialog ([1f6e0cc](https://github.com/eficode/pipeline-the-game/commit/1f6e0ccf5fa782974a22b084ec932174ab25eefd))
39+
* **app-general:** add max length error ([c06ebf3](https://github.com/eficode/pipeline-the-game/commit/c06ebf35213c7886545b41063a69213965252736))
40+
* **app-general:** add maxLength field to inputs ([cf0b3ba](https://github.com/eficode/pipeline-the-game/commit/cf0b3bac86533ea4331c2a91e2f35d6fe72407b8))
41+
* **app-general:** add new password suggestion ([96f8e61](https://github.com/eficode/pipeline-the-game/commit/96f8e618a5874a8b9671e426b06ef27be011c9b3))
42+
* **app-general:** add tab index support ([63c3875](https://github.com/eficode/pipeline-the-game/commit/63c38750ae7b03e38aecd336ebce9d1d0ddd1308))
43+
* **app-general:** add version text style and powered by ([85ed8bf](https://github.com/eficode/pipeline-the-game/commit/85ed8bf05bc475b881e06d1c0f588d853d7b83ac))
44+
* **app-general:** attach analytics saga ([1d00310](https://github.com/eficode/pipeline-the-game/commit/1d00310bf155a2ca93dffbf2581fbf17d9524190))
45+
* **app-general:** improve small screen dialog component ([e0a544f](https://github.com/eficode/pipeline-the-game/commit/e0a544fa99452578587e211ca9fbc8aff0f15221))
46+
47+
48+
49+
50+
651
# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
752

853

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,12 +1,12 @@
11
{
22
"name": "game-app",
3-
"version": "0.4.0",
3+
"version": "1.0.0-beta.0",
44
"private": true,
55
"dependencies": {
66
"@dnd-kit/core": "^1.0.1",
77
"@dnd-kit/modifiers": "^1.0.1",
88
"@hookform/resolvers": "^1.2.0",
9-
"@pipeline/common": "^0.4.0",
9+
"@pipeline/common": "^1.0.0-beta.0",
1010
"@reduxjs/toolkit": "^1.5.0",
1111
"firebase": "^8.2.5",
1212
"i18n-js": "^3.8.0",

0 commit comments

Comments
 (0)