Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 21, 2021
1 parent 31dea3d commit 4c1948f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

- **(es/compat)** Fix handling of union of the legacy decorator pass (#3057) ([938e544](https://github.com/swc-project/swc/commit/938e544ac55503e91811cfc4e0c333deb2ccc7ed))


- **(es/typescript)** Export destructured properties in typescript namespaces (#3084) ([31dea3d](https://github.com/swc-project/swc/commit/31dea3dd319a19b75554b061cb1374d12718af24))

### Features


Expand All @@ -31,6 +34,12 @@

- **(repo)** Make `git` faster (#3075) ([8afb5af](https://github.com/swc-project/swc/commit/8afb5af517e87b85ae1bdd8156509850c53fa276))

### Testing



- **(es/codegen)** Add some tests for sourcemap (#3078) ([0e58950](https://github.com/swc-project/swc/commit/0e5895043ffdc76857f798e0daabc05797ff22ac))

## [1.2.121] - 2021-12-19

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.98.0"
version = "0.98.1"

[lib]
name = "swc"
Expand Down Expand Up @@ -61,7 +61,7 @@ swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", features = [
swc_ecma_minifier = {version = "0.60.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.76.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.103.0", path = "../swc_ecma_transforms", features = [
swc_ecma_transforms = {version = "0.103.1", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -74,7 +74,7 @@ swc_ecma_transforms_compat = {version = "0.59.0", path = "../swc_ecma_transforms
swc_ecma_transforms_optimization = {version = "0.73.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.98.0", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.98.1", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.2.0", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.22.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.103.0"
version = "0.103.1"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -33,7 +33,7 @@ swc_ecma_transforms_module = {version = "0.65.0", path = "../swc_ecma_transforms
swc_ecma_transforms_optimization = {version = "0.73.0", path = "../swc_ecma_transforms_optimization", optional = true}
swc_ecma_transforms_proposal = {version = "0.65.0", path = "../swc_ecma_transforms_proposal", optional = true}
swc_ecma_transforms_react = {version = "0.67.0", path = "../swc_ecma_transforms_react", optional = true}
swc_ecma_transforms_typescript = {version = "0.69.0", path = "../swc_ecma_transforms_typescript", optional = true}
swc_ecma_transforms_typescript = {version = "0.69.1", path = "../swc_ecma_transforms_typescript", optional = true}
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit"}
unicode-xid = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.69.0"
version = "0.69.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.98.0"
version = "0.98.1"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -39,7 +39,7 @@ swc_ecma_dep_graph = {version = "0.51.0", path = "../swc_ecma_dep_graph", option
swc_ecma_minifier = {version = "0.60.0", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.76.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.103.0", path = "../swc_ecma_transforms", optional = true}
swc_ecma_transforms = {version = "0.103.1", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit", optional = true}

Expand Down

1 comment on commit 4c1948f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 4c1948f Previous: 31dea3d Ratio
full_es2015 216743845 ns/iter (± 8327564) 189199275 ns/iter (± 8221092) 1.15
full_es2016 180407795 ns/iter (± 7438183) 156664182 ns/iter (± 5985670) 1.15
full_es2017 187232923 ns/iter (± 10177988) 162282574 ns/iter (± 6881189) 1.15
full_es2018 186815606 ns/iter (± 9282565) 161537521 ns/iter (± 7518597) 1.16
full_es2019 183742573 ns/iter (± 14718298) 160937482 ns/iter (± 7187882) 1.14
full_es2020 183652384 ns/iter (± 22341679) 159835149 ns/iter (± 8563376) 1.15
full_es3 256824023 ns/iter (± 15553524) 223074753 ns/iter (± 10090066) 1.15
full_es5 233767939 ns/iter (± 17754501) 200568673 ns/iter (± 12525258) 1.17
parser 804829 ns/iter (± 17121) 705108 ns/iter (± 20880) 1.14

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.