Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Oct 16, 2021
1 parent f97d8cb commit 22913d8
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.0.1](https://github.com/ceajs/cea/compare/v2.0.0...v2.0.1) (2021-10-16)


### Bug Fixes

* deps update patch ([f97d8cb](https://github.com/ceajs/cea/commit/f97d8cbc667ae73712e8c28ddd0414db52204c7d))





# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16)

**Note:** Version bump only for package ceajs-monorepo
Expand Down
11 changes: 11 additions & 0 deletions core/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.0.1](https://github.com/ceajs/cea/compare/v2.0.0...v2.0.1) (2021-10-16)


### Bug Fixes

* deps update patch ([f97d8cb](https://github.com/ceajs/cea/commit/f97d8cbc667ae73712e8c28ddd0414db52204c7d))





# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16)

**Note:** Version bump only for package cea-core
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.0.0",
"version": "2.0.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.0.1](https://github.com/ceajs/cea/compare/v2.0.0...v2.0.1) (2021-10-16)


### Bug Fixes

* deps update patch ([f97d8cb](https://github.com/ceajs/cea/commit/f97d8cbc667ae73712e8c28ddd0414db52204c7d))





# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16)

**Note:** Version bump only for package cea
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.0.0",
"version": "2.0.1",
"description": "cea",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand All @@ -17,8 +17,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"cea-check-in": "2.0.0",
"cea-core": "2.0.0",
"cea-check-in": "2.0.1",
"cea-core": "2.0.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.0.0",
"version": "2.0.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
11 changes: 11 additions & 0 deletions plugins/check-in/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.0.1](https://github.com/ceajs/cea/compare/v2.0.0...v2.0.1) (2021-10-16)


### Bug Fixes

* deps update patch ([f97d8cb](https://github.com/ceajs/cea/commit/f97d8cbc667ae73712e8c28ddd0414db52204c7d))





# [2.0.0](https://github.com/ceajs/cea/compare/v0.5.1...v2.0.0) (2021-10-16)

**Note:** Version bump only for package cea-check-in
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.0.0",
"version": "2.0.1",
"description": "check in plugin for cea",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"cea-core": "2.0.0",
"cea-core": "2.0.1",
"node-fetch": "^3.0.0",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit 22913d8

Please sign in to comment.