Skip to content

Commit cd8861d

Browse files
committed
chore: release v2.0.0
1 parent d52e7e8 commit cd8861d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plugin-web-update-notification",
33
"type": "module",
4-
"version": "1.8.1",
4+
"version": "2.0.0",
55
"packageManager": "pnpm@7.2.1",
66
"description": "Detect web page updates and notify",
77
"author": "Utopia",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plugin-web-update-notification/core",
33
"type": "module",
4-
"version": "1.8.1",
4+
"version": "2.0.0",
55
"description": "Detect web page updates and notify",
66
"author": "Utopia",
77
"license": "MIT",

packages/umi-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugin-web-update-notification/umijs",
3-
"version": "1.8.1",
3+
"version": "2.0.0",
44
"description": "Umi plugin for detect web page updates and notify.",
55
"author": "Utopia",
66
"license": "MIT",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plugin-web-update-notification/vite",
33
"type": "module",
4-
"version": "1.7.1",
4+
"version": "2.0.0",
55
"description": "Vite plugin for detect web page updates and notify.",
66
"author": "Utopia",
77
"license": "MIT",

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@plugin-web-update-notification/webpack",
33
"type": "module",
4-
"version": "1.8.1",
4+
"version": "2.0.0",
55
"description": "Webpack plugin for detect web page updates and notify.",
66
"author": "Utopia",
77
"license": "MIT",

0 commit comments

Comments
 (0)