From b07da5a43a6def89167fd6512755c067cd45c062 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 18 Jul 2024 01:22:28 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 9 +++------ Cargo.lock | 4 ++-- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_quote_macros/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d43ad768bf..df658192ca99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,9 @@ - **(es/modules)** Fix lint issue ([#9206](https://github.com/swc-project/swc/issues/9206)) ([efb8636](https://github.com/swc-project/swc/commit/efb86368343e7d9909fec21cae8824edac5008e2)) +- **(es/quote)** Fix macro ([#9270](https://github.com/swc-project/swc/issues/9270)) ([93d9e44](https://github.com/swc-project/swc/commit/93d9e44f1c7a3afea673f056d99001a026c0a6d3)) + + - **(es/typescript)** Handle unicode for fast ts strip ([#9202](https://github.com/swc-project/swc/issues/9202)) ([096bfe3](https://github.com/swc-project/swc/commit/096bfe375147bb5b663ec26f8c2bdb977ee527db)) @@ -1361,10 +1364,4 @@ - **(css/parser)** Implement error reporting for `@value` of CSS Modules ([#8547](https://github.com/swc-project/swc/issues/8547)) ([00619b1](https://github.com/swc-project/swc/commit/00619b17082e857d1d5822f04b9ee82b0a295cc3)) -### Miscellaneous Tasks - - - -- **(common)** Update `sourcemap` ([#8544](https://github.com/swc-project/swc/issues/8544)) ([4630426](https://github.com/swc-project/swc/commit/4630426d6aa77af992787456e476b8862c25a45e)) - diff --git a/Cargo.lock b/Cargo.lock index b313df9f5355..a307b32e6ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3902,7 +3902,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.99.0" +version = "0.99.1" dependencies = [ "anyhow", "binding_macros", @@ -4553,7 +4553,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.59.0" +version = "0.59.1" dependencies = [ "anyhow", "proc-macro2", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 642c856597d2..eb831d2b54d0 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.99.0" +version = "0.99.1" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index d6e5822db73f..3a34bc62d8c9 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.59.0" +version = "0.59.1" [lib] bench = false