From 6c50ae6b0d9350ee2cbe26adc55634998c634199 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 8 Apr 2022 09:22:45 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 10 +++++----- crates/swc_html/Cargo.toml | 10 +++++----- crates/swc_html_ast/Cargo.toml | 2 +- crates/swc_html_codegen/Cargo.toml | 8 ++++---- crates/swc_html_parser/Cargo.toml | 6 +++--- crates/swc_html_visit/Cargo.toml | 4 ++-- 7 files changed, 23 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56df294dac..b8e182dd518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ +- **(html)** Add raw fields (#4281) ([ee108af](https://github.com/swc-project/swc/commit/ee108af3d0bf81cfa101d8b52ee4d072705b04f4)) + + - **(plugin)** Implement `Copy` and `Clone` for the comment proxy (#4280) ([3c4e520](https://github.com/swc-project/swc/commit/3c4e5204ecb51dd67c73ae5556c886b303891a23)) diff --git a/Cargo.lock b/Cargo.lock index b051db621dd..b6f25fd1ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3719,7 +3719,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.2.0" +version = "0.3.0" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -3729,7 +3729,7 @@ dependencies = [ [[package]] name = "swc_html_ast" -version = "0.2.0" +version = "0.3.0" dependencies = [ "is-macro", "serde", @@ -3740,7 +3740,7 @@ dependencies = [ [[package]] name = "swc_html_codegen" -version = "0.2.0" +version = "0.3.0" dependencies = [ "auto_impl", "bitflags", @@ -3766,7 +3766,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "0.2.2" +version = "0.3.0" dependencies = [ "bitflags", "lexical", @@ -3782,7 +3782,7 @@ dependencies = [ [[package]] name = "swc_html_visit" -version = "0.2.0" +version = "0.3.0" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 0e9a0c9c426..e15e1acb302 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.2.0" +version = "0.3.0" [package.metadata.docs.rs] all-features = true @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"] bench = false [dependencies] -swc_html_ast = {version = "0.2.0", path = "../swc_html_ast"} -swc_html_codegen = {version = "0.2.0", path = "../swc_html_codegen"} -swc_html_parser = {version = "0.2.0", path = "../swc_html_parser"} -swc_html_visit = {version = "0.2.0", path = "../swc_html_visit"} +swc_html_ast = {version = "0.3.0", path = "../swc_html_ast"} +swc_html_codegen = {version = "0.3.0", path = "../swc_html_codegen"} +swc_html_parser = {version = "0.3.0", path = "../swc_html_parser"} +swc_html_visit = {version = "0.3.0", path = "../swc_html_visit"} diff --git a/crates/swc_html_ast/Cargo.toml b/crates/swc_html_ast/Cargo.toml index 3bb802d48f4..f59bedef8bd 100644 --- a/crates/swc_html_ast/Cargo.toml +++ b/crates/swc_html_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.2.0" +version = "0.3.0" [lib] bench = false diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index aba0107b36d..2f1a3437210 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_html_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.2.0" +version = "0.3.0" [lib] bench = false @@ -17,13 +17,13 @@ auto_impl = "0.5.0" bitflags = "1.3.2" swc_atoms = {version = "0.2.7", path = "../swc_atoms"} swc_common = { version = "0.17.20", path = "../swc_common"} -swc_html_ast = {version = "0.2.0", path = "../swc_html_ast"} +swc_html_ast = {version = "0.3.0", path = "../swc_html_ast"} swc_html_codegen_macros = {version = "0.1.0", path = "../swc_html_codegen_macros"} [dev-dependencies] swc_common = { version = "0.17.20", path = "../swc_common", features = [ "sourcemap", ]} -swc_html_parser = {version = "0.2.0", path = "../swc_html_parser"} -swc_html_visit = {version = "0.2.0", path = "../swc_html_visit"} +swc_html_parser = {version = "0.3.0", path = "../swc_html_parser"} +swc_html_visit = {version = "0.3.0", path = "../swc_html_visit"} testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 40e7e0019f8..f5543a4d7b5 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_html_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.2.2" +version = "0.3.0" [lib] bench = false @@ -26,10 +26,10 @@ serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.2.7", path = "../swc_atoms" } swc_common = { version = "0.17.20", path = "../swc_common" } -swc_html_ast = { version = "0.2.0", path = "../swc_html_ast" } +swc_html_ast = { version = "0.3.0", path = "../swc_html_ast" } [dev-dependencies] serde = "1.0.127" serde_json = "1.0.66" -swc_html_visit = { version = "0.2.0", path = "../swc_html_visit" } +swc_html_visit = { version = "0.3.0", path = "../swc_html_visit" } testing = { version = "0.19.0", path = "../testing" } diff --git a/crates/swc_html_visit/Cargo.toml b/crates/swc_html_visit/Cargo.toml index e021756b1a2..38cf0b3c6c5 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.2.0" +version = "0.3.0" [lib] bench = false @@ -14,5 +14,5 @@ bench = false [dependencies] swc_atoms = {version = "0.2.7", path = "../swc_atoms"} swc_common = { version = "0.17.20", path = "../swc_common"} -swc_html_ast = {version = "0.2.0", path = "../swc_html_ast"} +swc_html_ast = {version = "0.3.0", path = "../swc_html_ast"} swc_visit = {version = "0.3.0", path = "../swc_visit"}