Skip to content

Commit 32c9a18

Browse files
committed
Bump v0.5.1-preview0
1 parent a8ec7d0 commit 32c9a18

14 files changed

Lines changed: 27 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ publish = false
2424
edition = "2024"
2525

2626
[workspace.dependencies]
27-
gpui-component = { path = "crates/ui", version = "0.5.0" }
28-
gpui-component-macros = { path = "crates/macros", version = "0.5.0" }
29-
gpui-component-assets = { path = "crates/assets", version = "0.5.0" }
27+
gpui-component = { path = "crates/ui", version = "0.5.1-preview0" }
28+
gpui-component-macros = { path = "crates/macros", version = "0.5.1-preview0" }
29+
gpui-component-assets = { path = "crates/assets", version = "0.5.1-preview0" }
3030
story = { path = "crates/story" }
3131

3232
gpui = { git = "https://github.com/zed-industries/zed" }

crates/assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/longbridge/gpui-component"
99
readme = "README.md"
1010
edition.workspace = true
1111
publish = true
12-
version = "0.5.0"
12+
version = "0.5.1-preview0"
1313

1414
[lib]
1515
doctest = false

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gpui-component-macros"
33
description = "Macros for GPUI Component."
4-
version = "0.5.0"
4+
version = "0.5.1-preview0"
55
license = "Apache-2.0"
66
publish = true
77
edition.workspace = true

crates/reqwest_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest_client"
3-
version = "0.5.0"
3+
version = "0.5.1-preview0"
44
license = "Apache-2.0"
55
publish = false
66
edition.workspace = true

crates/story/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpui-component-story"
3-
version = "0.5.0"
3+
version = "0.5.1-preview0"
44
publish = false
55
edition.workspace = true
66

crates/ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/gpui-component"
77
homepage = "https://longbridge.github.io/gpui-component"
88
repository = "https://github.com/longbridge/gpui-component"
99
readme = "../../README.md"
10-
version = "0.5.0"
10+
version = "0.5.1-preview0"
1111
publish = true
1212
edition.workspace = true
1313

crates/webview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/longbridge/gpui-component/tree/main/crates/webv
99
readme = "README.md"
1010
edition.workspace = true
1111
publish = true
12-
version = "0.5.0"
12+
version = "0.5.1-preview0"
1313

1414
[lib]
1515
doctest = false

examples/app_assets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "app_assets"
33
description = "Example to load icons or images from assets folder."
4-
version = "0.5.0"
4+
version = "0.5.1-preview0"
55
publish = false
66
edition.workspace = true
77

examples/dialog_overlay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dialog_overlay"
33
description = "An example of using gpui-component to create a Dialog with overlay."
4-
version = "0.5.0"
4+
version = "0.5.1-preview0"
55
publish = false
66
edition.workspace = true
77

0 commit comments

Comments
 (0)