From c35ab7c41f95d92362e3da0c7633603183ebdd8d Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 8 Aug 2023 12:55:35 +0100 Subject: [PATCH] chore: update versions and docs link --- Cargo.lock | 58 +++++++++---------- Cargo.toml | 23 ++++---- crates/rome_analyze/Cargo.toml | 2 +- crates/rome_control_flow/Cargo.toml | 2 +- crates/rome_css_factory/Cargo.toml | 2 +- crates/rome_css_parser/Cargo.toml | 2 +- crates/rome_css_parser/README.md | 2 +- crates/rome_css_syntax/Cargo.toml | 2 +- crates/rome_deserialize/Cargo.toml | 2 +- crates/rome_diagnostics/Cargo.toml | 2 +- crates/rome_diagnostics_categories/Cargo.toml | 2 +- crates/rome_formatter/Cargo.toml | 2 +- crates/rome_formatter/README.md | 2 +- crates/rome_formatter_test/Cargo.toml | 2 +- crates/rome_fs/Cargo.toml | 2 +- crates/rome_js_analyze/Cargo.toml | 2 +- crates/rome_js_factory/Cargo.toml | 2 +- crates/rome_js_factory/README.md | 2 +- crates/rome_js_formatter/Cargo.toml | 2 +- crates/rome_js_formatter/README.md | 2 +- crates/rome_js_parser/Cargo.toml | 2 +- crates/rome_js_parser/README.md | 2 +- crates/rome_js_semantic/Cargo.toml | 2 +- crates/rome_js_semantic/README.md | 2 +- crates/rome_js_syntax/Cargo.toml | 6 +- crates/rome_js_syntax/README.md | 2 +- crates/rome_js_transform/Cargo.toml | 2 +- crates/rome_json_analyze/Cargo.toml | 2 +- crates/rome_json_factory/Cargo.toml | 2 +- crates/rome_json_formatter/Cargo.toml | 2 +- crates/rome_json_formatter/README.md | 2 +- crates/rome_json_parser/Cargo.toml | 2 +- crates/rome_json_parser/README.md | 2 +- crates/rome_json_syntax/Cargo.toml | 2 +- crates/rome_migrate/Cargo.toml | 2 +- crates/rome_parser/Cargo.toml | 2 +- crates/rome_rowan/Cargo.toml | 2 +- crates/rome_suppression/Cargo.toml | 2 +- crates/rome_wasm/Cargo.toml | 2 +- crates/tests_macros/Cargo.toml | 2 +- justfile | 4 +- 41 files changed, 83 insertions(+), 82 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e910542dc3..703d07a7fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,7 +1648,7 @@ dependencies = [ [[package]] name = "rome_analyze" -version = "0.0.0" +version = "0.2.0" dependencies = [ "bitflags 2.3.3", "rome_console", @@ -1733,14 +1733,14 @@ dependencies = [ [[package]] name = "rome_control_flow" -version = "0.0.0" +version = "0.2.0" dependencies = [ "rome_rowan", ] [[package]] name = "rome_css_factory" -version = "0.0.0" +version = "0.2.0" dependencies = [ "rome_css_syntax", "rome_rowan", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "rome_css_parser" -version = "0.0.1" +version = "0.1.0" dependencies = [ "insta", "quickcheck", @@ -1766,14 +1766,14 @@ dependencies = [ [[package]] name = "rome_css_syntax" -version = "0.0.1" +version = "0.2.0" dependencies = [ "rome_rowan", ] [[package]] name = "rome_deserialize" -version = "0.0.0" +version = "0.2.0" dependencies = [ "indexmap", "rome_console", @@ -1789,7 +1789,7 @@ dependencies = [ [[package]] name = "rome_diagnostics" -version = "0.0.1" +version = "0.2.0" dependencies = [ "backtrace", "bitflags 2.3.3", @@ -1810,7 +1810,7 @@ dependencies = [ [[package]] name = "rome_diagnostics_categories" -version = "0.0.1" +version = "0.2.0" dependencies = [ "quote", "schemars", @@ -1833,7 +1833,7 @@ version = "0.0.0" [[package]] name = "rome_formatter" -version = "0.0.1" +version = "0.1.0" dependencies = [ "cfg-if", "countme", @@ -1854,7 +1854,7 @@ dependencies = [ [[package]] name = "rome_formatter_test" -version = "0.1.0" +version = "0.2.0" dependencies = [ "insta", "rome_console", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "rome_fs" -version = "0.0.0" +version = "0.2.0" dependencies = [ "crossbeam", "indexmap", @@ -1887,7 +1887,7 @@ dependencies = [ [[package]] name = "rome_js_analyze" -version = "0.0.0" +version = "0.2.0" dependencies = [ "bpaf", "countme", @@ -1921,7 +1921,7 @@ dependencies = [ [[package]] name = "rome_js_factory" -version = "0.0.2" +version = "0.2.0" dependencies = [ "rome_js_syntax", "rome_rowan", @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "rome_js_formatter" -version = "0.0.2" +version = "0.1.0" dependencies = [ "cfg-if", "countme", @@ -1960,7 +1960,7 @@ dependencies = [ [[package]] name = "rome_js_parser" -version = "0.0.2" +version = "0.1.0" dependencies = [ "bitflags 2.3.3", "cfg-if", @@ -1987,7 +1987,7 @@ dependencies = [ [[package]] name = "rome_js_semantic" -version = "0.1.0" +version = "0.2.0" dependencies = [ "rome_console", "rome_diagnostics", @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "rome_js_syntax" -version = "0.0.2" +version = "0.2.0" dependencies = [ "rome_console", "rome_diagnostics", @@ -2013,7 +2013,7 @@ dependencies = [ [[package]] name = "rome_js_transform" -version = "0.1.0" +version = "0.2.0" dependencies = [ "insta", "lazy_static", @@ -2035,7 +2035,7 @@ version = "0.0.1" [[package]] name = "rome_json_analyze" -version = "0.0.0" +version = "0.2.0" dependencies = [ "insta", "lazy_static", @@ -2053,7 +2053,7 @@ dependencies = [ [[package]] name = "rome_json_factory" -version = "0.0.1" +version = "0.2.0" dependencies = [ "rome_json_syntax", "rome_rowan", @@ -2061,7 +2061,7 @@ dependencies = [ [[package]] name = "rome_json_formatter" -version = "0.0.1" +version = "0.1.0" dependencies = [ "countme", "insta", @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "rome_json_parser" -version = "0.0.1" +version = "0.1.0" dependencies = [ "insta", "quickcheck", @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "rome_json_syntax" -version = "0.0.1" +version = "0.2.0" dependencies = [ "rome_rowan", ] @@ -2141,7 +2141,7 @@ dependencies = [ [[package]] name = "rome_migrate" -version = "0.1.0" +version = "0.2.0" dependencies = [ "lazy_static", "rome_analyze", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "rome_parser" -version = "0.0.1" +version = "0.2.0" dependencies = [ "drop_bomb", "rome_console", @@ -2163,7 +2163,7 @@ dependencies = [ [[package]] name = "rome_rowan" -version = "0.0.1" +version = "0.2.0" dependencies = [ "countme", "hashbrown", @@ -2217,7 +2217,7 @@ dependencies = [ [[package]] name = "rome_suppression" -version = "0.0.1" +version = "0.2.0" dependencies = [ "rome_console", "rome_diagnostics", @@ -2267,7 +2267,7 @@ dependencies = [ [[package]] name = "rome_wasm" -version = "0.0.0" +version = "0.2.0" dependencies = [ "console_error_panic_hook", "js-sys", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "tests_macros" -version = "0.0.0" +version = "0.2.0" dependencies = [ "case", "globwalk", diff --git a/Cargo.toml b/Cargo.toml index 5e86ca561d9..cddeaa8d09e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,33 +34,33 @@ rome_control_flow = { path = "./crates/rome_control_flow" } rome_css_factory = { path = "./crates/rome_css_factory" } rome_css_parser = { path = "./crates/rome_css_parser" } rome_css_syntax = { path = "./crates/rome_css_syntax" } -rome_deserialize = { version = "0.0.0", path = "./crates/rome_deserialize" } -rome_diagnostics = { version = "0.0.1", path = "./crates/rome_diagnostics" } -rome_diagnostics_categories = { version = "0.0.1", path = "./crates/rome_diagnostics_categories" } +rome_deserialize = { version = "0.2.0", path = "./crates/rome_deserialize" } +rome_diagnostics = { version = "0.2.0", path = "./crates/rome_diagnostics" } +rome_diagnostics_categories = { version = "0.2.0", path = "./crates/rome_diagnostics_categories" } rome_diagnostics_macros = { version = "0.0.1", path = "./crates/rome_diagnostics_macros" } rome_flags = { path = "./crates/rome_flags" } -rome_formatter = { version = "0.0.1", path = "./crates/rome_formatter" } +rome_formatter = { version = "0.1.0", path = "./crates/rome_formatter" } rome_formatter_test = { path = "./crates/rome_formatter_test" } rome_fs = { path = "./crates/rome_fs" } rome_js_analyze = { path = "./crates/rome_js_analyze" } -rome_js_factory = { version = "0.0.2", path = "./crates/rome_js_factory" } +rome_js_factory = { version = "0.2.0", path = "./crates/rome_js_factory" } rome_js_formatter = { path = "./crates/rome_js_formatter" } rome_js_parser = { path = "./crates/rome_js_parser" } rome_js_semantic = { path = "./crates/rome_js_semantic" } -rome_js_syntax = { version = "0.0.2", path = "./crates/rome_js_syntax" } +rome_js_syntax = { version = "0.2.0", path = "./crates/rome_js_syntax" } rome_js_unicode_table = { version = "0.0.1", path = "./crates/rome_js_unicode_table" } rome_json_analyze = { path = "./crates/rome_json_analyze" } -rome_json_factory = { version = "0.0.1", path = "./crates/rome_json_factory" } +rome_json_factory = { version = "0.2.0", path = "./crates/rome_json_factory" } rome_json_formatter = { path = "./crates/rome_json_formatter" } rome_json_parser = { path = "./crates/rome_json_parser" } -rome_json_syntax = { version = "0.0.1", path = "./crates/rome_json_syntax" } +rome_json_syntax = { version = "0.2.0", path = "./crates/rome_json_syntax" } rome_lsp = { path = "./crates/rome_lsp" } rome_markup = { version = "0.0.1", path = "./crates/rome_markup" } rome_migrate = { path = "./crates/rome_migrate" } -rome_parser = { version = "0.0.1", path = "./crates/rome_parser" } -rome_rowan = { version = "0.0.1", path = "./crates/rome_rowan" } +rome_parser = { version = "0.2.0", path = "./crates/rome_parser" } +rome_rowan = { version = "0.2.0", path = "./crates/rome_rowan" } rome_service = { path = "./crates/rome_service" } -rome_suppression = { version = "0.0.1", path = "./crates/rome_suppression" } +rome_suppression = { version = "0.2.0", path = "./crates/rome_suppression" } rome_test_utils = { path = "./crates/rome_test_utils" } rome_text_edit = { version = "0.0.1", path = "./crates/rome_text_edit" } rome_text_size = { version = "0.0.1", path = "./crates/rome_text_size" } @@ -98,3 +98,4 @@ opt-level = "s" [profile.release.package.rome_wasm] debug = false opt-level = 3 + diff --git a/crates/rome_analyze/Cargo.toml b/crates/rome_analyze/Cargo.toml index 30ac3466b44..918552578fc 100644 --- a/crates/rome_analyze/Cargo.toml +++ b/crates/rome_analyze/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_analyze" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_control_flow/Cargo.toml b/crates/rome_control_flow/Cargo.toml index 8ae4e347f04..ff78f60ff34 100644 --- a/crates/rome_control_flow/Cargo.toml +++ b/crates/rome_control_flow/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_control_flow" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_css_factory/Cargo.toml b/crates/rome_css_factory/Cargo.toml index bdee7dcf662..8b9b245a585 100644 --- a/crates/rome_css_factory/Cargo.toml +++ b/crates/rome_css_factory/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_css_factory" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_css_parser/Cargo.toml b/crates/rome_css_parser/Cargo.toml index 3fb56d1d740..9d81a75c8ed 100644 --- a/crates/rome_css_parser/Cargo.toml +++ b/crates/rome_css_parser/Cargo.toml @@ -8,7 +8,7 @@ homepage.workspace = true license.workspace = true name = "rome_css_parser" repository.workspace = true -version = "0.0.1" +version = "0.1.0" [dependencies] rome_console = { workspace = true } diff --git a/crates/rome_css_parser/README.md b/crates/rome_css_parser/README.md index 26047a3b77e..e250913070d 100644 --- a/crates/rome_css_parser/README.md +++ b/crates/rome_css_parser/README.md @@ -32,5 +32,5 @@ # `rome_css_parser` -Rome's CSS parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_css_parser/index.html). +Rome's CSS parser implementation. Follow the [documentation](https://docs.rs/rome_css_parser/latest). diff --git a/crates/rome_css_syntax/Cargo.toml b/crates/rome_css_syntax/Cargo.toml index 770a2a9e4b7..14074160e40 100644 --- a/crates/rome_css_syntax/Cargo.toml +++ b/crates/rome_css_syntax/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_css_syntax" repository.workspace = true -version = "0.0.1" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_deserialize/Cargo.toml b/crates/rome_deserialize/Cargo.toml index 49e3cc21237..c7ec0de6bf6 100644 --- a/crates/rome_deserialize/Cargo.toml +++ b/crates/rome_deserialize/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_deserialize" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_diagnostics/Cargo.toml b/crates/rome_diagnostics/Cargo.toml index 0d2cc037c94..171c1bc4ff9 100644 --- a/crates/rome_diagnostics/Cargo.toml +++ b/crates/rome_diagnostics/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://rustdocs.rome.tools/rome_diagnostics/index.html" edition.workspace = true license.workspace = true name = "rome_diagnostics" -version = "0.0.1" +version = "0.2.0" [[example]] name = "cli" diff --git a/crates/rome_diagnostics_categories/Cargo.toml b/crates/rome_diagnostics_categories/Cargo.toml index 28b27e119b1..a387dd3f122 100644 --- a/crates/rome_diagnostics_categories/Cargo.toml +++ b/crates/rome_diagnostics_categories/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_diagnostics_categories" repository.workspace = true -version = "0.0.1" +version = "0.2.0" [dependencies] schemars = { workspace = true, optional = true } diff --git a/crates/rome_formatter/Cargo.toml b/crates/rome_formatter/Cargo.toml index 589a7c81020..7ef3859b980 100644 --- a/crates/rome_formatter/Cargo.toml +++ b/crates/rome_formatter/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_formatter" repository.workspace = true -version = "0.0.1" +version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_formatter/README.md b/crates/rome_formatter/README.md index 05822d752a7..8c434746bd5 100644 --- a/crates/rome_formatter/README.md +++ b/crates/rome_formatter/README.md @@ -32,4 +32,4 @@ # `rome_formatter` -Rome's formatter implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_formatter/index.html). +Rome's formatter implementation. Follow the [documentation](https://docs.rs/rome_formatter/latest/). diff --git a/crates/rome_formatter_test/Cargo.toml b/crates/rome_formatter_test/Cargo.toml index 9333fb98ad2..bb664faea3e 100644 --- a/crates/rome_formatter_test/Cargo.toml +++ b/crates/rome_formatter_test/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_formatter_test" repository.workspace = true -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_fs/Cargo.toml b/crates/rome_fs/Cargo.toml index 0b65ad08a6b..0226b164bf7 100644 --- a/crates/rome_fs/Cargo.toml +++ b/crates/rome_fs/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_fs" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_js_analyze/Cargo.toml b/crates/rome_js_analyze/Cargo.toml index 1b0f661bcaf..74a760df0a3 100644 --- a/crates/rome_js_analyze/Cargo.toml +++ b/crates/rome_js_analyze/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_js_analyze" repository.workspace = true -version = "0.0.0" +version = "0.2.0" [dependencies] bpaf.workspace = true diff --git a/crates/rome_js_factory/Cargo.toml b/crates/rome_js_factory/Cargo.toml index d0bb609e390..ad83ec520e5 100644 --- a/crates/rome_js_factory/Cargo.toml +++ b/crates/rome_js_factory/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_js_factory" repository.workspace = true -version = "0.0.2" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_js_factory/README.md b/crates/rome_js_factory/README.md index 43cf690160f..05005fc0b13 100644 --- a/crates/rome_js_factory/README.md +++ b/crates/rome_js_factory/README.md @@ -32,5 +32,5 @@ # `rome_js_factory` -Rome's JavaScript parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_parser/index.html). +Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/latest). diff --git a/crates/rome_js_formatter/Cargo.toml b/crates/rome_js_formatter/Cargo.toml index daa2f040b2a..89f4ff32ba8 100644 --- a/crates/rome_js_formatter/Cargo.toml +++ b/crates/rome_js_formatter/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true license.workspace = true name = "rome_js_formatter" repository.workspace = true -version = "0.0.2" +version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_js_formatter/README.md b/crates/rome_js_formatter/README.md index 86bd22a8ed3..71aaabcea1a 100644 --- a/crates/rome_js_formatter/README.md +++ b/crates/rome_js_formatter/README.md @@ -32,4 +32,4 @@ # `rome_js_formatter` -Rome's JavaScript formatter implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_formatter/index.html). +Rome's JavaScript formatter implementation. Follow the [documentation](https://docs.rs/rome_js_formatter/latest). diff --git a/crates/rome_js_parser/Cargo.toml b/crates/rome_js_parser/Cargo.toml index 6fccb7dc515..3da18940474 100644 --- a/crates/rome_js_parser/Cargo.toml +++ b/crates/rome_js_parser/Cargo.toml @@ -8,7 +8,7 @@ homepage.workspace = true license.workspace = true name = "rome_js_parser" repository.workspace = true -version = "0.0.2" +version = "0.1.0" [dependencies] bitflags = { workspace = true } diff --git a/crates/rome_js_parser/README.md b/crates/rome_js_parser/README.md index 817ee91420b..a1d1fedfac0 100644 --- a/crates/rome_js_parser/README.md +++ b/crates/rome_js_parser/README.md @@ -32,5 +32,5 @@ # `rome_js_parser` -Rome's JavaScript parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_parser/index.html). +Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/latest/). diff --git a/crates/rome_js_semantic/Cargo.toml b/crates/rome_js_semantic/Cargo.toml index 09b08cfbe83..b28bfb2c0c6 100644 --- a/crates/rome_js_semantic/Cargo.toml +++ b/crates/rome_js_semantic/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_js_semantic" repository.workspace = true -version = "0.1.0" +version = "0.2.0" [dependencies] rome_js_syntax = { workspace = true } diff --git a/crates/rome_js_semantic/README.md b/crates/rome_js_semantic/README.md index 33b6c3cc12a..ff2425e8fe5 100644 --- a/crates/rome_js_semantic/README.md +++ b/crates/rome_js_semantic/README.md @@ -32,5 +32,5 @@ # `rome_js_semantic` -Rome's semantic model for JavaScript. Follow the [documentation](https://rustdocs.rome.tools/rome_js_semantic/index.html). +Rome's semantic model for JavaScript. Follow the [documentation](https://docs.rs/rome_js_semantic/latest/). diff --git a/crates/rome_js_syntax/Cargo.toml b/crates/rome_js_syntax/Cargo.toml index 33d8d5a5add..1ebfc6cb9e7 100644 --- a/crates/rome_js_syntax/Cargo.toml +++ b/crates/rome_js_syntax/Cargo.toml @@ -6,12 +6,12 @@ edition.workspace = true license.workspace = true name = "rome_js_syntax" repository.workspace = true -version = "0.0.2" +version = "0.2.0" [dependencies] rome_console = { version = "0.0.1", path = "../rome_console" } -rome_diagnostics = { version = "0.0.1", path = "../rome_diagnostics" } -rome_rowan = { version = "0.0.1", path = "../rome_rowan" } +rome_diagnostics = { version = "0.2.0", path = "../rome_diagnostics" } +rome_rowan = { version = "0.2.0", path = "../rome_rowan" } schemars = { version = "0.8.10", optional = true } serde = { version = "1.0.136", features = ["derive"], optional = true } diff --git a/crates/rome_js_syntax/README.md b/crates/rome_js_syntax/README.md index d09804ef9ac..b23b1d7cd83 100644 --- a/crates/rome_js_syntax/README.md +++ b/crates/rome_js_syntax/README.md @@ -32,5 +32,5 @@ # `rome_js_syntax` -Rome's JavaScript parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_js_parser/index.html). +Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/latest/). diff --git a/crates/rome_js_transform/Cargo.toml b/crates/rome_js_transform/Cargo.toml index 2efa2cc0512..68928f1f316 100644 --- a/crates/rome_js_transform/Cargo.toml +++ b/crates/rome_js_transform/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_js_transform" repository.workspace = true -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_json_analyze/Cargo.toml b/crates/rome_json_analyze/Cargo.toml index a4f98b13a65..b853f905849 100644 --- a/crates/rome_json_analyze/Cargo.toml +++ b/crates/rome_json_analyze/Cargo.toml @@ -4,7 +4,7 @@ edition.workspace = true license.workspace = true name = "rome_json_analyze" repository.workspace = true -version = "0.0.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_json_factory/Cargo.toml b/crates/rome_json_factory/Cargo.toml index b6992c5bf8d..24ef20e130f 100644 --- a/crates/rome_json_factory/Cargo.toml +++ b/crates/rome_json_factory/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_json_factory" repository.workspace = true -version = "0.0.1" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_json_formatter/Cargo.toml b/crates/rome_json_formatter/Cargo.toml index e990ab5a670..48221e0f089 100644 --- a/crates/rome_json_formatter/Cargo.toml +++ b/crates/rome_json_formatter/Cargo.toml @@ -8,7 +8,7 @@ homepage.workspace = true license.workspace = true name = "rome_json_formatter" repository.workspace = true -version = "0.0.1" +version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_json_formatter/README.md b/crates/rome_json_formatter/README.md index 004595ef82e..3a1ddd29b95 100644 --- a/crates/rome_json_formatter/README.md +++ b/crates/rome_json_formatter/README.md @@ -32,5 +32,5 @@ # `rome_json_formatter` -Rome's JSON formatter implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_json_formatter/index.html). +Rome's JSON formatter implementation. Follow the [documentation](https://docs.rs/rome_json_formatter/latest/). diff --git a/crates/rome_json_parser/Cargo.toml b/crates/rome_json_parser/Cargo.toml index 0472cf24d74..f91db0eda03 100644 --- a/crates/rome_json_parser/Cargo.toml +++ b/crates/rome_json_parser/Cargo.toml @@ -8,7 +8,7 @@ homepage.workspace = true license.workspace = true name = "rome_json_parser" repository.workspace = true -version = "0.0.1" +version = "0.1.0" [dependencies] rome_console = { workspace = true } diff --git a/crates/rome_json_parser/README.md b/crates/rome_json_parser/README.md index 9b660600abb..c5244b99048 100644 --- a/crates/rome_json_parser/README.md +++ b/crates/rome_json_parser/README.md @@ -32,5 +32,5 @@ # `rome_json_parser` -Rome's JSON parser implementation. Follow the [documentation](https://rustdocs.rome.tools/rome_json_parser/index.html). +Rome's JSON parser implementation. Follow the [documentation](https://docs.rs/rome_json_parser/latest/). diff --git a/crates/rome_json_syntax/Cargo.toml b/crates/rome_json_syntax/Cargo.toml index 87c0246b4c4..cd50e11bf2f 100644 --- a/crates/rome_json_syntax/Cargo.toml +++ b/crates/rome_json_syntax/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_json_syntax" repository.workspace = true -version = "0.0.1" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_migrate/Cargo.toml b/crates/rome_migrate/Cargo.toml index d61ba17f43e..ea751df1695 100644 --- a/crates/rome_migrate/Cargo.toml +++ b/crates/rome_migrate/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "rome_migrate" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/rome_parser/Cargo.toml b/crates/rome_parser/Cargo.toml index 85c4569724a..4957ece30ed 100644 --- a/crates/rome_parser/Cargo.toml +++ b/crates/rome_parser/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true name = "rome_parser" repository.workspace = true -version = "0.0.1" +version = "0.2.0" [dependencies] diff --git a/crates/rome_rowan/Cargo.toml b/crates/rome_rowan/Cargo.toml index 819ae0f46a0..76782917c38 100644 --- a/crates/rome_rowan/Cargo.toml +++ b/crates/rome_rowan/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "MIT OR Apache-2.0" name = "rome_rowan" repository.workspace = true -version = "0.0.1" +version = "0.2.0" [dependencies] countme = { workspace = true } diff --git a/crates/rome_suppression/Cargo.toml b/crates/rome_suppression/Cargo.toml index a5489b85f44..8ff70345e20 100644 --- a/crates/rome_suppression/Cargo.toml +++ b/crates/rome_suppression/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } license = { workspace = true } name = "rome_suppression" repository = { workspace = true } -version = "0.0.1" +version = "0.2.0" [dependencies] diff --git a/crates/rome_wasm/Cargo.toml b/crates/rome_wasm/Cargo.toml index 7b14c33f752..7d3e66e5777 100644 --- a/crates/rome_wasm/Cargo.toml +++ b/crates/rome_wasm/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" name = "rome_wasm" repository = "https://github.com/rome/tools" -version = "0.0.0" +version = "0.2.0" [lib] diff --git a/crates/tests_macros/Cargo.toml b/crates/tests_macros/Cargo.toml index 5d9b62dc924..36bbcddbfa3 100644 --- a/crates/tests_macros/Cargo.toml +++ b/crates/tests_macros/Cargo.toml @@ -3,7 +3,7 @@ description = "" edition.workspace = true license.workspace = true name = "tests_macros" -version = "0.0.0" +version = "0.2.0" [lib] proc-macro = true diff --git a/justfile b/justfile index f37c2d35286..5bc914c8b9b 100644 --- a/justfile +++ b/justfile @@ -10,12 +10,12 @@ alias l := lint # Installs the tools needed to develop with Rome install-tools: cargo install cargo-binstall - cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack wasm-tools + cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack wasm-tools cargo-workspaces # Upgrades the tools needed to develop with Rome upgrade-tools: cargo install cargo-binstall --force - cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack wasm-tools --force + cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack wasm-tools cargo-workspaces --force # Generate all files across crates and tools. You rarely want to use it locally. codegen: