Skip to content

Commit 4f366e7

Browse files
committed
chore: release v1.7.1
1 parent f393dfe commit 4f366e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
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.7.0",
4+
"version": "1.7.1",
55
"packageManager": "[email protected]",
66
"description": "Detect web page updates and notify",
77
"author": "Utopia",

packages/core/package.json

+1-1
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.7.0",
4+
"version": "1.7.1",
55
"description": "Detect web page updates and notify",
66
"author": "Utopia",
77
"license": "MIT",

packages/umi-plugin/package.json

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

packages/vite-plugin/package.json

+1-1
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.0",
4+
"version": "1.7.1",
55
"description": "Vite plugin for detect web page updates and notify.",
66
"author": "Utopia",
77
"license": "MIT",

packages/webpack-plugin/package.json

+1-1
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.7.0",
4+
"version": "1.7.1",
55
"description": "Webpack plugin for detect web page updates and notify.",
66
"author": "Utopia",
77
"license": "MIT",

0 commit comments

Comments
 (0)