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 21, 2024
1 parent 57c9309 commit 4b7616f
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-snakes-enjoy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilly-jobs-worry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/cyan-dolls-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-cheetahs-type.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hip-spiders-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-camels-sleep.md

This file was deleted.

22 changes: 11 additions & 11 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/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.99.2"
version = "0.99.3"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_allocator/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_allocator"
repository = { workspace = true }
version = "0.1.7"
version = "0.1.8"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.15.1"
version = "0.15.2"

[features]
node = ["napi", "napi-derive"]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_css_visit/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_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.142.0"
version = "0.142.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/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_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.117.1"
version = "0.117.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.154.1"
version = "0.154.2"

[features]
# This does not enable serde for ast nodes.
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_react/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_react"
repository = "https://github.com/swc-project/swc.git"
version = "0.189.1"
version = "0.189.2"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_visit/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_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.103.2"
version = "0.103.3"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_fast_ts_strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_ts_strip"
repository = { workspace = true }
version = "0.4.1"
version = "0.4.2"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_html_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_html_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.36.0"
version = "0.36.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_xml_visit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = { workspace = true }
name = "swc_xml_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.15.0"
version = "0.15.1"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 4b7616f

Please sign in to comment.