From 76f74df15484bc98656b3c7459ce2a1eede814f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 1 Jan 2025 05:35:03 +0900 Subject: [PATCH] chore: Publish plugins (#383) --- Cargo.lock | 4 ++-- crates/swc_icu_messageformat_parser/Cargo.toml | 2 +- packages/formatjs/CHANGELOG.md | 6 ++++++ packages/formatjs/README.md | 6 ++++++ packages/formatjs/package.json | 2 +- packages/formatjs/transform/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31ed02eb4..f5990ab4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3063,7 +3063,7 @@ dependencies = [ [[package]] name = "swc_formatjs_transform" -version = "3.0.0" +version = "3.0.1" dependencies = [ "base64ct", "once_cell", @@ -3078,7 +3078,7 @@ dependencies = [ [[package]] name = "swc_icu_messageformat_parser" -version = "3.0.0" +version = "3.0.1" dependencies = [ "langtag", "once_cell", diff --git a/crates/swc_icu_messageformat_parser/Cargo.toml b/crates/swc_icu_messageformat_parser/Cargo.toml index 78a2afcbf..ff88e0d66 100644 --- a/crates/swc_icu_messageformat_parser/Cargo.toml +++ b/crates/swc_icu_messageformat_parser/Cargo.toml @@ -8,7 +8,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_icu_messageformat_parser" repository = { workspace = true } -version = "3.0.0" +version = "3.0.1" [features] diff --git a/packages/formatjs/CHANGELOG.md b/packages/formatjs/CHANGELOG.md index 726aa7102..d6bfb938d 100644 --- a/packages/formatjs/CHANGELOG.md +++ b/packages/formatjs/CHANGELOG.md @@ -1,5 +1,11 @@ # @swc/plugin-formatjs +## 2.0.4 + +### Patch Changes + +- 2ae5319: Fix parsing of unicode + ## 2.0.3 ### Patch Changes diff --git a/packages/formatjs/README.md b/packages/formatjs/README.md index 9362e6863..c8f8ebc6f 100644 --- a/packages/formatjs/README.md +++ b/packages/formatjs/README.md @@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team. # @swc/plugin-formatjs +## 2.0.4 + +### Patch Changes + +- 2ae5319: Fix parsing of unicode + ## 2.0.3 ### Patch Changes diff --git a/packages/formatjs/package.json b/packages/formatjs/package.json index c687860da..790e69e7c 100644 --- a/packages/formatjs/package.json +++ b/packages/formatjs/package.json @@ -1,6 +1,6 @@ { "name": "@swc/plugin-formatjs", - "version": "2.0.3", + "version": "2.0.4", "description": "FormatJS SWC plugin", "main": "swc_plugin_formatjs.wasm", "scripts": { diff --git a/packages/formatjs/transform/Cargo.toml b/packages/formatjs/transform/Cargo.toml index db0baa12d..80e907ef3 100644 --- a/packages/formatjs/transform/Cargo.toml +++ b/packages/formatjs/transform/Cargo.toml @@ -8,7 +8,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_formatjs_transform" repository = { workspace = true } -version = "3.0.0" +version = "3.0.1" [features] custom_transform = []