From 16962f5a885b41e55795df1964d81988f03267b9 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Tue, 2 Sep 2025 09:39:48 +0200 Subject: [PATCH] chore: release 4.0.2 --- 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 7271583f2..3840d162f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [4.0.2] - 2025-09-02 + - fix(agent): use the `effectiveCanisterId` (if provided) instead of the `canisterId` to verify the certificate of an update call. ## [4.0.1] - 2025-08-26 diff --git a/package.json b/package.json index 267cd7e5e..799db9e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent-monorepo", - "version": "4.0.1", + "version": "4.0.2", "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 f292d07ba..f04343c3c 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "3.2.3", + "version": "3.2.4", "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 72a35661f..4d403d383 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/assets", - "version": "3.2.3", + "version": "3.2.4", "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 a1ae7ec3e..5d7b7b6b8 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/auth-client", - "version": "3.2.3", + "version": "3.2.4", "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 b84ab13bc..d75e42c78 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/candid", - "version": "3.2.3", + "version": "3.2.4", "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 95ae13c71..98a007a51 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@icp-sdk/core", - "version": "4.0.1", + "version": "4.0.2", "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 76e603ff6..04c531ee4 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.2.3", + "version": "3.2.4", "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 251a4eb4e..d4c2dabd3 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity", - "version": "3.2.3", + "version": "3.2.4", "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 1e071a742..771c802d1 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/principal", - "version": "3.2.3", + "version": "3.2.4", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals",