From 0eb1598abf096266f143b2d5c31a19c3f4738840 Mon Sep 17 00:00:00 2001 From: wxzhang Date: Wed, 29 Mar 2023 17:37:44 +0800 Subject: [PATCH] autopub release: --- packages/babel/package.json | 4 ++-- packages/cli/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/runtime/package.json | 4 ++-- packages/utils/package.json | 4 ++-- packages/vite/package.json | 4 ++-- packages/vue/package.json | 4 ++-- packages/webpack/package.json | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/babel/package.json b/packages/babel/package.json index 2fb0832..cfb82f8 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.46", + "version": "1.0.47", "description": "Babel插件,实现自动导入t函数和自动文本映射", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -17,5 +17,5 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-02-13T11:13:56+08:00" + "lastPublish": "2023-03-29T17:37:24+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 81cd263..a162ce6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.68", + "version": "1.0.69", "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-28T17:17:56+08:00" + "lastPublish": "2023-03-29T17:37:18+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 57dd08e..f372572 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.22", + "version": "1.0.23", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -22,5 +22,5 @@ "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-01-28T16:49:36+08:00" + "lastPublish": "2023-03-29T17:37:08+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 818e27f..2b13edf 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.30", + "version": "1.1.31", "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-01-28T16:49:23+08:00" + "lastPublish": "2023-03-29T17:37:02+08:00" } \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 8d8e0f3..8733ac4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.34", + "version": "1.0.35", "description": "公共工具库", "main": "index.js", "scripts": { @@ -15,5 +15,5 @@ "shelljs": "^0.8.5", "string.prototype.replaceall": "^1.0.7" }, - "lastPublish": "2023-02-13T11:13:34+08:00" + "lastPublish": "2023-03-29T17:36:45+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index 4f545ae..f25f71e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.35", + "version": "1.0.36", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", "repository": { @@ -18,7 +18,7 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-02-13T11:14:02+08:00", + "lastPublish": "2023-03-29T17:37:31+08:00", "devDependencies": { "vite": "^4.0.4" } diff --git a/packages/vue/package.json b/packages/vue/package.json index d7e195a..50f6416 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.25", + "version": "1.0.26", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "typings": "index.d.ts", @@ -19,5 +19,5 @@ "@voerkai18n/runtime": "workspace:^1.1.16", "vue": "latest" }, - "lastPublish": "2023-01-28T16:50:08+08:00" + "lastPublish": "2023-03-29T17:37:37+08:00" } \ No newline at end of file diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 8db8279..db8962b 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "voerkai18n-loader", - "version": "1.0.15", + "version": "1.0.16", "description": "voerkai18n loader for webpack", "main": "loader.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -20,5 +20,5 @@ "dependencies": { "@voerkai18n/utils": "workspace:^1.0.21" }, - "lastPublish": "2023-02-13T11:14:08+08:00" + "lastPublish": "2023-03-29T17:37:43+08:00" } \ No newline at end of file