diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8367d..17fd7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16) + +**Note:** Version bump only for package ceajs-monorepo + + + + + ## [0.5.1](https://github.com/ceajs/cea/compare/v0.5.0...v0.5.1) (2021-10-09) ### Bug Fixes diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 337f4a6..bbf27f3 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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. +# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16) + +**Note:** Version bump only for package cea-core + + + + + ## [0.5.1](https://github.com/ceajs/cea/compare/v0.5.0...v0.5.1) (2021-10-09) **Note:** Version bump only for package cea-core diff --git a/core/package-lock.json b/core/package-lock.json index 2953577..e1f0c33 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea-core", - "version": "0.5.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/core/package.json b/core/package.json index e00dd89..a2a32bd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "cea-core", - "version": "1.0.1", + "version": "2.0.0", "description": "basic cea api", "type": "module", "exports": "./lib/src/index.js", diff --git a/internal/CHANGELOG.md b/internal/CHANGELOG.md index e08ef74..2cebd0d 100644 --- a/internal/CHANGELOG.md +++ b/internal/CHANGELOG.md @@ -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. +# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16) + +**Note:** Version bump only for package cea + + + + + ## [0.5.1](https://github.com/ceajs/cea/compare/v0.5.0...v0.5.1) (2021-10-09) **Note:** Version bump only for package cea diff --git a/internal/package-lock.json b/internal/package-lock.json index 0d50812..3918691 100644 --- a/internal/package-lock.json +++ b/internal/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "0.5.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/internal/package.json b/internal/package.json index 6967b43..d1770f7 100644 --- a/internal/package.json +++ b/internal/package.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "1.0.1", + "version": "2.0.0", "description": "cea", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", diff --git a/lerna.json b/lerna.json index 79fb9f6..52ca1e9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,10 @@ { - "packages": ["core", "internal", "plugins/*"], - "version": "0.5.1", + "packages": [ + "core", + "internal", + "plugins/*" + ], + "version": "2.0.0", "command": { "version": { "allowBranch": "main", diff --git a/plugins/check-in/CHANGELOG.md b/plugins/check-in/CHANGELOG.md index cf3ba6b..1ce89c0 100644 --- a/plugins/check-in/CHANGELOG.md +++ b/plugins/check-in/CHANGELOG.md @@ -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. +# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16) + +**Note:** Version bump only for package cea-check-in + + + + + ## [0.5.1](https://github.com/ceajs/cea/compare/v0.5.0...v0.5.1) (2021-10-09) **Note:** Version bump only for package cea-check-in diff --git a/plugins/check-in/package-lock.json b/plugins/check-in/package-lock.json index 0f85927..ef63dbc 100644 --- a/plugins/check-in/package-lock.json +++ b/plugins/check-in/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea-check-in", - "version": "0.5.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/plugins/check-in/package.json b/plugins/check-in/package.json index 3424e2b..d39f0a7 100644 --- a/plugins/check-in/package.json +++ b/plugins/check-in/package.json @@ -1,6 +1,6 @@ { "name": "cea-check-in", - "version": "1.0.1", + "version": "2.0.0", "description": "check in plugin for cea", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0",