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 20, 2021
1 parent 7beaabd commit 3d95ff4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

- **(es/preset-env)** Upgrade `browserslist-rs` (#3069) ([a1b315a](https://github.com/swc-project/swc/commit/a1b315a114d63aa06856de63d02070d471c271d0))


- **(es/preset-env)** Add ES2022 features to `preset-env` (#3072) ([7beaabd](https://github.com/swc-project/swc/commit/7beaabd533c9f5f368da8baa7365c7e1a30f9512))

## [1.2.121] - 2021-12-19

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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.97.3"
version = "0.98.0"

[lib]
name = "swc"
Expand Down Expand Up @@ -60,7 +60,7 @@ swc_ecma_lints = {version = "0.1.0", path = "../swc_ecma_lints"}
swc_ecma_loader = {version = "0.25.0", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
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.75.0", path = "../swc_ecma_preset_env"}
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 = [
"compat",
"module",
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.97.0", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.98.0", 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
2 changes: 1 addition & 1 deletion crates/swc_ecma_preset_env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/"
edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.75.1"
version = "0.76.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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.97.0"
version = "0.98.0"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -38,7 +38,7 @@ swc_ecma_codegen = {version = "0.84.0", path = "../swc_ecma_codegen", optional =
swc_ecma_dep_graph = {version = "0.51.0", path = "../swc_ecma_dep_graph", optional = true}
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.75.0", path = "../swc_ecma_preset_env", optional = true}
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_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
4 changes: 2 additions & 2 deletions crates/swc_estree_compat/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_estree_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.15.0"
version = "0.16.0"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -29,7 +29,7 @@ swc_node_comments = {version = "0.2.0", path = "../swc_node_comments/"}

[dev-dependencies]
pretty_assertions = "0.7.1"
swc = {version = "0.97.0", path = "../swc"}
swc = {version = "0.98.0", path = "../swc"}
swc_ecma_ast = {version = "0.60.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.103.0", path = "../swc_ecma_transforms/"}
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_webpack_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_webpack_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.13.2"
version = "0.14.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -22,7 +22,7 @@ swc_ecma_transforms_base = {version = "0.49.0", path = "../swc_ecma_transforms_b
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit"}
swc_estree_ast = {version = "0.5.0", path = "../swc_estree_ast"}
swc_estree_compat = {version = "0.15.0", path = "../swc_estree_compat"}
swc_estree_compat = {version = "0.16.0", path = "../swc_estree_compat"}
swc_timer = {version = "0.2.0", path = "../swc_timer"}
tracing = "0.1.29"

Expand Down

1 comment on commit 3d95ff4

@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: 3d95ff4 Previous: 7beaabd Ratio
full_es2015 189146824 ns/iter (± 8537719) 226546007 ns/iter (± 9684189) 0.83
full_es2016 157109550 ns/iter (± 8087013) 186975514 ns/iter (± 5197239) 0.84
full_es2017 162349344 ns/iter (± 10164776) 192614918 ns/iter (± 11680164) 0.84
full_es2018 161706150 ns/iter (± 8966117) 191842268 ns/iter (± 11863546) 0.84
full_es2019 158046095 ns/iter (± 9597213) 191084025 ns/iter (± 12221751) 0.83
full_es2020 157821153 ns/iter (± 9648437) 189798797 ns/iter (± 11303498) 0.83
full_es3 221352428 ns/iter (± 7906999) 262605993 ns/iter (± 10796475) 0.84
full_es5 202940430 ns/iter (± 13103169) 239215762 ns/iter (± 12761165) 0.85
parser 689186 ns/iter (± 14812) 831546 ns/iter (± 18625) 0.83

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

Please sign in to comment.