Skip to content

Commit

Permalink
Merge pull request #24 from YiCChi/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
YiCChi authored Dec 2, 2023
2 parents a70d8f9 + 7eb1ec7 commit 53629cd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/is-even": "0.6.0",
"packages/is-even": "0.7.0",
"packages/is-odd": "0.2.6",
"packages/math": "0.1.1"
"packages/math": "0.1.2"
}
7 changes: 7 additions & 0 deletions packages/is-even/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.6.0...is-even-v0.7.0) (2023-12-02)


### Features

* add new component checkbox ([63df158](https://github.com/YiCChi/front-monorepo/commit/63df15846d08c1cb579a8276553dc4dc4ed78e35))

## [0.6.0](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.5.0...is-even-v0.6.0) (2023-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/is-even/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yicchi/is-even",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"description": "",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @yicchi/is-even bumped to 0.6.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @yicchi/is-even bumped to 0.7.0

## [0.1.0](https://github.com/YiCChi/front-monorepo/compare/math-v0.0.1...math-v0.1.0) (2023-12-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yicchi/math",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"description": "",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 53629cd

Please sign in to comment.