Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 1, 2022
1 parent 60424db commit 0fc3b51
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -47,7 +47,7 @@



- **(deps)** Update `rkyv` (#5057) ([374366d](https://github.com/swc-project/swc/commit/374366d56ca431dc892b390efaf090ee4d116100))
- **(deps)** Update `rkyv` (#5057) ([374366d](https://github.com/swc-project/swc/commit/374366d56ca431dc892b390efaf090ee4d116100))- **general**: Workaround cargo mono bug ([60424db](https://github.com/swc-project/swc/commit/60424db67b3c9bc0d36012249e16ebaa2100f299))

### Performance

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
Expand Up @@ -59,8 +59,8 @@ swc_ecma_loader = {version = "0.32.0", path = "../swc_ecma_loader", features = [
]}
swc_ecma_minifier = {version = "0.128.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.108.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.141.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.166.0", path = "../swc_ecma_transforms", features = [
swc_ecma_preset_env = {version = "0.142.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.167.0", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -73,7 +73,7 @@ swc_ecma_transforms_compat = {version = "0.109.0", path = "../swc_ecma_transform
swc_ecma_transforms_optimization = {version = "0.136.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.89.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.67.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.171.0", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.172.0", path = "../swc_ecmascript"}
swc_error_reporters = {version = "0.4.0", path = "../swc_error_reporters"}
swc_node_comments = {version = "0.7.0", path = "../swc_node_comments"}
swc_plugin_proxy = {version = "0.6.0", path = "../swc_plugin_proxy", optional = true}
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_preset_env/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.141.0"
version = "0.142.0"

[lib]
bench = false
Expand All @@ -26,7 +26,7 @@ string_enum = {version = "0.3.1", path = "../string_enum"}
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = { version = "0.20.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.81.0", path = "../swc_ecma_ast"}
swc_ecma_transforms = {version = "0.166.0", path = "../swc_ecma_transforms", features = [
swc_ecma_transforms = {version = "0.167.0", path = "../swc_ecma_transforms", features = [
"compat",
"proposal",
]}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.166.0"
version = "0.167.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
6 changes: 3 additions & 3 deletions crates/swc_ecmascript/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.171.0"
version = "0.172.0"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -42,8 +42,8 @@ swc_ecma_codegen = {version = "0.112.0", path = "../swc_ecma_codegen", optional
swc_ecma_dep_graph = {version = "0.80.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.128.0", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.108.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.141.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.166.0", path = "../swc_ecma_transforms", optional = true}
swc_ecma_preset_env = {version = "0.142.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.167.0", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.89.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.67.0", path = "../swc_ecma_visit", optional = true}

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_estree_compat/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_estree_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.116.0"
version = "0.117.0"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -41,7 +41,7 @@ pretty_assertions = "1.1"
swc = {version = "0.196.0", path = "../swc"}
swc_ecma_ast = {version = "0.81.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.108.0", path = "../swc_ecma_parser"}
swc_ecma_transforms = {version = "0.166.0", path = "../swc_ecma_transforms/"}
swc_ecma_transforms = {version = "0.167.0", path = "../swc_ecma_transforms/"}
testing = {version = "0.22.0", path = "../testing"}
walkdir = "2"

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_plugin/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.67.0"
version = "0.68.0"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -24,7 +24,7 @@ swc_common = { version = "0.20.0", path = "../swc_common", features = [
"plugin-mode",
] }
swc_ecma_quote = { version = "0.21.0", path = "../swc_ecma_quote", optional = true }
swc_ecmascript = { version = "0.171.0", path = "../swc_ecmascript", features = ["utils", "visit", "rkyv-impl"] }
swc_ecmascript = { version = "0.172.0", path = "../swc_ecmascript", features = ["utils", "visit", "rkyv-impl"] }
swc_plugin_proxy = { version = "0.6.0", path = "../swc_plugin_proxy", features = [
"plugin-mode",
] }
Expand Down

0 comments on commit 0fc3b51

Please sign in to comment.