Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Aug 29, 2023
1 parent 057bd5f commit 3e41468
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- **(es/compat)** Apply transforms for explicit resource management (#7881) ([3180e68](https://github.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62))


- **(es/dep-graph)** Analyze import type children (#7883) ([057bd5f](https://github.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0))


- **(swc-info)** Use correct path while getting local package versions (#7872) ([67afaf1](https://github.com/swc-project/swc/commit/67afaf1f2db087518ac990c71de896c8e5e2a051))

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/swc_ecma_dep_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.111.0"
version = "0.111.1"

[lib]
bench = false
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 = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.233.1"
version = "0.233.2"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -41,7 +41,7 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
[dependencies]
swc_ecma_ast = { version = "0.109.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.144.0", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.111.0", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_dep_graph = { version = "0.111.1", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.186.0", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.139.0", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.200.1", path = "../swc_ecma_preset_env", optional = true }
Expand Down

0 comments on commit 3e41468

Please sign in to comment.