Skip to content

Commit 4bc8cb8

Browse files
committed
chore: release v0.3.0
1 parent 98217d9 commit 4bc8cb8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/browser",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "Browser translation library with DOM support, powered by Transformers.js",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/chrome",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "Chrome built-in Translator API adapter for translation-master",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/core",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "Runtime-agnostic translation core powered by Transformers.js",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/i18n-migrate-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/i18n-migrate-cli",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "CLI for extracting and applying source-level i18n migrations",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/node",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "Node.js translation library powered by Transformers.js with ONNX Runtime",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@translation-master/vite-plugin",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"description": "Vite plugin for translate.js",
66
"author": "hackycy <hackycy@outlook.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)