From ab70ea5b1fe911f689c123ab60ce2c1ffda98710 Mon Sep 17 00:00:00 2001 From: utopia Date: Tue, 30 May 2023 23:58:46 +0800 Subject: [PATCH] chore: release v1.6.4 --- package.json | 2 +- packages/core/package.json | 2 +- packages/umi-plugin/package.json | 2 +- packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96da8dc..74e9ad3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plugin-web-update-notification", "type": "module", - "version": "1.6.4-beta.0", + "version": "1.6.4", "packageManager": "pnpm@7.2.1", "description": "Detect web page updates and notify", "author": "Utopia", diff --git a/packages/core/package.json b/packages/core/package.json index fe6bb4a..68a8bdf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/core", "type": "module", - "version": "1.6.4-beta.0", + "version": "1.6.4", "description": "Detect web page updates and notify", "author": "Utopia", "license": "MIT", diff --git a/packages/umi-plugin/package.json b/packages/umi-plugin/package.json index 8aafb7b..00ca754 100644 --- a/packages/umi-plugin/package.json +++ b/packages/umi-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@plugin-web-update-notification/umijs", - "version": "1.6.4-beta.0", + "version": "1.6.4", "description": "Umi plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index cf91a14..ba430a9 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/vite", "type": "module", - "version": "1.6.4-beta.0", + "version": "1.6.4", "description": "Vite plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 2227d31..dc0ba9d 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@plugin-web-update-notification/webpack", "type": "module", - "version": "1.6.4-beta.0", + "version": "1.6.4", "description": "Webpack plugin for detect web page updates and notify.", "author": "Utopia", "license": "MIT",