Skip to content

Commit

Permalink
chore: release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Jul 19, 2024
1 parent b979bf6 commit bd7be6a
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 637 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/root",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,7 @@
"build": "pnpm -r --filter=./packages/** run build"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/react-example",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
Expand All @@ -22,10 +22,10 @@
"@dinkie-icons/react": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/react",
"version": "0.4.5",
"version": "0.4.6",
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
"@types/node": "^20.14.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1"
}
}
14 changes: 7 additions & 7 deletions packages/vue-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/vue-example",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
Expand All @@ -20,11 +20,11 @@
},
"devDependencies": {
"@dinkie-icons/vue": "workspace:^",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vue": "^3.4.33",
"vue-tsc": "^2.0.26"
}
}
12 changes: 6 additions & 6 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/vue",
"version": "0.4.5",
"version": "0.4.6",
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"build": "vite build"
},
"dependencies": {
"vue": "^3.4.27"
"vue": "^3.4.33"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
"@types/node": "^20.14.11",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1"
}
}
Loading

0 comments on commit bd7be6a

Please sign in to comment.