Skip to content

Commit 4f469d7

Browse files
author
Niilo Korkiakoski
committed
chore(all-release): v1.0.0-beta.3
1 parent ca5a0e4 commit 4f469d7

File tree

5 files changed

+33
-3
lines changed

5 files changed

+33
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.3](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-06-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **app-board:** update svg for rule card Build Prior to Deploy ([d5c59ad](https://github.com/eficode/pipeline-the-game/commit/d5c59ade1ce636b33fe72c5d736705eca542d40c))
12+
* **app-config:** update tests to reflect element change ([4e6a563](https://github.com/eficode/pipeline-the-game/commit/4e6a563bb034d9d8b1301b04a78f5c828195bcd7))
13+
* **app-signup:** change signup input value to pass tests ([4d45611](https://github.com/eficode/pipeline-the-game/commit/4d45611d3d11ce53dc4abc5b7d557ac2d211baae))
14+
* **app-signup:** hubspot signup form capture ([27bae66](https://github.com/eficode/pipeline-the-game/commit/27bae667f7be209dde4dc98c06858c8c5a84b7ea))
15+
* **app-signup:** minor text changes related to hubspot fix ([b2911fb](https://github.com/eficode/pipeline-the-game/commit/b2911fbac78b467db66e9491d506654d0d4ff91e))
16+
17+
18+
19+
20+
621
# [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)
722

823

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.0-beta.2",
5+
"version": "1.0.0-beta.3",
66
"command": {
77
"version": {
88
"allowBranch": "main",

packages/game-app/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.3](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-06-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **app-board:** update svg for rule card Build Prior to Deploy ([d5c59ad](https://github.com/eficode/pipeline-the-game/commit/d5c59ade1ce636b33fe72c5d736705eca542d40c))
12+
* **app-config:** update tests to reflect element change ([4e6a563](https://github.com/eficode/pipeline-the-game/commit/4e6a563bb034d9d8b1301b04a78f5c828195bcd7))
13+
* **app-signup:** change signup input value to pass tests ([4d45611](https://github.com/eficode/pipeline-the-game/commit/4d45611d3d11ce53dc4abc5b7d557ac2d211baae))
14+
* **app-signup:** hubspot signup form capture ([27bae66](https://github.com/eficode/pipeline-the-game/commit/27bae667f7be209dde4dc98c06858c8c5a84b7ea))
15+
* **app-signup:** minor text changes related to hubspot fix ([b2911fb](https://github.com/eficode/pipeline-the-game/commit/b2911fbac78b467db66e9491d506654d0d4ff91e))
16+
17+
18+
19+
20+
621
# [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)
722

823

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "game-app",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"private": true,
55
"dependencies": {
66
"@dnd-kit/core": "^1.0.1",

0 commit comments

Comments
 (0)