Skip to content

Commit

Permalink
chore(all-release): v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Apr 9, 2021
1 parent 170b335 commit 98747a2
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)


### Bug Fixes

* **app-signup:** make email lowercase on signup ([d3c9ed0](https://github.com/eficode/pipeline-the-game/commit/d3c9ed05a76e131f6391d06b76afef902b7f9001))





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)


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

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)

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





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)

**Note:** Version bump only for package @pipeline/common
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": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"main": "build/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)

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





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)

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

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)

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





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)

**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": "^1.0.0-beta.1",
"@pipeline/common": "^1.0.0-beta.2",
"@types/mocha": "^8.2.0",
"env-cmd": "^10.1.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"version": "1.0.0-beta.1"
"version": "1.0.0-beta.2"
}
8 changes: 8 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)

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





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)

**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": "^1.0.0-beta.1",
"@pipeline/common": "^1.0.0-beta.2",
"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": "1.0.0-beta.1"
"version": "1.0.0-beta.2"
}
11 changes: 11 additions & 0 deletions packages/game-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.2](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2021-04-09)


### Bug Fixes

* **app-signup:** make email lowercase on signup ([d3c9ed0](https://github.com/eficode/pipeline-the-game/commit/d3c9ed05a76e131f6391d06b76afef902b7f9001))





# [1.0.0-beta.1](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2021-03-01)


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,12 +1,12 @@
{
"name": "game-app",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"dependencies": {
"@dnd-kit/core": "^1.0.1",
"@dnd-kit/modifiers": "^1.0.1",
"@hookform/resolvers": "^1.2.0",
"@pipeline/common": "^1.0.0-beta.1",
"@pipeline/common": "^1.0.0-beta.2",
"@reduxjs/toolkit": "^1.5.0",
"firebase": "^8.2.5",
"i18n-js": "^3.8.0",
Expand Down

0 comments on commit 98747a2

Please sign in to comment.