From 7c8397ddfb0c8798902addb692fcef3a89a5ee65 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 21 Jun 2024 23:48:17 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 +++ Cargo.lock | 4 ++-- crates/swc/Cargo.toml | 2 +- crates/swc_typescript/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5be6a9374..c7d55b0b8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ - **(common)** Add fallible methods to `swc_common::SourceMap` ([#9090](https://github.com/swc-project/swc/issues/9090)) ([e423d1b](https://github.com/swc-project/swc/commit/e423d1bcedc24803eaeeed4c72cc84fe9a938f65)) +- **(es/transform)** Add experimental `.d.ts` generation ([#9093](https://github.com/swc-project/swc/issues/9093)) ([51a2702](https://github.com/swc-project/swc/commit/51a27022b9a3fa8767797813b23803ea1ecad3e2)) + + - **(swc_core)** Reexport `swc_typescript` ([#9092](https://github.com/swc-project/swc/issues/9092)) ([a2645e2](https://github.com/swc-project/swc/commit/a2645e2fa0a55c4dbe519b6f8baa9e83a69bb2f0)) diff --git a/Cargo.lock b/Cargo.lock index 613086248ca..07d405021c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.278.0" +version = "0.278.1" dependencies = [ "ansi_term", "anyhow", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "0.1.1" +version = "0.1.2" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index af8daedcc1d..2a73b3a8f0c 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.278.0" +version = "0.278.1" [lib] bench = false diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index 10ee616a5ed..b0b2d537b57 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_typescript" repository = { workspace = true } -version = "0.1.1" +version = "0.1.2" [dependencies] thiserror = { workspace = true }