diff --git a/packages/babel/package.json b/packages/babel/package.json index d0dc967..3e598d5 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.39", + "version": "1.0.40", "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-28T15:54:07+08:00" + "lastPublish": "2023-01-28T15:59:59+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 0b41c16..dfe1f18 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.54", + "version": "1.0.55", "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-28T15:53:54+08:00" + "lastPublish": "2023-01-28T15:59:31+08:00" } \ No newline at end of file diff --git a/packages/formatters/package.json b/packages/formatters/package.json index 0e34bae..f20deb3 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/formatters", - "version": "1.0.22", + "version": "1.0.23", "description": "格式化器,提供对要翻译文本的转换功能", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -20,5 +20,5 @@ "dependencies": { "dayjs": "^1.11.0" }, - "lastPublish": "2023-01-28T15:53:36+08:00" + "lastPublish": "2023-01-28T15:59:14+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 6c2096d..d605798 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.18", + "version": "1.0.19", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -22,5 +22,5 @@ "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-01-28T15:53:43+08:00" + "lastPublish": "2023-01-28T15:59:21+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index ad6b64b..e4c56b4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.25", + "version": "1.1.27", "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-28T15:53:29+08:00" + "lastPublish": "2023-01-28T15:59:06+08:00" } \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 9cebae0..b9c3549 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.27", + "version": "1.0.28", "description": "公共工具库", "main": "index.js", "scripts": { @@ -13,5 +13,5 @@ "fs-extra": "^10.0.1", "shelljs": "^0.8.5" }, - "lastPublish": "2023-01-28T15:47:54+08:00" + "lastPublish": "2023-01-28T15:58:52+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index 1152e6f..a3da76c 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.28", + "version": "1.0.29", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", "repository": { @@ -18,7 +18,7 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-01-28T15:54:16+08:00", + "lastPublish": "2023-01-28T16:00:06+08:00", "devDependencies": { "vite": "^4.0.4" } diff --git a/packages/vue/package.json b/packages/vue/package.json index 8858aa2..af4ee27 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.21", + "version": "1.0.22", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "typings": "index.d.ts", @@ -19,5 +19,5 @@ "@voerkai18n/runtime": "workspace:^1.1.16", "vue": "latest" }, - "lastPublish": "2023-01-28T15:54:23+08:00" + "lastPublish": "2023-01-28T16:00:15+08:00" } \ No newline at end of file diff --git a/packages/webpack/package.json b/packages/webpack/package.json index cab1f35..80cad09 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "voerkai18n-loader", - "version": "1.0.8", + "version": "1.0.9", "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-01-28T15:54:30+08:00" + "lastPublish": "2023-01-28T16:00:23+08:00" } \ No newline at end of file