We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5057d9 commit 1120854Copy full SHA for 1120854
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## V0.2.1
4
+* Fixed a broken release in v0.2.0
5
+
6
## v0.2.0 - 2025/05/09
7
* Fixed a issue with `ClickableCardComponent` when that contained an input or a select
8
* Added a new `CharacterCounterElement`
package.json
@@ -1,6 +1,6 @@
{
"name": "sprinkles-js",
- "version": "0.2.0",
+ "version": "0.2.1",
"main": "index.js",
"repository": "https://github.com/tree-company/sprinkles-js",
"author": "Tree company <development@treecompany.be>",
0 commit comments