Skip to content

Commit

Permalink
fix: error versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Nov 27, 2024
1 parent a13a3ef commit 3491f9d
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/babel",
"version": "2.1.6",
"version": "2.1.12",
"description": "Babel插件,实现自动导入t函数和自动文本映射",
"main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
Expand All @@ -9,7 +9,7 @@
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "npm publish"
},
"author": "wxzhang",
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/cli",
"version": "2.1.6",
"version": "2.1.12",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
Expand All @@ -19,7 +19,8 @@
"translate": "node ./index.js translate",
"extract": "node ./index.js extract -D -e templates/** ",
"compile": "node ./index.js compile",
"compile:en": "cross-env LANGUAGE=en node ./index.js compile -d"
"compile:en": "cross-env LANGUAGE=en node ./index.js compile -d",
"release": "npm publish"
},
"author": "wxzhang",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/openinula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/openinula",
"version": "2.1.6",
"version": "2.1.12",
"description": "openinula支持,提供语言切换等功能",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "tsup --metafile && pnpm publish --no-git-checks",
"release": "npm publish",
"build": "tsup"
},
"author": "wxzhang",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/react",
"version": "2.1.6",
"version": "2.1.12",
"description": "React支持,提供语言切换等功能",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "tsup --metafile && pnpm publish --no-git-checks",
"release": "npm publish",
"build": "tsup"
},
"author": "wxzhang",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/runtime",
"version": "2.1.6",
"version": "2.1.12",
"description": "runtime of voerkai18n",
"main": "./src/index.ts",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
Expand All @@ -16,7 +16,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"release": "tsup --metafile && pnpm publish --no-git-checks"
"release": "npm publish"
},
"author": "wxzhang",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@voerkai18n/utils",
"version": "2.1.6",
"version": "2.1.12",
"description": "公共工具库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "npm publish"
},
"author": "wxzhang",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/vite",
"version": "2.1.6",
"version": "2.1.12",
"description": "Vite插件,提供自动插入翻译函数和文本映射等功能",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": {
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "npm publish"
},
"author": "wxzhang",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/vue",
"version": "2.1.6",
"version": "2.1.12",
"description": "voerkai18n for vue3",
"access": "public",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"types": "dist/index.d.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm publish",
"build": "tsup"
},
"author": "wxzhang",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voerkai18n/vue2",
"version": "2.1.6",
"version": "2.1.12",
"description": "voerkai18n for vue2",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -12,7 +12,7 @@
"types": "dist/index.d.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm publish",
"build": "tsup",
"build:watch": "tsup --watch"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voerkai18n-loader",
"version": "2.1.6",
"version": "2.1.12",
"description": "voerkai18n loader for webpack",
"main": "loader.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
Expand All @@ -9,7 +9,7 @@
"url": "git+https://github.com/zhangfisher/voerka-i18n"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm publish",
"build": "tsup"
},
"keywords": [],
Expand Down
2 changes: 2 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"lint"
]
},
"release": {
},
"test": {
"dependsOn": [
"build"
Expand Down

0 comments on commit 3491f9d

Please sign in to comment.