Skip to content

Commit 6b75c60

Browse files
committed
chore(release): publish
- [email protected] - @ceajs/[email protected] - @ceajs/[email protected] - @ceajs/[email protected]
1 parent c5b9338 commit 6b75c60

File tree

12 files changed

+47
-12
lines changed

12 files changed

+47
-12
lines changed

src/internal/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.5.6](https://github.com/ceajs/cea/compare/[email protected]@2.5.6) (2022-02-23)
7+
8+
**Note:** Version bump only for package cea
9+
10+
11+
12+
13+
614
## [2.5.5](https://github.com/ceajs/cea/compare/[email protected]@2.5.5) (2022-02-22)
715

816
**Note:** Version bump only for package cea

src/internal/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/internal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cea",
3-
"version": "2.5.5",
3+
"version": "2.5.6",
44
"description": "cea cli application (with built-in plugins)",
55
"type": "module",
66
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
@@ -29,9 +29,9 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"@ceajs/attendance-plugin": "1.3.5",
32+
"@ceajs/attendance-plugin": "1.3.6",
3333
"@ceajs/core": "1.3.4",
34-
"@ceajs/sign-plugin": "1.3.5",
34+
"@ceajs/sign-plugin": "1.3.6",
3535
"enquirer": "^2.3.6"
3636
},
3737
"gitHead": "5dad4d5981f99f28b939d3ae1706aae2d9a59fde"

src/plugins/attendance/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.6](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-23)
7+
8+
**Note:** Version bump only for package @ceajs/attendance-plugin
9+
10+
11+
12+
13+
614
## [1.3.5](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-22)
715

816
**Note:** Version bump only for package @ceajs/attendance-plugin

src/plugins/attendance/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/attendance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceajs/attendance-plugin",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "attendance plugin for cea",
55
"type": "module",
66
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@ceajs/check-in-helper": "1.6.0",
31+
"@ceajs/check-in-helper": "1.6.1",
3232
"@ceajs/core": "1.3.4"
3333
},
3434
"publishConfig": {

src/plugins/check-in-helper/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.1](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* revert test specifier task ([6fb1e82](https://github.com/ceajs/cea/commit/6fb1e82f3c9d28012f8496facdc9a98f0d3f17bd))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-22)
718

819

src/plugins/check-in-helper/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/check-in-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceajs/check-in-helper",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "check in plugin for cea",
55
"type": "module",
66
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",

src/plugins/sign/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.6](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-23)
7+
8+
**Note:** Version bump only for package @ceajs/sign-plugin
9+
10+
11+
12+
13+
614
## [1.3.5](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2022-02-22)
715

816
**Note:** Version bump only for package @ceajs/sign-plugin

0 commit comments

Comments
 (0)