From 0845802d5acf01485d8f041c99565785a7acfa56 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Mon, 13 Oct 2025 18:39:54 +0200 Subject: [PATCH] chore: release 4.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- packages/agent/package.json | 2 +- packages/assets/package.json | 2 +- packages/auth-client/package.json | 2 +- packages/candid/package.json | 2 +- packages/core/package.json | 2 +- packages/identity-secp256k1/package.json | 2 +- packages/identity/package.json | 2 +- packages/principal/package.json | 2 +- 10 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e589589f2..5fb58bf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [4.1.0] - 2025-10-13 + - feat(principal): export the `base32Encode` and `base32Decode` functions ## [4.0.5] - 2025-09-30 diff --git a/package.json b/package.json index 5af788b01..bd76ac408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icp-js-core", - "version": "4.0.5", + "version": "4.1.0", "private": true, "description": "Use an Agent to interact with the Internet Computer from your JavaScript program.", "type": "module", diff --git a/packages/agent/package.json b/packages/agent/package.json index 12b389cc3..a7710fe27 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", diff --git a/packages/assets/package.json b/packages/assets/package.json index 739641151..e41a61716 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/assets", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage assets on the Internet Computer", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index 4082f3062..90baec2a3 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/auth-client", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", diff --git a/packages/candid/package.json b/packages/candid/package.json index 692a23cad..5109e4dc1 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/candid", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", diff --git a/packages/core/package.json b/packages/core/package.json index 97d65c838..678415ebc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@icp-sdk/core", - "version": "4.0.5", + "version": "4.1.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", diff --git a/packages/identity-secp256k1/package.json b/packages/identity-secp256k1/package.json index c82613ab8..912252677 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer", diff --git a/packages/identity/package.json b/packages/identity/package.json index 6ae7a2d1e..e83f8b3b2 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", diff --git a/packages/principal/package.json b/packages/principal/package.json index 30bfb7375..6b371371c 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/principal", - "version": "3.2.7", + "version": "3.3.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals",