Skip to content

Commit

Permalink
version(4.0.1): revert KtButton changes to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Soliman committed May 30, 2023
1 parent 4ba8f7d commit b1e31bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@3yourmind/kotti-ui": "4.0.0",
"@3yourmind/kotti-ui": "4.0.1",
"@3yourmind/yoco": "*",
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
],
"style": "dist/styles.css",
"types": "dist/esm/index.d.ts",
"version": "4.0.0"
"version": "4.0.1"
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@3yourmind/kotti-ui": "4.0.0"
"@3yourmind/kotti-ui": "4.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/3YOURMIND/kotti/issues"
},
"dependencies": {
"@3yourmind/kotti-ui": "4.0.0",
"@3yourmind/kotti-ui": "4.0.1",
"@3yourmind/yoco": "*",
"@vue/composition-api": "0.6.1",
"core-js": "^3.17.2"
Expand Down

0 comments on commit b1e31bc

Please sign in to comment.