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 eec123b commit 4d11a01Copy full SHA for 4d11a01
packages/button/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @gluestack-ui/button
2
3
+## 0.1.5
4
+
5
+### Patch Changes
6
7
+- fix button group space issue
8
9
## 0.1.4
10
11
### Patch Changes
packages/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/button",
- "version": "0.1.4",
+ "version": "0.1.5",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
0 commit comments