From 6e537f17c07e0053091c57d5509125f13e77e1a4 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 10 Jan 2025 14:12:07 +0100 Subject: [PATCH] chore: release --- package-lock.json | 12 ++++++------ package.json | 2 +- packages/admin/package.json | 2 +- packages/console/package.json | 2 +- packages/storage/package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6762448..9aef898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@junobuild/juno-js", - "version": "0.0.101", + "version": "0.0.102", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@junobuild/juno-js", - "version": "0.0.101", + "version": "0.0.102", "license": "MIT", "workspaces": [ "packages/utils", @@ -9167,12 +9167,12 @@ }, "packages/admin": { "name": "@junobuild/admin", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "peerDependencies": { "@dfinity/agent": "^2.1.3", "@dfinity/candid": "^2.1.3", - "@dfinity/ic-management": "^6.0.1", + "@dfinity/ic-management": "^6", "@dfinity/identity": "^2.1.3", "@dfinity/principal": "^2.1.3", "@junobuild/config": "*", @@ -9248,7 +9248,7 @@ }, "packages/console": { "name": "@junobuild/console", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "peerDependencies": { "@dfinity/agent": "^2.1.3", @@ -9323,7 +9323,7 @@ }, "packages/storage": { "name": "@junobuild/storage", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "peerDependencies": { "@dfinity/agent": "^2.1.3", diff --git a/package.json b/package.json index 4bc6251..ce51d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/juno-js", - "version": "0.0.101", + "version": "0.0.102", "description": "JavaScript libraries for interfacing with Juno", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", diff --git a/packages/admin/package.json b/packages/admin/package.json index e1e9916..dfa0d5d 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/admin", - "version": "0.1.0", + "version": "0.1.1", "description": "A library for interfacing with admin features of Juno", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", diff --git a/packages/console/package.json b/packages/console/package.json index 7b6f205..7a2de53 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/console", - "version": "0.1.0", + "version": "0.1.1", "description": "A library for interfacing with Juno's Console", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", diff --git a/packages/storage/package.json b/packages/storage/package.json index efe94ed..fdd4e4a 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/storage", - "version": "0.1.0", + "version": "0.1.1", "description": "A library for interfacing with Juno's Storage features.", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT",