Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 15, 2024
1 parent 19237c6 commit e963ae5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/starbase"
all-features = true

[dependencies]
starbase_styles = { version = "0.1.16", path = "../styles" }
starbase_styles = { version = "0.1.17", path = "../styles" }
starbase_utils = { version = "0.3.11", path = "../utils", default-features = false, features = [
"glob",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Async and mutable event system."
repository = "https://github.com/moonrepo/starbase"

[dependencies]
starbase_macros = { version = "0.2.9", path = "../macros" }
starbase_macros = { version = "0.2.10", path = "../macros" }
async-trait = { workspace = true }
miette = { workspace = true }
tokio = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase"
version = "0.2.12"
version = "0.2.13"
edition = "2021"
license = "MIT"
description = "Framework for building performant command line applications and developer tools."
Expand All @@ -12,8 +12,8 @@ all-features = true

[dependencies]
starbase_events = { version = "0.2.2", path = "../events" }
starbase_macros = { version = "0.2.9", path = "../macros" }
starbase_styles = { version = "0.1.16", path = "../styles", features = [
starbase_macros = { version = "0.2.10", path = "../macros" }
starbase_styles = { version = "0.1.17", path = "../styles", features = [
"theme",
] }
async-trait = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_macros"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
license = "MIT"
description = "Macros for the starbase framework."
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_sandbox"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
license = "MIT"
description = "A temporary sandbox for testing file system and process operations, with fixtures support."
Expand Down
2 changes: 1 addition & 1 deletion crates/styles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starbase_styles"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
license = "MIT"
description = "Utilities for styling the terminal."
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/starbase"
all-features = true

[dependencies]
starbase_styles = { version = "0.1.16", path = "../styles" }
starbase_styles = { version = "0.1.17", path = "../styles" }
dirs = "5.0.1"
miette = { workspace = true }
once_cell = { workspace = true }
Expand Down

0 comments on commit e963ae5

Please sign in to comment.