From 0ab8a31785e19a73b21a42ba5a756bf659e8ab59 Mon Sep 17 00:00:00 2001 From: wxzhang Date: Tue, 24 Jan 2023 22:04:10 +0800 Subject: [PATCH] update version --- packages/babel/package.json | 4 ++-- packages/cli/package.json | 4 ++-- packages/formatters/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 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/babel/package.json b/packages/babel/package.json index 25ce078..eafba6c 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.30", + "version": "1.0.31", "description": "Babel插件,实现自动导入t函数和自动文本映射", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -17,5 +17,5 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-01-12T13:54:24+08:00" + "lastPublish": "2023-01-24T22:03:12+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 4f7bb78..2b39f62 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.44", + "version": "1.0.45", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -47,5 +47,5 @@ "through2": "^4.0.2", "vinyl": "^2.2.1" }, - "lastPublish": "2023-01-12T13:54:18+08:00" + "lastPublish": "2023-01-24T22:02:55+08:00" } \ No newline at end of file diff --git a/packages/formatters/package.json b/packages/formatters/package.json index f2f0637..6847df4 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/formatters", - "version": "1.0.13", + "version": "1.0.14", "description": "格式化器,提供对要翻译文本的转换功能", "main": "index.js", "scripts": { @@ -15,5 +15,5 @@ "dependencies": { "dayjs": "^1.11.0" }, - "lastPublish": "2023-01-12T13:53:59+08:00" + "lastPublish": "2023-01-24T22:02:15+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 4815659..8a6f2c9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.9", + "version": "1.0.10", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -17,5 +17,5 @@ "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-01-12T13:54:05+08:00" + "lastPublish": "2023-01-24T22:02:35+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 47a5950..b13ec70 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.16", + "version": "1.1.17", "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-12T13:53:52+08:00" + "lastPublish": "2023-01-24T22:02:04+08:00" } \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 953eedb..91fdc6b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.19", + "version": "1.0.20", "description": "公共工具库", "main": "index.js", "scripts": { @@ -13,5 +13,5 @@ "fs-extra": "^10.0.1", "shelljs": "^0.8.5" }, - "lastPublish": "2023-01-12T13:53:00+08:00" + "lastPublish": "2023-01-24T22:01:45+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index 4fcc3d9..7d68e75 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.19", + "version": "1.0.20", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "main": "index.js", "types": "index.d.ts", @@ -13,7 +13,7 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-01-12T13:54:31+08:00", + "lastPublish": "2023-01-24T22:03:23+08:00", "devDependencies": { "vite": "^4.0.4" } diff --git a/packages/vue/package.json b/packages/vue/package.json index b6720b0..57db2a3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.12", + "version": "1.0.13", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "typings": "index.d.ts", @@ -14,5 +14,5 @@ "@voerkai18n/runtime": "workspace:^1.1.16", "vue": "latest" }, - "lastPublish": "2023-01-12T13:54:39+08:00" + "lastPublish": "2023-01-24T22:03:40+08:00" } \ No newline at end of file