Skip to content

Commit

Permalink
Merge pull request #35 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 19, 2023
2 parents f70aea5 + cddcf53 commit 4f068e8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 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.8.1",
"packages/is-even": "0.9.0",
"packages/is-odd": "0.3.1",
"packages/math": "0.1.6"
"packages/math": "0.1.7"
}
7 changes: 7 additions & 0 deletions packages/is-even/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* @yicchi/is-odd bumped to 0.3.1

## [0.9.0](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.8.1...is-even-v0.9.0) (2023-12-19)


### Features

* add radio ([2343e21](https://github.com/YiCChi/front-monorepo/commit/2343e21bd0cbd58d33ef78dcd11bc37c2a3cdfb0))

## [0.8.1](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.8.0...is-even-v0.8.1) (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.8.1",
"version": "0.9.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 @@ -38,6 +38,12 @@
* dependencies
* @yicchi/is-even bumped to 0.8.1

### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yicchi/math",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"description": "",
"main": "dist/index.cjs",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"@yicchi/is-odd": "workspace:*",
"@yicchi/is-even": "workspace:*"
"@yicchi/is-even": "0.9.0"
}
}

0 comments on commit 4f068e8

Please sign in to comment.