From db5c25309b5ceaa82f04799a4279f6e34146aa8a Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 4 Jul 2024 05:06:54 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 +++--- Cargo.lock | 4 ++-- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_loader/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48679bfb1316..7a6900eb3567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - **(ci)** Restore disabled CI checks ([#9002](https://github.com/swc-project/swc/issues/9002)) ([cdfd4c8](https://github.com/swc-project/swc/commit/cdfd4c85e42e912767893d1f3c1ed5d4867a51af)) + +- **(es/loader)** Exclude `.json` from default extension list ([#9134](https://github.com/swc-project/swc/issues/9134)) ([e94e5e7](https://github.com/swc-project/swc/commit/e94e5e70c377fae13cd5575f7d4ce84d9d5f10f7)) + ## [1.6.7] - 2024-07-03 ### Bug Fixes @@ -1347,9 +1350,6 @@ - **(css/modules)** Support stable rust ([#8381](https://github.com/swc-project/swc/issues/8381)) ([0ff4157](https://github.com/swc-project/swc/commit/0ff4157375715b9bf6cf1ef791742707a24cfd70)) -- **(css/parser)** Support stable rust ([#8378](https://github.com/swc-project/swc/issues/8378)) ([4870e8b](https://github.com/swc-project/swc/commit/4870e8b47e74939321c2e46ce0a1246ec957d342)) - - - **(css/prefixer)** Support stable rust ([#8385](https://github.com/swc-project/swc/issues/8385)) ([f93f2b8](https://github.com/swc-project/swc/commit/f93f2b8334e82255c21d4abf23d474ee8c6fff73)) diff --git a/Cargo.lock b/Cargo.lock index 1dccb0ac87d2..aa6b183b7da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3874,7 +3874,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.96.2" +version = "0.96.3" dependencies = [ "anyhow", "binding_macros", @@ -4389,7 +4389,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.46.0" +version = "0.46.1" dependencies = [ "anyhow", "dashmap", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 6841dda24145..3c87757de95a 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.96.2" +version = "0.96.3" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index 94980ec8df31..f524d98c9f40 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_loader" repository = "https://github.com/swc-project/swc.git" -version = "0.46.0" +version = "0.46.1" [package.metadata.docs.rs] all-features = true