From b9da90a6d0717b6e162f83af5e2f65a640293adf Mon Sep 17 00:00:00 2001 From: ilbertt Date: Mon, 10 Nov 2025 17:58:18 +0100 Subject: [PATCH] chore: release 4.2.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 0a651bb66..c34484504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [4.2.2] - 2025-11-10 + - fix(agent): use minute precision when rounded expiry is at least 60s in future ## [4.2.1] - 2025-10-24 diff --git a/package.json b/package.json index c90129aad..0de3b82a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icp-js-core", - "version": "4.2.1", + "version": "4.2.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 e9b318ee0..270e669c2 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "3.4.1", + "version": "3.4.2", "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 8be9f0309..e2808b2b6 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/assets", - "version": "3.4.1", + "version": "3.4.2", "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 02265faa6..f071899e9 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/auth-client", - "version": "3.4.1", + "version": "3.4.2", "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 d2401e71d..329b5907e 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/candid", - "version": "3.4.1", + "version": "3.4.2", "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 6f47aae52..434c6825b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@icp-sdk/core", - "version": "4.2.1", + "version": "4.2.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 ec3bc73d2..64c26ad80 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.4.1", + "version": "3.4.2", "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 6e0369a18..e53c5880b 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity", - "version": "3.4.1", + "version": "3.4.2", "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 ec18bdca4..686d37326 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/principal", - "version": "3.4.1", + "version": "3.4.2", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals",