Skip to content

Commit

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

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)


### Bug Fixes

* **all-general:** update cards wording ([19b757f](https://github.com/eficode/pipeline-the-game/commit/19b757fa56f542c292f4fe579be74d7faa7fe75f))
* **app-board:** restore delay to work with performance test ([40b031d](https://github.com/eficode/pipeline-the-game/commit/40b031de3031686fa05868abdd142542be25316a))
* **app-board:** restore ids in animated estimation editor ([8837788](https://github.com/eficode/pipeline-the-game/commit/883778828b9bb8d831c8d70dc4f6ac3f118f25d2))
* **app-general:** add email router logic ([87b6d96](https://github.com/eficode/pipeline-the-game/commit/87b6d96e8861e4c8b2e5a0d62f5d29e0ea2ea237))
* **app-general:** add missing hook dep ([8204d55](https://github.com/eficode/pipeline-the-game/commit/8204d5539e7c3dff8d023ad2c4ea41251ce4e1dd))


### Features

* **all-general:** add basic hubspot integration ([b2cf761](https://github.com/eficode/pipeline-the-game/commit/b2cf761b578ca260467bde0dc432a54ae8603851))
* **all-general:** add env variable ([fb24cc1](https://github.com/eficode/pipeline-the-game/commit/fb24cc1cc2279d03b048510a9e612f191a7d4644))
* **app-board:** add estimation animation ([95b44fd](https://github.com/eficode/pipeline-the-game/commit/95b44fd0fe5c45427a66a52568433723fade6525))
* **app-board:** change drag constraint if in perf test ([0436221](https://github.com/eficode/pipeline-the-game/commit/0436221a43e21113022a7c6d74ec5baf5038530c))
* **app-board:** reset pan on fit to window with empty ([bb5788b](https://github.com/eficode/pipeline-the-game/commit/bb5788b667591e4b619abebe7e02ae1403618031))
* **app-general:** improve select ([d2df5e0](https://github.com/eficode/pipeline-the-game/commit/d2df5e0ae13f70cf1b8b02b7476f9da9b9e5bf1f))
* **app-general:** remove logs in production ([eb8e879](https://github.com/eficode/pipeline-the-game/commit/eb8e879bf77420b3f40ae2e493b1b803c98d2428))






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)


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.3",
"version": "0.4.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)

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






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)


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.3",
"version": "0.4.0",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"main": "build/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)

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






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)


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.3",
"version": "0.4.0",
"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.3",
"@pipeline/common": "^0.4.0",
"@types/mocha": "^8.2.0",
"env-cmd": "^10.1.0",
"mocha": "^8.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)

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






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)

**Note:** Version bump only for package @pipeline/firestore
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.3",
"@pipeline/common": "^0.4.0",
"@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.3"
"version": "0.4.0"
}
9 changes: 9 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)

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






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)

**Note:** Version bump only for package @pipeline/functions
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.3",
"@pipeline/common": "^0.4.0",
"async-retry": "^1.3.1",
"express": "^4.17.1",
"firebase-admin": "^9.2.0",
Expand Down Expand Up @@ -48,5 +48,5 @@
"typescript": "^3.8.0"
},
"private": true,
"version": "0.3.3"
"version": "0.4.0"
}
26 changes: 26 additions & 0 deletions packages/game-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/eficode/pipeline-the-game/compare/v0.3.3...v0.4.0) (2021-02-18)


### Bug Fixes

* **app-board:** restore delay to work with performance test ([40b031d](https://github.com/eficode/pipeline-the-game/commit/40b031de3031686fa05868abdd142542be25316a))
* **app-board:** restore ids in animated estimation editor ([8837788](https://github.com/eficode/pipeline-the-game/commit/883778828b9bb8d831c8d70dc4f6ac3f118f25d2))
* **app-general:** add email router logic ([87b6d96](https://github.com/eficode/pipeline-the-game/commit/87b6d96e8861e4c8b2e5a0d62f5d29e0ea2ea237))
* **app-general:** add missing hook dep ([8204d55](https://github.com/eficode/pipeline-the-game/commit/8204d5539e7c3dff8d023ad2c4ea41251ce4e1dd))


### Features

* **all-general:** add basic hubspot integration ([b2cf761](https://github.com/eficode/pipeline-the-game/commit/b2cf761b578ca260467bde0dc432a54ae8603851))
* **all-general:** add env variable ([fb24cc1](https://github.com/eficode/pipeline-the-game/commit/fb24cc1cc2279d03b048510a9e612f191a7d4644))
* **app-board:** add estimation animation ([95b44fd](https://github.com/eficode/pipeline-the-game/commit/95b44fd0fe5c45427a66a52568433723fade6525))
* **app-board:** change drag constraint if in perf test ([0436221](https://github.com/eficode/pipeline-the-game/commit/0436221a43e21113022a7c6d74ec5baf5038530c))
* **app-board:** reset pan on fit to window with empty ([bb5788b](https://github.com/eficode/pipeline-the-game/commit/bb5788b667591e4b619abebe7e02ae1403618031))
* **app-general:** improve select ([d2df5e0](https://github.com/eficode/pipeline-the-game/commit/d2df5e0ae13f70cf1b8b02b7476f9da9b9e5bf1f))
* **app-general:** remove logs in production ([eb8e879](https://github.com/eficode/pipeline-the-game/commit/eb8e879bf77420b3f40ae2e493b1b803c98d2428))






## [0.3.3](https://github.com/eficode/pipeline-the-game/compare/v0.3.2...v0.3.3) (2021-02-17)


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.3",
"version": "0.4.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^1.0.1",
"@hookform/resolvers": "^1.2.0",
"@pipeline/common": "^0.3.3",
"@pipeline/common": "^0.4.0",
"@reduxjs/toolkit": "^1.5.0",
"firebase": "^8.2.5",
"i18n-js": "^3.8.0",
Expand Down

0 comments on commit f5c51c9

Please sign in to comment.