Skip to content

Commit

Permalink
chore: next version and release crates (#703)
Browse files Browse the repository at this point in the history
* chore: release crates and bump versions

Signed-off-by: David Dal Busco <[email protected]>

* chore: release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: bump dependency and release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: bump dependencies and release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: bump dependencies and release crate

Signed-off-by: David Dal Busco <[email protected]>

* chore: next version

Signed-off-by: David Dal Busco <[email protected]>

---------

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Aug 24, 2024
1 parent 17be85f commit 23b7c37
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/juno",
"version": "0.0.33",
"version": "0.0.34",
"private": true,
"author": "David Dal Busco <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
2 changes: 1 addition & 1 deletion src/console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "console"
version = "0.0.11"
version = "0.0.12"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions src/libs/collections/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-collections"
version = "0.0.2"
version = "0.0.4"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand All @@ -19,4 +19,4 @@ ic-cdk.workspace = true
ic-cdk-macros.workspace = true
ic-cdk-timers.workspace = true
serde.workspace = true
junobuild-shared = "0.0.17"
junobuild-shared = "0.0.18"
10 changes: 5 additions & 5 deletions src/libs/satellite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-satellite"
version = "0.0.19-patch.1"
version = "0.0.20"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down Expand Up @@ -41,7 +41,7 @@ regex.workspace = true
url = "2.4.0"
getrandom = { version = "0.2", features = ["custom"] }
rand = { version = "0.8.5", features = ["getrandom"]}
junobuild-shared = "0.0.17"
junobuild-utils = "0.0.2"
junobuild-collections = "0.0.2"
junobuild-storage = "0.0.5"
junobuild-shared = "0.0.18"
junobuild-utils = "0.0.3"
junobuild-collections = "0.0.4"
junobuild-storage = "0.0.7"
2 changes: 1 addition & 1 deletion src/libs/satellite/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const SATELLITE_VERSION: &str = "0.0.19";
pub const SATELLITE_VERSION: &str = "0.0.20";
2 changes: 1 addition & 1 deletion src/libs/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-shared"
version = "0.0.17"
version = "0.0.18"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions src/libs/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-storage"
version = "0.0.5"
version = "0.0.7"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down Expand Up @@ -32,5 +32,5 @@ base64 = "0.13.1"
url = "2.4.0"
urlencoding = "2.1.3"
globset = "0.4.13"
junobuild-shared = "0.0.17"
junobuild-collections = "0.0.2"
junobuild-shared = "0.0.18"
junobuild-collections = "0.0.4"
2 changes: 1 addition & 1 deletion src/libs/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "junobuild-utils"
version = "0.0.2"
version = "0.0.3"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/mission_control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mission_control"
version = "0.0.11"
version = "0.0.12"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion src/observatory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "observatory"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion src/satellite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "satellite"
version = "0.0.19"
version = "0.0.20"
edition = "2021"
publish = false

Expand Down

0 comments on commit 23b7c37

Please sign in to comment.