From 9521f48ebeec517cfb6e1eedf82a22ff1e59ad8e Mon Sep 17 00:00:00 2001 From: wxzhang Date: Thu, 30 Mar 2023 08:53:55 +0800 Subject: [PATCH] autopub release: --- packages/cli/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/runtime/package.json | 4 ++-- packages/vue/package.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index a162ce6..a1c55b8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.69", + "version": "1.0.70", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -49,5 +49,5 @@ "through2": "^4.0.2", "vinyl": "^2.2.1" }, - "lastPublish": "2023-03-29T17:37:18+08:00" + "lastPublish": "2023-03-30T08:53:48+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index f372572..2a214f4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.23", + "version": "1.0.24", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -22,5 +22,5 @@ "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-03-29T17:37:08+08:00" + "lastPublish": "2023-03-30T08:53:32+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 2b13edf..f5131a7 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.31", + "version": "1.1.32", "description": "核心运行时", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", @@ -40,5 +40,5 @@ "rollup-plugin-clear": "^2.0.7", "rollup-plugin-terser": "^7.0.2" }, - "lastPublish": "2023-03-29T17:37:02+08:00" + "lastPublish": "2023-03-30T08:53:24+08:00" } \ No newline at end of file diff --git a/packages/vue/package.json b/packages/vue/package.json index 50f6416..957cfad 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.26", + "version": "1.0.27", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "typings": "index.d.ts", @@ -19,5 +19,5 @@ "@voerkai18n/runtime": "workspace:^1.1.16", "vue": "latest" }, - "lastPublish": "2023-03-29T17:37:37+08:00" + "lastPublish": "2023-03-30T08:53:55+08:00" } \ No newline at end of file