Skip to content

Commit

Permalink
chore(release): %s
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Dec 13, 2021
1 parent 2a594d1 commit b1d1346
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 18 deletions.
16 changes: 16 additions & 0 deletions src/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-13)


### Bug Fixes

* **captcha:** share captcha buffer to tesseract([#30](https://github.com/ceajs/cea/issues/30)) ([92fb115](https://github.com/ceajs/cea/commit/92fb115f131f8a9afb0129aa4240955397496a15))


### Features

* support local edge-cases ([ea6117b](https://github.com/ceajs/cea/commit/ea6117b4a89e090051de4241c8e104487be02645))





## [1.2.2](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-06)

**Note:** Version bump only for package @ceajs/core
Expand Down
2 changes: 1 addition & 1 deletion src/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceajs/core",
"version": "1.2.2",
"version": "1.3.0",
"description": "basic cea api",
"type": "module",
"exports": "./lib/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions src/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.5.0](https://github.com/ceajs/cea/compare/[email protected]@2.5.0) (2021-12-13)


### Features

* support local edge-cases ([ea6117b](https://github.com/ceajs/cea/commit/ea6117b4a89e090051de4241c8e104487be02645))





## [2.4.2](https://github.com/ceajs/cea/compare/[email protected]@2.4.2) (2021-12-06)

**Note:** Version bump only for package cea
Expand Down
2 changes: 1 addition & 1 deletion src/internal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cea",
"version": "2.4.2",
"version": "2.5.0",
"description": "cea cli application (with built-in plugins)",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"license": "MIT",
"dependencies": {
"@ceajs/attendance-plugin": "1.2.2",
"@ceajs/core": "1.2.2",
"@ceajs/sign-plugin": "1.2.2",
"@ceajs/attendance-plugin": "1.3.0",
"@ceajs/core": "1.3.0",
"@ceajs/sign-plugin": "1.3.0",
"enquirer": "^2.3.6"
},
"gitHead": "5dad4d5981f99f28b939d3ae1706aae2d9a59fde"
Expand Down
11 changes: 11 additions & 0 deletions src/plugins/attendance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-13)


### Features

* support local edge-cases ([ea6117b](https://github.com/ceajs/cea/commit/ea6117b4a89e090051de4241c8e104487be02645))





## [1.2.2](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-06)

**Note:** Version bump only for package @ceajs/attendance-plugin
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/attendance/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/plugins/attendance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceajs/attendance-plugin",
"version": "1.2.2",
"version": "1.3.0",
"description": "attendance plugin for cea",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"license": "MIT",
"dependencies": {
"@ceajs/check-in-helper": "1.2.2",
"@ceajs/core": "1.2.2"
"@ceajs/check-in-helper": "1.3.0",
"@ceajs/core": "1.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions src/plugins/check-in-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-13)


### Features

* support local edge-cases ([ea6117b](https://github.com/ceajs/cea/commit/ea6117b4a89e090051de4241c8e104487be02645))





## [1.2.2](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-06)

**Note:** Version bump only for package @ceajs/check-in-helper
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/check-in-helper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/plugins/check-in-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceajs/check-in-helper",
"version": "1.2.2",
"version": "1.3.0",
"description": "check in plugin for cea",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@ceajs/core": "1.2.2",
"@ceajs/core": "1.3.0",
"node-fetch": "^2.6.5",
"uuid": "^8.3.2"
},
Expand Down
11 changes: 11 additions & 0 deletions src/plugins/sign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-13)


### Features

* support local edge-cases ([ea6117b](https://github.com/ceajs/cea/commit/ea6117b4a89e090051de4241c8e104487be02645))





## [1.2.2](https://github.com/ceajs/cea/compare/@ceajs/[email protected]...@ceajs/[email protected]) (2021-12-06)

**Note:** Version bump only for package @ceajs/sign-plugin
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/sign/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/plugins/sign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceajs/sign-plugin",
"version": "1.2.2",
"version": "1.3.0",
"description": "sign plugin for cea",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"license": "MIT",
"dependencies": {
"@ceajs/check-in-helper": "1.2.2",
"@ceajs/core": "1.2.2"
"@ceajs/check-in-helper": "1.3.0",
"@ceajs/core": "1.3.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b1d1346

Please sign in to comment.