diff --git a/docs/src/guide/intro/history.md b/docs/src/guide/intro/history.md index 58446a8..fb0cdd9 100644 --- a/docs/src/guide/intro/history.md +++ b/docs/src/guide/intro/history.md @@ -1,5 +1,10 @@ # 更新日志 +## 2023/1/11 + +- 重构`@voerkai18n/react`,支持自动重新渲染 +- 修复`@voerkai18n/vite`插件在转码`jsx`组件时存在的idMap错误 + ## 2023/1/10 - 添加`typescript`类型支持 diff --git a/packages/babel/package.json b/packages/babel/package.json index 951bec4..2b0c9a8 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.26", + "version": "1.0.27", "description": "Babel插件,实现自动导入t函数和自动文本映射", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -20,5 +20,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T17:30:28+08:00" + "lastPublish": "2023-01-11T21:51:42+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 58ce2c9..d35dc20 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/cli", - "version": "1.0.40", + "version": "1.0.41", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -50,5 +50,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T15:03:54+08:00" + "lastPublish": "2023-01-11T21:51:34+08:00" } \ No newline at end of file diff --git a/packages/formatters/package.json b/packages/formatters/package.json index a477bf1..4e7a327 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/formatters", - "version": "1.0.9", + "version": "1.0.10", "description": "格式化器,提供对要翻译文本的转换功能", "main": "index.js", "scripts": { @@ -19,5 +19,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T17:25:40+08:00" + "lastPublish": "2023-01-11T21:51:08+08:00" } \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 791cb1f..ec518ea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.5", + "version": "1.0.6", "description": "React支持,提供语言切换等功能", "main": "index.jsx", "typings": "index.d.ts", @@ -11,13 +11,11 @@ "author": "wxzhang", "license": "ISC", "dependencies": { - "@voerkai18n/runtime": "latest" - }, - "devDependencies": { - + "@voerkai18n/runtime": "latest" }, + "devDependencies": {}, "peerDependencies": { "react": "^17.0.2" }, - "lastPublish": "2023-01-10T17:31:25+08:00" + "lastPublish": "2023-01-11T21:51:18+08:00" } \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index abf40fb..7f03bea 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.9", + "version": "1.1.10", "description": "核心运行时", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", @@ -21,11 +21,10 @@ "author": "wxzhang", "license": "MIT", "dependencies": { - "@babel/runtime-corejs3":"latest", - "core-js":"3.21", - "@babel/runtime":"^7.17.8" + "@babel/runtime-corejs3": "latest", + "core-js": "3.21", + "@babel/runtime": "^7.17.8" }, - "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", @@ -41,5 +40,5 @@ "rollup-plugin-clear": "^2.0.7", "rollup-plugin-terser": "^7.0.2" }, - "lastPublish": "2023-01-10T17:25:34+08:00" + "lastPublish": "2023-01-11T21:50:59+08:00" } \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index 610fac3..12e8ff1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.15", + "version": "1.0.16", "description": "公共工具库", "main": "index.js", "scripts": { @@ -16,5 +16,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T17:25:17+08:00" + "lastPublish": "2023-01-11T21:50:43+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index 4e47f49..94fc359 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.15", + "version": "1.0.16", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "main": "index.js", "scripts": { @@ -15,5 +15,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T17:30:34+08:00" + "lastPublish": "2023-01-11T21:51:53+08:00" } \ No newline at end of file diff --git a/packages/vue/package.json b/packages/vue/package.json index feed196..8e2868a 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.8", + "version": "1.0.9", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "scripts": { @@ -12,5 +12,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T17:31:32+08:00" + "lastPublish": "2023-01-11T21:52:04+08:00" } \ No newline at end of file