Skip to content

Commit e13e58a

Browse files
DunqingDonIsaac
authored andcommitted
Revert "Release crates v0.22.0" (#4415)
Reverts #4414
1 parent 311fcf4 commit e13e58a

File tree

25 files changed

+63
-63
lines changed

25 files changed

+63
-63
lines changed

Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+20-20
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,26 @@ cargo_common_metadata = "allow" # TODO: fix this
7373

7474
[workspace.dependencies]
7575
# publish = true
76-
oxc = { version = "0.22.0", path = "crates/oxc" }
77-
oxc_allocator = { version = "0.22.0", path = "crates/oxc_allocator" }
78-
oxc_ast = { version = "0.22.0", path = "crates/oxc_ast" }
79-
oxc_codegen = { version = "0.22.0", path = "crates/oxc_codegen" }
80-
oxc_diagnostics = { version = "0.22.0", path = "crates/oxc_diagnostics" }
81-
oxc_index = { version = "0.22.0", path = "crates/oxc_index" }
82-
oxc_minifier = { version = "0.22.0", path = "crates/oxc_minifier" }
83-
oxc_mangler = { version = "0.22.0", path = "crates/oxc_mangler" }
84-
oxc_parser = { version = "0.22.0", path = "crates/oxc_parser" }
85-
oxc_semantic = { version = "0.22.0", path = "crates/oxc_semantic" }
86-
oxc_span = { version = "0.22.0", path = "crates/oxc_span" }
87-
oxc_syntax = { version = "0.22.0", path = "crates/oxc_syntax" }
88-
oxc_transformer = { version = "0.22.0", path = "crates/oxc_transformer" }
89-
oxc_sourcemap = { version = "0.22.0", path = "crates/oxc_sourcemap" }
90-
oxc_ast_macros = { version = "0.22.0", path = "crates/oxc_ast_macros" }
91-
oxc_traverse = { version = "0.22.0", path = "crates/oxc_traverse" }
92-
oxc_module_lexer = { version = "0.22.0", path = "crates/oxc_module_lexer" }
93-
oxc_cfg = { version = "0.22.0", path = "crates/oxc_cfg" }
94-
oxc_isolated_declarations = { version = "0.22.0", path = "crates/oxc_isolated_declarations" }
95-
oxc_transform_napi = { version = "0.22.0", path = "napi/transform" }
76+
oxc = { version = "0.21.0", path = "crates/oxc" }
77+
oxc_allocator = { version = "0.21.0", path = "crates/oxc_allocator" }
78+
oxc_ast = { version = "0.21.0", path = "crates/oxc_ast" }
79+
oxc_codegen = { version = "0.21.0", path = "crates/oxc_codegen" }
80+
oxc_diagnostics = { version = "0.21.0", path = "crates/oxc_diagnostics" }
81+
oxc_index = { version = "0.21.0", path = "crates/oxc_index" }
82+
oxc_minifier = { version = "0.21.0", path = "crates/oxc_minifier" }
83+
oxc_mangler = { version = "0.21.0", path = "crates/oxc_mangler" }
84+
oxc_parser = { version = "0.21.0", path = "crates/oxc_parser" }
85+
oxc_semantic = { version = "0.21.0", path = "crates/oxc_semantic" }
86+
oxc_span = { version = "0.21.0", path = "crates/oxc_span" }
87+
oxc_syntax = { version = "0.21.0", path = "crates/oxc_syntax" }
88+
oxc_transformer = { version = "0.21.0", path = "crates/oxc_transformer" }
89+
oxc_sourcemap = { version = "0.21.0", path = "crates/oxc_sourcemap" }
90+
oxc_ast_macros = { version = "0.21.0", path = "crates/oxc_ast_macros" }
91+
oxc_traverse = { version = "0.21.0", path = "crates/oxc_traverse" }
92+
oxc_module_lexer = { version = "0.21.0", path = "crates/oxc_module_lexer" }
93+
oxc_cfg = { version = "0.21.0", path = "crates/oxc_cfg" }
94+
oxc_isolated_declarations = { version = "0.21.0", path = "crates/oxc_isolated_declarations" }
95+
oxc_transform_napi = { version = "0.21.0", path = "napi/transform" }
9696

9797
# publish = false
9898
oxc_macros = { path = "crates/oxc_macros" }

crates/oxc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_allocator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_allocator"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_ast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_ast_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast_macros"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_cfg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_cfg"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_codegen"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_diagnostics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_diagnostics"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_index"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_isolated_declarations/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_isolated_declarations"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_mangler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_mangler"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_minifier/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_minifier"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_module_lexer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_module_lexer"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_parser"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_semantic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_semantic"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_sourcemap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_sourcemap"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

crates/oxc_span/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_span"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_syntax"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_transformer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_transformer"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

crates/oxc_traverse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_traverse"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

napi/transform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_transform_napi"
3-
version = "0.22.0"
3+
version = "0.21.0"
44
publish = true
55
authors.workspace = true
66
description.workspace = true

npm/oxc-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxc-parser",
3-
"version": "0.22.0",
3+
"version": "0.21.0",
44
"description": "Oxc Parser Node API",
55
"keywords": [
66
"Parser"

0 commit comments

Comments
 (0)