From aefae6e422744d83577eaebd09ec02db1d0bb889 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 9 Apr 2026 10:53:16 +0300 Subject: [PATCH 1/2] chore: version 6.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd46d07..757d428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "lingui_macro_plugin" -version = "6.0.0-next.3" +version = "6.0.0" dependencies = [ "data-encoding", "insta", diff --git a/Cargo.toml b/Cargo.toml index 54f57ca..ca897d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lingui_macro_plugin" -version = "6.0.0-next.3" +version = "6.0.0" edition = "2021" [lib] diff --git a/package.json b/package.json index 91bff02..5fde070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/swc-plugin", - "version": "6.0.0-next.3", + "version": "6.0.0", "description": "A SWC Plugin for LinguiJS", "author": { "name": "Timofei Iatsenko", From 0efaefbe54b065baa66f3c486e95053ae29336c9 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 21 Apr 2026 17:08:41 +0300 Subject: [PATCH 2/2] fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fde070..ab974ae 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "icu", "message-format", "i18n", - "internalization" + "internationalization" ], "main": "target/wasm32-wasip1/release/lingui_macro_plugin.wasm", "exports": {