Skip to content

Commit 088ded2

Browse files
authored
Merge pull request #14 from dev-five-git/changepacks/main
Update Versions
2 parents 0294f97 + 22bf44d commit 088ded2

7 files changed

Lines changed: 6 additions & 7 deletions

File tree

.changepacks/changepack_log_XvDnakt6oO0Q1W9jzB73r.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/core-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcl-core-wasm"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

packages/core-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"build:production": "wasm-pack build --target nodejs --release --out-dir pkg --out-name core_wasm",
1313
"clean": "rm -rf pkg"
1414
},
15-
"version": "1.0.0"
15+
"version": "1.0.1"
1616
}

packages/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcl-core"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Rust reimplementation of the React Component Lens analyzer (oxc-based), byte-conformant to the TypeScript oracle."
55
edition.workspace = true
66
rust-version.workspace = true

packages/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcl-lsp"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-component-lens",
33
"displayName": "React Component Lens",
44
"description": "Highlight React Server and Client component usage directly in the editor.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "devfive",
77
"license": "MIT",
88
"repository": {

packages/zed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcl-zed"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
publish = false

0 commit comments

Comments
 (0)