diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index 045d1c4..0a62a7d 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -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.3.5](https://github.com/ceajs/cea/compare/@ceajs/core@1.3.4...@ceajs/core@1.3.5) (2022-04-14) + + +### Bug Fixes + +* **core:** support abs path when loading conf.toml([#42](https://github.com/ceajs/cea/issues/42)) ([d22b13f](https://github.com/ceajs/cea/commit/d22b13f2ad1ec9892e34fff2d0d19ee744661b10)) + + + + + ## [1.3.4](https://github.com/ceajs/cea/compare/@ceajs/core@1.3.3...@ceajs/core@1.3.4) (2022-02-22) **Note:** Version bump only for package @ceajs/core diff --git a/src/core/package-lock.json b/src/core/package-lock.json index ba18164..d7a42fd 100644 --- a/src/core/package-lock.json +++ b/src/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceajs/core", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/core/package.json b/src/core/package.json index 84a5841..682b86f 100644 --- a/src/core/package.json +++ b/src/core/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/core", - "version": "1.3.4", + "version": "1.3.5", "description": "basic cea api", "type": "module", "exports": "./lib/src/index.js", diff --git a/src/internal/CHANGELOG.md b/src/internal/CHANGELOG.md index 47a5a99..cbe50d4 100644 --- a/src/internal/CHANGELOG.md +++ b/src/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.5.8](https://github.com/ceajs/cea/compare/cea@2.5.7...cea@2.5.8) (2022-04-14) + +**Note:** Version bump only for package cea + + + + + ## [2.5.7](https://github.com/ceajs/cea/compare/cea@2.5.6...cea@2.5.7) (2022-02-23) **Note:** Version bump only for package cea diff --git a/src/internal/package-lock.json b/src/internal/package-lock.json index 659dccf..98eb0d1 100644 --- a/src/internal/package-lock.json +++ b/src/internal/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "2.5.7", + "version": "2.5.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/internal/package.json b/src/internal/package.json index 106f952..6057f70 100644 --- a/src/internal/package.json +++ b/src/internal/package.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "2.5.7", + "version": "2.5.8", "description": "cea cli application (with built-in plugins)", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", @@ -29,9 +29,9 @@ }, "license": "MIT", "dependencies": { - "@ceajs/attendance-plugin": "1.3.7", - "@ceajs/core": "1.3.4", - "@ceajs/sign-plugin": "1.3.7", + "@ceajs/attendance-plugin": "1.3.8", + "@ceajs/core": "1.3.5", + "@ceajs/sign-plugin": "1.3.8", "enquirer": "^2.3.6" }, "gitHead": "5dad4d5981f99f28b939d3ae1706aae2d9a59fde" diff --git a/src/plugins/attendance/CHANGELOG.md b/src/plugins/attendance/CHANGELOG.md index f1420ab..eb9e1eb 100644 --- a/src/plugins/attendance/CHANGELOG.md +++ b/src/plugins/attendance/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. +## [1.3.8](https://github.com/ceajs/cea/compare/@ceajs/attendance-plugin@1.3.7...@ceajs/attendance-plugin@1.3.8) (2022-04-14) + +**Note:** Version bump only for package @ceajs/attendance-plugin + + + + + ## [1.3.7](https://github.com/ceajs/cea/compare/@ceajs/attendance-plugin@1.3.6...@ceajs/attendance-plugin@1.3.7) (2022-02-23) **Note:** Version bump only for package @ceajs/attendance-plugin diff --git a/src/plugins/attendance/package-lock.json b/src/plugins/attendance/package-lock.json index 6c53030..bc26a61 100644 --- a/src/plugins/attendance/package-lock.json +++ b/src/plugins/attendance/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceajs/attendance-plugin", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/attendance/package.json b/src/plugins/attendance/package.json index 6f4bb87..3fa1bae 100644 --- a/src/plugins/attendance/package.json +++ b/src/plugins/attendance/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/attendance-plugin", - "version": "1.3.7", + "version": "1.3.8", "description": "attendance plugin for cea", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", @@ -28,8 +28,8 @@ }, "license": "MIT", "dependencies": { - "@ceajs/check-in-helper": "1.6.2", - "@ceajs/core": "1.3.4" + "@ceajs/check-in-helper": "1.6.3", + "@ceajs/core": "1.3.5" }, "publishConfig": { "access": "public" diff --git a/src/plugins/check-in-helper/CHANGELOG.md b/src/plugins/check-in-helper/CHANGELOG.md index 16f172c..f0b6ff1 100644 --- a/src/plugins/check-in-helper/CHANGELOG.md +++ b/src/plugins/check-in-helper/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.3](https://github.com/ceajs/cea/compare/@ceajs/check-in-helper@1.6.2...@ceajs/check-in-helper@1.6.3) (2022-04-14) + + +### Bug Fixes + +* **core:** support abs path when loading conf.toml([#42](https://github.com/ceajs/cea/issues/42)) ([d22b13f](https://github.com/ceajs/cea/commit/d22b13f2ad1ec9892e34fff2d0d19ee744661b10)) +* optimize template matching logic([#41](https://github.com/ceajs/cea/issues/41),[#46](https://github.com/ceajs/cea/issues/46)) ([1889fc3](https://github.com/ceajs/cea/commit/1889fc3f27e586a2682595879e278bbd29cda787)) +* type comments typo ([cd42881](https://github.com/ceajs/cea/commit/cd4288178f9cac12348e7bb7b48bc3a10a78fdb4)) + + + + + ## [1.6.2](https://github.com/ceajs/cea/compare/@ceajs/check-in-helper@1.6.1...@ceajs/check-in-helper@1.6.2) (2022-02-23) diff --git a/src/plugins/check-in-helper/package-lock.json b/src/plugins/check-in-helper/package-lock.json index 07140ef..43820af 100644 --- a/src/plugins/check-in-helper/package-lock.json +++ b/src/plugins/check-in-helper/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceajs/check-in-helper", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/check-in-helper/package.json b/src/plugins/check-in-helper/package.json index 46a59d1..a4061bb 100644 --- a/src/plugins/check-in-helper/package.json +++ b/src/plugins/check-in-helper/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/check-in-helper", - "version": "1.6.2", + "version": "1.6.3", "description": "check in plugin for cea", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", @@ -28,7 +28,7 @@ }, "license": "MIT", "dependencies": { - "@ceajs/core": "1.3.4", + "@ceajs/core": "1.3.5", "node-fetch": "^2.6.5", "uuid": "^8.3.2" }, diff --git a/src/plugins/sign/CHANGELOG.md b/src/plugins/sign/CHANGELOG.md index 3f5500d..4a6f7dd 100644 --- a/src/plugins/sign/CHANGELOG.md +++ b/src/plugins/sign/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. +## [1.3.8](https://github.com/ceajs/cea/compare/@ceajs/sign-plugin@1.3.7...@ceajs/sign-plugin@1.3.8) (2022-04-14) + +**Note:** Version bump only for package @ceajs/sign-plugin + + + + + ## [1.3.7](https://github.com/ceajs/cea/compare/@ceajs/sign-plugin@1.3.6...@ceajs/sign-plugin@1.3.7) (2022-02-23) **Note:** Version bump only for package @ceajs/sign-plugin diff --git a/src/plugins/sign/package-lock.json b/src/plugins/sign/package-lock.json index ba02df6..a726d0e 100644 --- a/src/plugins/sign/package-lock.json +++ b/src/plugins/sign/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceajs/sign-plugin", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/sign/package.json b/src/plugins/sign/package.json index a033661..8f9a8c2 100644 --- a/src/plugins/sign/package.json +++ b/src/plugins/sign/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/sign-plugin", - "version": "1.3.7", + "version": "1.3.8", "description": "sign plugin for cea", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", @@ -28,8 +28,8 @@ }, "license": "MIT", "dependencies": { - "@ceajs/check-in-helper": "1.6.2", - "@ceajs/core": "1.3.4" + "@ceajs/check-in-helper": "1.6.3", + "@ceajs/core": "1.3.5" }, "publishConfig": { "access": "public"