Skip to content

Commit 76424dd

Browse files
committed
Bump v0.5.0
1 parent 3c23ee9 commit 76424dd

12 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -22,9 +22,9 @@ publish = false
2222
edition = "2024"
2323

2424
[workspace.dependencies]
25-
gpui-component = { path = "crates/ui", version = "0.5.0-preview2" }
26-
gpui-component-macros = { path = "crates/macros", version = "0.5.0-preview2" }
27-
gpui-component-assets = { path = "crates/assets", version = "0.5.0-preview2" }
25+
gpui-component = { path = "crates/ui", version = "0.5.0" }
26+
gpui-component-macros = { path = "crates/macros", version = "0.5.0" }
27+
gpui-component-assets = { path = "crates/assets", version = "0.5.0" }
2828
story = { path = "crates/story" }
2929

3030
gpui = "0.2.2"

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-preview2"
12+
version = "0.5.0"
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-preview2"
4+
version = "0.5.0"
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-preview2"
3+
version = "0.5.0"
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-preview2"
3+
version = "0.5.0"
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-preview2"
10+
version = "0.5.0"
1111
publish = true
1212
edition.workspace = true
1313

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-preview2"
4+
version = "0.5.0"
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-preview2"
4+
version = "0.5.0"
55
publish = false
66
edition.workspace = true
77

examples/hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hello_world"
33
description = "A minimal example of application development with GPUI Component."
4-
version = "0.5.0-preview2"
4+
version = "0.5.0"
55
publish = false
66
edition.workspace = true
77

0 commit comments

Comments
 (0)