Skip to content

Commit

Permalink
Merge pull request #32 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 9ada129 + 9002a10 commit f41770e
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.8.0",
"packages/is-even": "0.8.1",
"packages/is-odd": "0.3.1",
"packages/math": "0.1.5"
"packages/math": "0.1.6"
}
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.8.1](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.8.0...is-even-v0.8.1) (2023-12-02)


### Bug Fixes

* fix input text ([5ac775c](https://github.com/YiCChi/front-monorepo/commit/5ac775cfd3b34a3d974baec26ec5932b22e95cf9))

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

### Dependencies

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

## [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.5",
"version": "0.1.6",
"type": "module",
"description": "",
"main": "dist/index.cjs",
Expand Down

0 comments on commit f41770e

Please sign in to comment.