Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Sep 20, 2023
1 parent 429d13e commit 670f144
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinkie-icons/root",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.4.1",
"private": true,
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@dinkie-icons/react": "workspace:^",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.4.1",
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,11 +28,11 @@
"build": "vite build"
},
"dependencies": {
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.4.1",
"private": true,
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
Expand All @@ -20,11 +20,11 @@
},
"devDependencies": {
"@dinkie-icons/vue": "workspace:^",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-tsc": "^1.8.11"
"vue-tsc": "^1.8.12"
}
}
4 changes: 2 additions & 2 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.0",
"version": "0.4.1",
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
Expand Down
Loading

0 comments on commit 670f144

Please sign in to comment.