Skip to content

Commit f010c1e

Browse files
Merge branch 'main' into feat/update-satellte-template
2 parents e5489fb + 9ca4dc1 commit f010c1e

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

Cargo.lock

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junobuild/juno",
3-
"version": "0.0.52",
3+
"version": "0.0.53",
44
"private": true,
55
"author": "David Dal Busco <david@fluster.io>",
66
"license": "SEE LICENSE IN LICENSE.md",

src/libs/cdn/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junobuild-cdn"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true
@@ -22,6 +22,6 @@ ic-stable-structures.workspace = true
2222
serde.workspace = true
2323
sha2.workspace = true
2424
hex.workspace = true
25-
junobuild-shared = "0.2.1"
26-
junobuild-collections = "0.2.1"
27-
junobuild-storage = "0.2.1"
25+
junobuild-shared = "0.2.2"
26+
junobuild-collections = "0.2.2"
27+
junobuild-storage = "0.2.2"

src/libs/collections/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junobuild-collections"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true
@@ -19,4 +19,4 @@ rustdoc-args = ['--cfg', "getrandom_backend=\"custom\""]
1919
candid.workspace = true
2020
ic-cdk.workspace = true
2121
serde.workspace = true
22-
junobuild-shared = "0.2.1"
22+
junobuild-shared = "0.2.2"

src/libs/satellite/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junobuild-satellite"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true
@@ -65,8 +65,8 @@ regex.workspace = true
6565
getrandom.workspace = true
6666
rand.workspace = true
6767
url.workspace = true
68-
junobuild-shared = "0.2.1"
68+
junobuild-shared = "0.2.2"
6969
junobuild-utils = "0.1.1"
70-
junobuild-collections = "0.2.1"
71-
junobuild-storage = "0.2.1"
72-
junobuild-cdn = "0.2.1"
70+
junobuild-collections = "0.2.2"
71+
junobuild-storage = "0.2.2"
72+
junobuild-cdn = "0.2.2"

src/libs/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junobuild-shared"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

src/libs/storage/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "junobuild-storage"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true
@@ -31,5 +31,5 @@ base64 = "0.22.1"
3131
url.workspace = true
3232
urlencoding = "2.1.3"
3333
globset = "0.4.13"
34-
junobuild-shared = "0.2.1"
35-
junobuild-collections = "0.2.1"
34+
junobuild-shared = "0.2.2"
35+
junobuild-collections = "0.2.2"

0 commit comments

Comments
 (0)