diff --git a/package.json b/package.json index a26dbb9..84b53f4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.1.0", "@vuepress/client": "2.0.0-beta.49", - "autopub": "^1.0.4", + "autopub": "^1.0.7", "commander": "^9.4.0", "cross-env": "^7.0.3", "dayjs": "^1.11.4", diff --git a/packages/babel/package.json b/packages/babel/package.json index f2f4b82..adbc39c 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.36", + "version": "1.0.37", "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-28T10:17:03+08:00" + "lastPublish": "2023-01-28T15:29:17+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index b4875fa..ed93300 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.51", + "version": "1.0.52", "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-28T10:31:43+08:00" + "lastPublish": "2023-01-28T15:29:04+08:00" } \ No newline at end of file diff --git a/packages/formatters/index.js b/packages/formatters/index.js index 4b8c9c9..febce7d 100644 --- a/packages/formatters/index.js +++ b/packages/formatters/index.js @@ -1,5 +1,5 @@ /** - * 通用格式化器 + * 通用格式化器AA */ export * from './datetime.formatters.js'; export * from './currency.formatters.js'; diff --git a/packages/formatters/package.json b/packages/formatters/package.json index 924e6fc..a0e5637 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/formatters", - "version": "1.0.19", + "version": "1.0.20", "description": "格式化器,提供对要翻译文本的转换功能", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -20,5 +20,5 @@ "dependencies": { "dayjs": "^1.11.0" }, - "lastPublish": "2023-01-28T10:16:25+08:00" + "lastPublish": "2023-01-28T15:27:33+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index b7022b7..21673d1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.15", + "version": "1.0.16", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -22,5 +22,5 @@ "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-01-28T10:16:33+08:00" + "lastPublish": "2023-01-28T15:27:42+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index fc43c78..5252245 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.23", + "version": "1.1.24", "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-28T10:16:18+08:00" + "lastPublish": "2023-01-28T15:27:23+08:00" } \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index ae0af0c..2929777 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.25", + "version": "1.0.26", "description": "公共工具库", "main": "index.js", "scripts": { @@ -13,5 +13,5 @@ "fs-extra": "^10.0.1", "shelljs": "^0.8.5" }, - "lastPublish": "2023-01-28T10:15:51+08:00" + "lastPublish": "2023-01-28T15:27:03+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index adb3507..bb939f4 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.25", + "version": "1.0.26", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", "repository": { @@ -18,7 +18,7 @@ "dependencies": { "@voerkai18n/utils": "workspace:latest" }, - "lastPublish": "2023-01-28T10:17:10+08:00", + "lastPublish": "2023-01-28T15:29:27+08:00", "devDependencies": { "vite": "^4.0.4" } diff --git a/packages/vue/package.json b/packages/vue/package.json index 6bd15b6..64c73d0 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.18", + "version": "1.0.19", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "typings": "index.d.ts", @@ -19,5 +19,5 @@ "@voerkai18n/runtime": "workspace:^1.1.16", "vue": "latest" }, - "lastPublish": "2023-01-28T10:17:20+08:00" + "lastPublish": "2023-01-28T15:29:37+08:00" } \ No newline at end of file diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9cbd6d8..193c28b 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "voerkai18n-loader", - "version": "1.0.5", + "version": "1.0.6", "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-28T10:17:38+08:00" + "lastPublish": "2023-01-28T15:29:47+08:00" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a83ba14..6724be8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^21.1.0 '@vuepress/client': 2.0.0-beta.49 - autopub: ^1.0.4 + autopub: ^1.0.7 commander: ^9.4.0 cross-env: ^7.0.3 dayjs: ^1.11.4 @@ -39,7 +39,7 @@ importers: '@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu '@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2 '@vuepress/client': 2.0.0-beta.49 - autopub: 1.0.4 + autopub: 1.0.7 commander: 9.4.0 cross-env: 7.0.3 dayjs: 1.11.4 @@ -4657,8 +4657,8 @@ packages: postcss-value-parser: 4.2.0 dev: true - /autopub/1.0.4: - resolution: {integrity: sha512-z5l7z9NV4zPCHGwD2d7xrNWXgiS5RwlEBbB79IH3T74JUFG+JKr4wFx1Ar4BIw5Llgf4c/aT86JLhZY5LmlzSQ==} + /autopub/1.0.7: + resolution: {integrity: sha512-Fu9epr5aGen8Ms20mKAOZYx636kcxznAgPzfIb0IZTe8c/3f04P/e09kC93FJ/HlPY1eXd5aOm5aVGRrSZQCUw==} hasBin: true dependencies: commander: 9.4.0 diff --git a/versions.test.md b/versions.test.md index 4585676..23f6c71 100644 --- a/versions.test.md +++ b/versions.test.md @@ -1,11 +1,12 @@ # 版本信息 | 包| 版本 | 最新发布 | 说明| | --- | :---: | :---: | --- | -|**@voerkai18n/utils**|1.0.13|2022/08/20|公共工具库| -|**@voerkai18n/runtime**|1.1.6|2022/08/26|核心运行时| -|**@voerkai18n/formatters**|1.0.7|2022/04/15|格式化器,提供对要翻译文本的转换功能| -|**@voerkai18n/react**|1.0.4|2022/04/16|React支持,提供语言切换等功能| -|**@voerkai18n/cli**|1.0.39|2022/08/26|命令行工具,用来初始化/提取/编译/自动翻译等工具链| -|**@voerkai18n/babel**|1.0.24|2022/08/20|Babel插件,实现自动导入t函数和自动文本映射| -|**@voerkai18n/vite**|1.0.13|2022/08/20|Vite插件,提供自动插入翻译函数和文本映射等功能| -|**@voerkai18n/vue**|1.0.6|2022/08/20|Vue3插件,提供自动插件翻译函数和语言切换功能| \ No newline at end of file +|**@voerkai18n/utils**|1.0.26|2023/01/28|公共工具库| +|**@voerkai18n/runtime**|1.1.24|2023/01/28|核心运行时| +|**@voerkai18n/formatters**|1.0.20|2023/01/28|格式化器,提供对要翻译文本的转换功能| +|**@voerkai18n/react**|1.0.16|2023/01/28|React支持,提供语言切换等功能| +|**@voerkai18n/cli**|1.0.52|2023/01/28|命令行工具,用来初始化/提取/编译/自动翻译等工具链| +|**@voerkai18n/babel**|1.0.37|2023/01/28|Babel插件,实现自动导入t函数和自动文本映射| +|**@voerkai18n/vite**|1.0.26|2023/01/28|Vite插件,提供自动插入翻译函数和文本映射等功能| +|**@voerkai18n/vue**|1.0.19|2023/01/28|Vue3插件,提供自动插件翻译函数和语言切换功能| +|**voerkai18n-loader**|1.0.6|2023/01/28|voerkai18n loader for webpack| \ No newline at end of file