Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Oct 28, 2023
1 parent 163da86 commit 57b90c0
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 292 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/root",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -14,6 +14,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
10 changes: 5 additions & 5 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.1",
"version": "0.4.2",
"private": true,
"author": "Xiangdong Zeng <xdzeng96@gmail.com>",
"license": "MIT",
Expand All @@ -20,12 +20,12 @@
},
"devDependencies": {
"@dinkie-icons/react": "workspace:^",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
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.1",
"version": "0.4.2",
"author": "Xiangdong Zeng <xdzeng96@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,14 +28,14 @@
"build": "vite build"
},
"dependencies": {
"@types/react": "^18.2.22",
"@types/react": "^18.2.33",
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@vitejs/plugin-react": "^4.0.4",
"@types/node": "^20.8.9",
"@vitejs/plugin-react": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.2"
}
}
12 changes: 6 additions & 6 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.1",
"version": "0.4.2",
"private": true,
"author": "Xiangdong Zeng <xdzeng96@gmail.com>",
"license": "MIT",
Expand All @@ -20,11 +20,11 @@
},
"devDependencies": {
"@dinkie-icons/vue": "workspace:^",
"@types/node": "^20.6.3",
"@vitejs/plugin-vue": "^4.3.4",
"@types/node": "^20.8.9",
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-tsc": "^1.8.12"
"vite": "^4.5.0",
"vue": "^3.3.7",
"vue-tsc": "^1.8.22"
}
}
10 changes: 5 additions & 5 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.1",
"version": "0.4.2",
"author": "Xiangdong Zeng <xdzeng96@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"build": "vite build"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.7"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/node": "^20.8.9",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.2"
}
}
Loading

0 comments on commit 57b90c0

Please sign in to comment.