Skip to content

Commit f5c51c9

Browse files
committed
chore(all-release): v0.4.0
1 parent 2d056b5 commit f5c51c9

17 files changed

+104
-15
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **all-general:** update cards wording ([19b757f](https://github.com/eficode/pipeline-the-game/commit/19b757fa56f542c292f4fe579be74d7faa7fe75f))
12+
* **app-board:** restore delay to work with performance test ([40b031d](https://github.com/eficode/pipeline-the-game/commit/40b031de3031686fa05868abdd142542be25316a))
13+
* **app-board:** restore ids in animated estimation editor ([8837788](https://github.com/eficode/pipeline-the-game/commit/883778828b9bb8d831c8d70dc4f6ac3f118f25d2))
14+
* **app-general:** add email router logic ([87b6d96](https://github.com/eficode/pipeline-the-game/commit/87b6d96e8861e4c8b2e5a0d62f5d29e0ea2ea237))
15+
* **app-general:** add missing hook dep ([8204d55](https://github.com/eficode/pipeline-the-game/commit/8204d5539e7c3dff8d023ad2c4ea41251ce4e1dd))
16+
17+
18+
### Features
19+
20+
* **all-general:** add basic hubspot integration ([b2cf761](https://github.com/eficode/pipeline-the-game/commit/b2cf761b578ca260467bde0dc432a54ae8603851))
21+
* **all-general:** add env variable ([fb24cc1](https://github.com/eficode/pipeline-the-game/commit/fb24cc1cc2279d03b048510a9e612f191a7d4644))
22+
* **app-board:** add estimation animation ([95b44fd](https://github.com/eficode/pipeline-the-game/commit/95b44fd0fe5c45427a66a52568433723fade6525))
23+
* **app-board:** change drag constraint if in perf test ([0436221](https://github.com/eficode/pipeline-the-game/commit/0436221a43e21113022a7c6d74ec5baf5038530c))
24+
* **app-board:** reset pan on fit to window with empty ([bb5788b](https://github.com/eficode/pipeline-the-game/commit/bb5788b667591e4b619abebe7e02ae1403618031))
25+
* **app-general:** improve select ([d2df5e0](https://github.com/eficode/pipeline-the-game/commit/d2df5e0ae13f70cf1b8b02b7476f9da9b9e5bf1f))
26+
* **app-general:** remove logs in production ([eb8e879](https://github.com/eficode/pipeline-the-game/commit/eb8e879bf77420b3f40ae2e493b1b803c98d2428))
27+
28+
29+
30+
31+
32+
633
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
734

835

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.3",
5+
"version": "0.4.0",
66
"command": {
77
"version": {
88
"allowBranch": "main",

packages/common/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
**Note:** Version bump only for package @pipeline/common
9+
10+
11+
12+
13+
14+
615
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
716

817

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.3",
3+
"version": "0.4.0",
44
"types": "build/index.d.ts",
55
"typings": "build/index.d.ts",
66
"main": "build/cjs/index.js",

packages/database/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
**Note:** Version bump only for package @pipeline/database
9+
10+
11+
12+
13+
14+
615
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
716

817

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.3",
4+
"version": "0.4.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.3.3",
11+
"@pipeline/common": "^0.4.0",
1212
"@types/mocha": "^8.2.0",
1313
"env-cmd": "^10.1.0",
1414
"mocha": "^8.2.1",

packages/firestore/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
**Note:** Version bump only for package @pipeline/firestore
9+
10+
11+
12+
13+
14+
615
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
716

817
**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.3.3",
10+
"@pipeline/common": "^0.4.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.3.3"
17+
"version": "0.4.0"
1818
}

packages/functions/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
**Note:** Version bump only for package @pipeline/functions
9+
10+
11+
12+
13+
14+
615
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
716

817
**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.3.3",
21+
"@pipeline/common": "^0.4.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.3.3"
51+
"version": "0.4.0"
5252
}

packages/game-app/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **app-board:** restore delay to work with performance test ([40b031d](https://github.com/eficode/pipeline-the-game/commit/40b031de3031686fa05868abdd142542be25316a))
12+
* **app-board:** restore ids in animated estimation editor ([8837788](https://github.com/eficode/pipeline-the-game/commit/883778828b9bb8d831c8d70dc4f6ac3f118f25d2))
13+
* **app-general:** add email router logic ([87b6d96](https://github.com/eficode/pipeline-the-game/commit/87b6d96e8861e4c8b2e5a0d62f5d29e0ea2ea237))
14+
* **app-general:** add missing hook dep ([8204d55](https://github.com/eficode/pipeline-the-game/commit/8204d5539e7c3dff8d023ad2c4ea41251ce4e1dd))
15+
16+
17+
### Features
18+
19+
* **all-general:** add basic hubspot integration ([b2cf761](https://github.com/eficode/pipeline-the-game/commit/b2cf761b578ca260467bde0dc432a54ae8603851))
20+
* **all-general:** add env variable ([fb24cc1](https://github.com/eficode/pipeline-the-game/commit/fb24cc1cc2279d03b048510a9e612f191a7d4644))
21+
* **app-board:** add estimation animation ([95b44fd](https://github.com/eficode/pipeline-the-game/commit/95b44fd0fe5c45427a66a52568433723fade6525))
22+
* **app-board:** change drag constraint if in perf test ([0436221](https://github.com/eficode/pipeline-the-game/commit/0436221a43e21113022a7c6d74ec5baf5038530c))
23+
* **app-board:** reset pan on fit to window with empty ([bb5788b](https://github.com/eficode/pipeline-the-game/commit/bb5788b667591e4b619abebe7e02ae1403618031))
24+
* **app-general:** improve select ([d2df5e0](https://github.com/eficode/pipeline-the-game/commit/d2df5e0ae13f70cf1b8b02b7476f9da9b9e5bf1f))
25+
* **app-general:** remove logs in production ([eb8e879](https://github.com/eficode/pipeline-the-game/commit/eb8e879bf77420b3f40ae2e493b1b803c98d2428))
26+
27+
28+
29+
30+
31+
632
## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)
733

834

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.3",
3+
"version": "0.4.0",
44
"private": true,
55
"dependencies": {
66
"@dnd-kit/core": "^1.0.1",
77
"@hookform/resolvers": "^1.2.0",
8-
"@pipeline/common": "^0.3.3",
8+
"@pipeline/common": "^0.4.0",
99
"@reduxjs/toolkit": "^1.5.0",
1010
"firebase": "^8.2.5",
1111
"i18n-js": "^3.8.0",

0 commit comments

Comments
 (0)