-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @ceajs/[email protected] - [email protected] - @ceajs/[email protected] - @ceajs/[email protected] - @ceajs/[email protected]
- Loading branch information
Showing
15 changed files
with
299 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,108 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.3.0](https://github.com/ceajs/cea/compare/[email protected]@2.3.0) (2021-11-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make cea packages scope ([b6fc3cb](https://github.com/ceajs/cea/commit/b6fc3cba59e34db8aa9751ec09e30ac2a0f33812)) | ||
|
||
|
||
### Features | ||
|
||
* **check-in:** handle sign photo url ([2074d7f](https://github.com/ceajs/cea/commit/2074d7f0e4d4159fc281ceb43c16f8f1d9f6bfce)) | ||
|
||
|
||
|
||
## 2.2.1 (2021-11-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **core:** login process for CLOUD ([5740f84](https://github.com/ceajs/cea/commit/5740f84f1701e170e2158fc840a08db174a0075a)) | ||
|
||
|
||
|
||
# 2.2.0 (2021-11-09) | ||
|
||
|
||
### Features | ||
|
||
* **core:** add notifier utils ([bb7a369](https://github.com/ceajs/cea/commit/bb7a369814507aa4434276095cd7bb4a03a1aeee)) | ||
|
||
|
||
|
||
# 2.1.0 (2021-10-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* delete school command, closes [#4](https://github.com/ceajs/cea/issues/4) ([4a31e26](https://github.com/ceajs/cea/commit/4a31e2606ade3d291a522d32c8638926d9fd1adf)) | ||
* remove package-lock file ([ebb8385](https://github.com/ceajs/cea/commit/ebb8385bead190245fff6c551873685b49782e1d)) | ||
|
||
|
||
|
||
## 2.0.1 (2021-10-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* deps update patch ([f97d8cb](https://github.com/ceajs/cea/commit/f97d8cbc667ae73712e8c28ddd0414db52204c7d)) | ||
|
||
|
||
|
||
# 2.0.0 (2021-10-16) | ||
|
||
|
||
|
||
## 0.5.1 (2021-10-09) | ||
|
||
|
||
|
||
# 0.5.0 (2021-09-07) | ||
|
||
|
||
### Features | ||
|
||
* better scraping practice ([09b73aa](https://github.com/ceajs/cea/commit/09b73aa3d5e529599e6356b7ffc820eedf1f1a46)) | ||
|
||
|
||
|
||
# 0.4.0 (2021-07-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **build:** make sure src is kept as subfolder after esbuild ([e03b631](https://github.com/ceajs/cea/commit/e03b631b748cb2d78b783acd993952926c632843)) | ||
* **debug:** use esbuild only for debug ([e6d6a6d](https://github.com/ceajs/cea/commit/e6d6a6d8880eda647f831d9cae4257afbbb612a7)) | ||
|
||
|
||
### Features | ||
|
||
* add test-score-notice plugin ([a3d149b](https://github.com/ceajs/cea/commit/a3d149be0b115c1b8b8918a345a8826d8e81159b)) | ||
|
||
|
||
|
||
## 0.3.2 (2021-07-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **check-in:** emply array is not falsy ([c63919d](https://github.com/ceajs/cea/commit/c63919dfe59566e964b7e70aa1d20fa8a53415f3)) | ||
|
||
|
||
|
||
## 0.3.1 (2021-06-05) | ||
|
||
|
||
|
||
# 0.3.0 (2021-06-05) | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.1](https://github.com/ceajs/cea/compare/v2.2.0...v2.2.1) (2021-11-11) | ||
|
||
### Bug Fixes | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2021-11-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make cea packages scope ([b6fc3cb](https://github.com/ceajs/cea/commit/b6fc3cba59e34db8aa9751ec09e30ac2a0f33812)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2021-11-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make cea packages scope ([b6fc3cb](https://github.com/ceajs/cea/commit/b6fc3cba59e34db8aa9751ec09e30ac2a0f33812)) |
Oops, something went wrong.