Skip to content

Commit 6f7c1b7

Browse files
chore(release): 0.2.4 → 0.2.5 [skip-ci]
1 parent d3ec607 commit 6f7c1b7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.2.4"
2+
version = "0.2.5"
33
version_files = [
44
"package.json:version"
55
]

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.5 (2023-03-24)
2+
3+
### Fix
4+
5+
- chakra action styling bug (#62)
6+
- minor cleanups and ci improvements (#61)
7+
- Use stricter component types definitions (#59)
8+
19
## 0.2.4 (2023-03-19)
210

311
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chakra-ui-svelte",
33
"description": "Create accessible svelte apps with speed",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"type": "module",
66
"main": "./index.js",
77
"homepage": "https://github.com/elcharitas/chakra-ui-svelte",

0 commit comments

Comments
 (0)