Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 9, 2024
1 parent 9a688c7 commit db9fcd3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info-nuxt-demo",
"version": "1.0.3",
"version": "1.1.0",
"private": "true",
"type": "module",
"scripts": {
Expand All @@ -13,4 +13,4 @@
"nuxt": "^3.10.1",
"unplugin-info": "workspace:*"
}
}
}
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info-vite-demo",
"version": "1.0.3",
"version": "1.1.0",
"private": "true",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "1.0.3",
"version": "1.1.0",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-info",
"version": "1.0.3",
"version": "1.1.0",
"description": "Export build information as virutal module",
"keywords": [
"debug",
Expand Down Expand Up @@ -151,4 +151,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit db9fcd3

Please sign in to comment.