From 22913d88b1bb806fd78c43f499c4ad5293789184 Mon Sep 17 00:00:00 2001 From: beetcb <63141491+beetcb@users.noreply.github.com> Date: Sat, 16 Oct 2021 16:19:43 +0800 Subject: [PATCH] chore(release): v2.0.1 --- CHANGELOG.md | 11 +++++++++++ core/CHANGELOG.md | 11 +++++++++++ core/package-lock.json | 2 +- core/package.json | 2 +- internal/CHANGELOG.md | 11 +++++++++++ internal/package-lock.json | 2 +- internal/package.json | 6 +++--- lerna.json | 2 +- plugins/check-in/CHANGELOG.md | 11 +++++++++++ plugins/check-in/package-lock.json | 2 +- plugins/check-in/package.json | 4 ++-- 11 files changed, 54 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d00050..d171943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index be8c7f8..76d8ed0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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 diff --git a/core/package-lock.json b/core/package-lock.json index e1f0c33..779ca4d 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea-core", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/core/package.json b/core/package.json index a2a32bd..e59eb11 100644 --- a/core/package.json +++ b/core/package.json @@ -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", diff --git a/internal/CHANGELOG.md b/internal/CHANGELOG.md index 9aa61f8..23574aa 100644 --- a/internal/CHANGELOG.md +++ b/internal/CHANGELOG.md @@ -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 diff --git a/internal/package-lock.json b/internal/package-lock.json index 3918691..5e3279a 100644 --- a/internal/package-lock.json +++ b/internal/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/internal/package.json b/internal/package.json index 518d65d..6e1c7b3 100644 --- a/internal/package.json +++ b/internal/package.json @@ -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", @@ -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" } } diff --git a/lerna.json b/lerna.json index 52ca1e9..8fd9c40 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "internal", "plugins/*" ], - "version": "2.0.0", + "version": "2.0.1", "command": { "version": { "allowBranch": "main", diff --git a/plugins/check-in/CHANGELOG.md b/plugins/check-in/CHANGELOG.md index a3848ca..087b016 100644 --- a/plugins/check-in/CHANGELOG.md +++ b/plugins/check-in/CHANGELOG.md @@ -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 diff --git a/plugins/check-in/package-lock.json b/plugins/check-in/package-lock.json index ef63dbc..3f4a9c4 100644 --- a/plugins/check-in/package-lock.json +++ b/plugins/check-in/package-lock.json @@ -1,6 +1,6 @@ { "name": "cea-check-in", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/plugins/check-in/package.json b/plugins/check-in/package.json index feabc5d..c9c5b91 100644 --- a/plugins/check-in/package.json +++ b/plugins/check-in/package.json @@ -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", @@ -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" },