Skip to content

Commit b21ce97

Browse files
committed
release: v0.3.0
1 parent 434081b commit b21ce97

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
# [0.3.0](https://github.com/Innei/rc-modal/compare/v0.2.4...v0.3.0) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* update deps ([d509263](https://github.com/Innei/rc-modal/commit/d50926314aa15952de4384d908b5ce01240afcc5))
9+
10+
11+
### Features
12+
13+
* update modal ([434081b](https://github.com/Innei/rc-modal/commit/434081b8713b352f1a8e8fce56be9792655d45e4))
14+
15+
16+
317
## [0.2.4](https://github.com/Innei/rc-modal/compare/v0.2.3...v0.2.4) (2024-03-18)
418

519

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-modal-sheet",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Beautifully designed Modal Component built with Radix UI and Tailwind CSS.",
55
"author": "Innei",
66
"license": "MIT",
@@ -133,4 +133,4 @@
133133
"tailwind-merge": "^2.3.0",
134134
"vaul": "^0.9.1"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)