Skip to content

Commit

Permalink
chore(release): v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Nov 11, 2021
1 parent 0924be8 commit 137f0b9
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/ceajs/cea/compare/v2.2.0...v2.2.1) (2021-11-11)


### Bug Fixes

* **core:** CLOUD join type result handling ([0924be8](https://github.com/ceajs/cea/commit/0924be8da53c6fcee829ea10e9d36a58e30e4ea1))
* **core:** login process for CLOUD ([5740f84](https://github.com/ceajs/cea/commit/5740f84f1701e170e2158fc840a08db174a0075a))
* **internal:** print school join type CLOUD | NOTCLOUD ([2264028](https://github.com/ceajs/cea/commit/226402871e2b84d8c7345428af9a40141000bd8b))
* **notifier:** add error handling ([063c38a](https://github.com/ceajs/cea/commit/063c38a2fd54a72bba2d7fe90f67bd3c7ba6a32f))
* presize error handling ([0759c25](https://github.com/ceajs/cea/commit/0759c25628a571e7afb12e30bc25b9825973edd6))





# [2.2.0](https://github.com/ceajs/cea/compare/v2.1.0...v2.2.0) (2021-11-09)

### Bug Fixes
Expand Down
15 changes: 15 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/ceajs/cea/compare/v2.2.0...v2.2.1) (2021-11-11)


### Bug Fixes

* **core:** CLOUD join type result handling ([0924be8](https://github.com/ceajs/cea/commit/0924be8da53c6fcee829ea10e9d36a58e30e4ea1))
* **core:** login process for CLOUD ([5740f84](https://github.com/ceajs/cea/commit/5740f84f1701e170e2158fc840a08db174a0075a))
* **internal:** print school join type CLOUD | NOTCLOUD ([2264028](https://github.com/ceajs/cea/commit/226402871e2b84d8c7345428af9a40141000bd8b))
* **notifier:** add error handling ([063c38a](https://github.com/ceajs/cea/commit/063c38a2fd54a72bba2d7fe90f67bd3c7ba6a32f))
* presize error handling ([0759c25](https://github.com/ceajs/cea/commit/0759c25628a571e7afb12e30bc25b9825973edd6))





# [2.2.0](https://github.com/ceajs/cea/compare/v2.1.0...v2.2.0) (2021-11-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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 core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cea-core",
"version": "2.2.0",
"version": "2.2.1",
"description": "basic cea api",
"type": "module",
"exports": "./lib/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions 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.2.1](https://github.com/ceajs/cea/compare/v2.2.0...v2.2.1) (2021-11-11)


### Bug Fixes

* **core:** login process for CLOUD ([5740f84](https://github.com/ceajs/cea/commit/5740f84f1701e170e2158fc840a08db174a0075a))





# [2.2.0](https://github.com/ceajs/cea/compare/v2.1.0...v2.2.0) (2021-11-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion internal/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 internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cea",
"version": "2.2.0",
"version": "2.2.1",
"description": "cea cli application",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"license": "MIT",
"dependencies": {
"cea-check-in": "2.2.0",
"cea-core": "2.2.0",
"cea-check-in": "2.2.1",
"cea-core": "2.2.1",
"enquirer": "^2.3.6"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"internal",
"plugins/*"
],
"version": "2.2.0",
"version": "2.2.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
12 changes: 12 additions & 0 deletions plugins/check-in/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/ceajs/cea/compare/v2.2.0...v2.2.1) (2021-11-11)


### Bug Fixes

* **core:** CLOUD join type result handling ([0924be8](https://github.com/ceajs/cea/commit/0924be8da53c6fcee829ea10e9d36a58e30e4ea1))
* **core:** login process for CLOUD ([5740f84](https://github.com/ceajs/cea/commit/5740f84f1701e170e2158fc840a08db174a0075a))





# [2.2.0](https://github.com/ceajs/cea/compare/v2.1.0...v2.2.0) (2021-11-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion plugins/check-in/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 plugins/check-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cea-check-in",
"version": "2.2.0",
"version": "2.2.1",
"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": {
"cea-core": "2.2.0",
"cea-core": "2.2.1",
"node-fetch": "^2.6.5",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit 137f0b9

Please sign in to comment.