diff --git a/CHANGELOG.md b/CHANGELOG.md index 0120a0f..3e6bc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ 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.3](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-06-15) + + +### Bug Fixes + +* **app-board:** update svg for rule card Build Prior to Deploy ([d5c59ad](https://github.com/eficode/pipeline-the-game/commit/d5c59ade1ce636b33fe72c5d736705eca542d40c)) +* **app-config:** update tests to reflect element change ([4e6a563](https://github.com/eficode/pipeline-the-game/commit/4e6a563bb034d9d8b1301b04a78f5c828195bcd7)) +* **app-signup:** change signup input value to pass tests ([4d45611](https://github.com/eficode/pipeline-the-game/commit/4d45611d3d11ce53dc4abc5b7d557ac2d211baae)) +* **app-signup:** hubspot signup form capture ([27bae66](https://github.com/eficode/pipeline-the-game/commit/27bae667f7be209dde4dc98c06858c8c5a84b7ea)) +* **app-signup:** minor text changes related to hubspot fix ([b2911fb](https://github.com/eficode/pipeline-the-game/commit/b2911fbac78b467db66e9491d506654d0d4ff91e)) + + + + + # [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) diff --git a/lerna.json b/lerna.json index 0f50fac..76a9f2f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "command": { "version": { "allowBranch": "main", diff --git a/packages/game-app/CHANGELOG.md b/packages/game-app/CHANGELOG.md index 175bb17..d648282 100644 --- a/packages/game-app/CHANGELOG.md +++ b/packages/game-app/CHANGELOG.md @@ -3,6 +3,21 @@ 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.3](https://github.com/eficode/pipeline-the-game/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-06-15) + + +### Bug Fixes + +* **app-board:** update svg for rule card Build Prior to Deploy ([d5c59ad](https://github.com/eficode/pipeline-the-game/commit/d5c59ade1ce636b33fe72c5d736705eca542d40c)) +* **app-config:** update tests to reflect element change ([4e6a563](https://github.com/eficode/pipeline-the-game/commit/4e6a563bb034d9d8b1301b04a78f5c828195bcd7)) +* **app-signup:** change signup input value to pass tests ([4d45611](https://github.com/eficode/pipeline-the-game/commit/4d45611d3d11ce53dc4abc5b7d557ac2d211baae)) +* **app-signup:** hubspot signup form capture ([27bae66](https://github.com/eficode/pipeline-the-game/commit/27bae667f7be209dde4dc98c06858c8c5a84b7ea)) +* **app-signup:** minor text changes related to hubspot fix ([b2911fb](https://github.com/eficode/pipeline-the-game/commit/b2911fbac78b467db66e9491d506654d0d4ff91e)) + + + + + # [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) diff --git a/packages/game-app/package-lock.json b/packages/game-app/package-lock.json index 7086424..997ba8a 100644 --- a/packages/game-app/package-lock.json +++ b/packages/game-app/package-lock.json @@ -1,6 +1,6 @@ { "name": "game-app", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/game-app/package.json b/packages/game-app/package.json index 594178b..c951787 100644 --- a/packages/game-app/package.json +++ b/packages/game-app/package.json @@ -1,6 +1,6 @@ { "name": "game-app", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "private": true, "dependencies": { "@dnd-kit/core": "^1.0.1",