Skip to content

Commit

Permalink
Merge pull request #26 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 f64d8d3 + 1383d14 commit 3186e9f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/is-even": "0.7.0",
"packages/is-odd": "0.2.6",
"packages/math": "0.1.2"
"packages/is-even": "0.7.1",
"packages/is-odd": "0.3.0",
"packages/math": "0.1.3"
}
6 changes: 6 additions & 0 deletions packages/is-even/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @yicchi/is-odd bumped to 0.3.0

## [0.7.0](https://github.com/YiCChi/front-monorepo/compare/is-even-v0.6.0...is-even-v0.7.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.7.0",
"version": "0.7.1",
"type": "module",
"description": "",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/is-odd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
* dependencies
* @yicchi/is-even bumped to 0.5.0

## [0.3.0](https://github.com/YiCChi/front-monorepo/compare/is-odd-v0.2.6...is-odd-v0.3.0) (2023-12-02)


### Features

* add new component radio ([e5a5775](https://github.com/YiCChi/front-monorepo/commit/e5a5775756986b57a20df0e2cfaf26d94fe78bce))

## [0.2.0](https://github.com/YiCChi/front-monorepo/compare/is-odd-v0.1.0...is-odd-v0.2.0) (2023-11-20)


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @yicchi/is-odd bumped to 0.3.0
* @yicchi/is-even bumped to 0.7.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.2",
"version": "0.1.3",
"type": "module",
"description": "",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 3186e9f

Please sign in to comment.