We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ec607 commit 6f7c1b7Copy full SHA for 6f7c1b7
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.2.4"
+version = "0.2.5"
3
version_files = [
4
"package.json:version"
5
]
CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.2.5 (2023-03-24)
+
+### Fix
+- chakra action styling bug (#62)
6
+- minor cleanups and ci improvements (#61)
7
+- Use stricter component types definitions (#59)
8
9
## 0.2.4 (2023-03-19)
10
11
### Fix
package.json
@@ -1,7 +1,7 @@
{
"name": "chakra-ui-svelte",
"description": "Create accessible svelte apps with speed",
- "version": "0.2.4",
+ "version": "0.2.5",
"type": "module",
"main": "./index.js",
"homepage": "https://github.com/elcharitas/chakra-ui-svelte",
0 commit comments