diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index 5f149e9..412fee0 100644 --- a/src/core/CHANGELOG.md +++ b/src/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. +## [1.3.2](https://github.com/ceajs/cea/compare/@ceajs/core@1.3.1...@ceajs/core@1.3.2) (2022-01-16) + +**Note:** Version bump only for package @ceajs/core + + + + + ## [1.3.1](https://github.com/ceajs/cea/compare/@ceajs/core@1.3.0...@ceajs/core@1.3.1) (2021-12-14) diff --git a/src/core/package-lock.json b/src/core/package-lock.json index b8de0e9..601ac1c 100644 --- a/src/core/package-lock.json +++ b/src/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ceajs/core", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/core/package.json b/src/core/package.json index e1010bc..cad6670 100644 --- a/src/core/package.json +++ b/src/core/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/core", - "version": "1.3.1", + "version": "1.3.2", "description": "basic cea api", "type": "module", "exports": "./lib/src/index.js", diff --git a/src/internal/CHANGELOG.md b/src/internal/CHANGELOG.md index 01e7c99..981756b 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.2](https://github.com/ceajs/cea/compare/cea@2.5.1...cea@2.5.2) (2022-01-16) + +**Note:** Version bump only for package cea + + + + + ## [2.5.1](https://github.com/ceajs/cea/compare/cea@2.5.0...cea@2.5.1) (2021-12-14) **Note:** Version bump only for package cea diff --git a/src/internal/package-lock.json b/src/internal/package-lock.json index 346a40f..653f850 100644 --- a/src/internal/package-lock.json +++ b/src/internal/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/internal/package.json b/src/internal/package.json index 093bb70..3e33333 100644 --- a/src/internal/package.json +++ b/src/internal/package.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "2.5.1", + "version": "2.5.2", "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.1", - "@ceajs/core": "1.3.1", - "@ceajs/sign-plugin": "1.3.1", + "@ceajs/attendance-plugin": "1.3.2", + "@ceajs/core": "1.3.2", + "@ceajs/sign-plugin": "1.3.2", "enquirer": "^2.3.6" }, "gitHead": "5dad4d5981f99f28b939d3ae1706aae2d9a59fde" diff --git a/src/plugins/attendance/CHANGELOG.md b/src/plugins/attendance/CHANGELOG.md index c826687..3c3e588 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.2](https://github.com/ceajs/cea/compare/@ceajs/attendance-plugin@1.3.1...@ceajs/attendance-plugin@1.3.2) (2022-01-16) + +**Note:** Version bump only for package @ceajs/attendance-plugin + + + + + ## [1.3.1](https://github.com/ceajs/cea/compare/@ceajs/attendance-plugin@1.3.0...@ceajs/attendance-plugin@1.3.1) (2021-12-14) **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 8e7051c..071c7fd 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.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/attendance/package.json b/src/plugins/attendance/package.json index 350d60e..e4cb0aa 100644 --- a/src/plugins/attendance/package.json +++ b/src/plugins/attendance/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/attendance-plugin", - "version": "1.3.1", + "version": "1.3.2", "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.3.1", - "@ceajs/core": "1.3.1" + "@ceajs/check-in-helper": "1.4.0", + "@ceajs/core": "1.3.2" }, "publishConfig": { "access": "public" diff --git a/src/plugins/check-in-helper/CHANGELOG.md b/src/plugins/check-in-helper/CHANGELOG.md index 213c12c..2133d19 100644 --- a/src/plugins/check-in-helper/CHANGELOG.md +++ b/src/plugins/check-in-helper/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/ceajs/cea/compare/@ceajs/check-in-helper@1.3.1...@ceajs/check-in-helper@1.4.0) (2022-01-16) + + +### Bug Fixes + +* initial extra field item has no value ([6e33125](https://github.com/ceajs/cea/commit/6e331255d19873f1fa74f8ed5086788803649889)) +* **typedoc:** make typedoc generate process synchronize ([d993e68](https://github.com/ceajs/cea/commit/d993e68c9ed259295330a20d5ea59f1b9e8d1ece)) + + +### Features + +* **check-in-helper:** keep encrypt keys update to campusphere v9.0.14 ([b9eaa83](https://github.com/ceajs/cea/commit/b9eaa83cc2722de91e599cdd794c95afbf711be6)) +* **check-in-helper:** use latest sign data ([7e153aa](https://github.com/ceajs/cea/commit/7e153aaff0198f228419802e7250340f27e27741)) +* prefer to use signed info to fill in extraField ([a329a6c](https://github.com/ceajs/cea/commit/a329a6c4188e3a0cdb9dd5654e27dcce6ae6fe1a)), closes [#36](https://github.com/ceajs/cea/issues/36) + + + + + ## [1.3.1](https://github.com/ceajs/cea/compare/@ceajs/check-in-helper@1.3.0...@ceajs/check-in-helper@1.3.1) (2021-12-14) **Note:** Version bump only for package @ceajs/check-in-helper diff --git a/src/plugins/check-in-helper/package-lock.json b/src/plugins/check-in-helper/package-lock.json index f5afebd..e55926e 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.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/check-in-helper/package.json b/src/plugins/check-in-helper/package.json index c3ab96f..45268f2 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.3.1", + "version": "1.4.0", "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.1", + "@ceajs/core": "1.3.2", "node-fetch": "^2.6.5", "uuid": "^8.3.2" }, diff --git a/src/plugins/sign/CHANGELOG.md b/src/plugins/sign/CHANGELOG.md index 9521818..8ad5774 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.2](https://github.com/ceajs/cea/compare/@ceajs/sign-plugin@1.3.1...@ceajs/sign-plugin@1.3.2) (2022-01-16) + +**Note:** Version bump only for package @ceajs/sign-plugin + + + + + ## [1.3.1](https://github.com/ceajs/cea/compare/@ceajs/sign-plugin@1.3.0...@ceajs/sign-plugin@1.3.1) (2021-12-14) **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 3e8a7aa..ccd677f 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.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/src/plugins/sign/package.json b/src/plugins/sign/package.json index 7ddc78b..7a83ca5 100644 --- a/src/plugins/sign/package.json +++ b/src/plugins/sign/package.json @@ -1,6 +1,6 @@ { "name": "@ceajs/sign-plugin", - "version": "1.3.1", + "version": "1.3.2", "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.3.1", - "@ceajs/core": "1.3.1" + "@ceajs/check-in-helper": "1.4.0", + "@ceajs/core": "1.3.2" }, "publishConfig": { "access": "public"