Skip to content

Commit

Permalink
version(3.0.0-beta.25): fix yoco catalog icon
Browse files Browse the repository at this point in the history
yoco version bump to 2.4.1 to fix stroke-width and icon dimensions
..for Yoco.Icon.CATALOG
  • Loading branch information
carsoli committed Jun 28, 2022
1 parent 586e9bb commit 8ad50e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "3.0.0-beta.24",
"@3yourmind/kotti-ui": "3.0.0-beta.25",
"@3yourmind/yoco": "*",
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@3yourmind/vue-use-tippy": "1.x",
"@3yourmind/yoco": "^2.4.0",
"@3yourmind/yoco": "^2.4.1",
"big.js": "^6.1.1",
"color": "3.x",
"deep-eql": "^4.0.0",
Expand Down Expand Up @@ -80,5 +80,5 @@
],
"style": "dist/styles.css",
"types": "dist/esm/index.d.ts",
"version": "3.0.0-beta.24"
"version": "3.0.0-beta.25"
}
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": "3.0.0-beta.24"
"@3yourmind/kotti-ui": "3.0.0-beta.25"
},
"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": "3.0.0-beta.24",
"@3yourmind/kotti-ui": "3.0.0-beta.25",
"@3yourmind/yoco": "*",
"@vue/composition-api": "0.6.1",
"core-js": "^3.17.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"build": "tsc && node --unhandled-rejections=strict dist/generate"
},
"style": "style.css",
"version": "2.4.0"
"version": "2.4.1"
}

0 comments on commit 8ad50e1

Please sign in to comment.