Skip to content

Commit 8bd9b3c

Browse files
committed
chore: release v0.2.1
1 parent 1efd0ce commit 8bd9b3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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": "0.2.0",
4+
"version": "0.2.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": "web-update-notification-core",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.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": "umijs-plugin-web-update-notification",
3-
"version": "0.2.0",
3+
"version": "0.2.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": "vite-plugin-web-update-notification",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "Vite plugin for detect web page updates and notify.",
66
"author": "Utopia",
77
"license": "MIT",

0 commit comments

Comments
 (0)