Skip to content

Commit

Permalink
[chore]: Release v2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eihabkhan committed Nov 19, 2024
1 parent ab649f9 commit 4f9de10
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@youcan/ui",
"version": "2.6.8",
"packageManager": "pnpm@8.10.0",
"version": "2.6.9",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": "^20.9.0",
"pnpm": "^8.10.0"
"node": "^22.11.0",
"pnpm": "^9.13.0"
},
"scripts": {
"dev": "pnpm -r dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@youcan/ui-core",
"type": "module",
"version": "2.6.8",
"version": "2.6.9",
"description": "",
"author": "YouCan <tech@youcan.shop> (https://github.com/youcan-shop/)",
"homepage": "https://github.com/youcan-shop/youcan-ui",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@youcan/ui-icons",
"type": "module",
"version": "2.6.8",
"version": "2.6.9",
"description": "YouCan icon set in Iconify JSON format",
"author": "YouCan <tech@youcan.shop> (https://github.com/youcan-shop/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/visuals/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@youcan/ui-visuals",
"type": "module",
"version": "2.6.8",
"version": "2.6.9",
"description": "YouCan visuals set in Iconify JSON format",
"author": "YouCan <tech@youcan.shop> (https://github.com/youcan-shop/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youcan/ui-vue3",
"version": "2.6.8",
"version": "2.6.9",
"description": "YouCan Vue3 components library",
"author": "YouCan <tech@youcan.shop> (https://github.com/youcan-shop/)",
"license": "MIT",
Expand Down

0 comments on commit 4f9de10

Please sign in to comment.