Skip to content

Commit c5688c6

Browse files
[ci] release (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6de005f commit c5688c6

File tree

7 files changed

+45
-18
lines changed

7 files changed

+45
-18
lines changed

.changeset/breezy-baboons-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/five-points-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# manawave
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#239](https://github.com/ryuuart/MANAWAVE/pull/239) [`526f3c9`](https://github.com/ryuuart/MANAWAVE/commit/526f3c9a0fc6f0811bc6dbad970a71c00778e1a3) Thanks [@ryuuart](https://github.com/ryuuart)! - Add `initialSize` input for `onLayout` hook
8+
9+
### Patch Changes
10+
11+
- [#235](https://github.com/ryuuart/MANAWAVE/pull/235) [`5b44ba7`](https://github.com/ryuuart/MANAWAVE/commit/5b44ba70238ff90c21b61caec410c29bede8a7df) Thanks [@ryuuart](https://github.com/ryuuart)! - Improve module import / export behavior
12+
313
## 0.11.2
414

515
### Patch Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "manawave",
33
"license": "MIT",
44
"author": "Long Nguyen",
5-
"version": "0.11.2",
5+
"version": "0.12.0",
66
"homepage": "https://manawave.long-nguyen.dev/",
77
"repository": {
88
"type": "git",

pnpm-lock.yaml

Lines changed: 25 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# manawave-demo
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`526f3c9`](https://github.com/ryuuart/MANAWAVE/commit/526f3c9a0fc6f0811bc6dbad970a71c00778e1a3), [`5b44ba7`](https://github.com/ryuuart/MANAWAVE/commit/5b44ba70238ff90c21b61caec410c29bede8a7df)]:
8+
9+
310
## 0.0.2
411

512
### Patch Changes

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "manawave-demo",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"license": "MIT",
66
"author": "Long Nguyen",
77
"private": "true",
@@ -25,7 +25,7 @@
2525
"react-dom": "^18.2.0"
2626
},
2727
"dependencies": {
28-
"manawave": "^0.11.0"
28+
"manawave": "^0.12.0"
2929
},
3030
"nx": {
3131
"targets": {

0 commit comments

Comments
 (0)