Skip to content

Commit 7122f00

Browse files
authored
chore: release 4.2.0 (#1170)
1 parent fbdc96a commit 7122f00

File tree

10 files changed

+12
-10
lines changed

10 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

5-
- feat(agent): introduce the `getCanisterEnv` and `safeGetCanisterEnv` functions to load the canister environment from the `ic_env` cookie. (experimental)
5+
## [4.2.0] - 2025-10-22
6+
7+
- feat(agent): (_experimental_) introduce the `getCanisterEnv` and `safeGetCanisterEnv` functions to load the canister environment from the `ic_env` cookie. See the [Canister Environment guide](https://js.icp.build/core/v4.2/canister-environment/) for more details.
68

79
## [4.1.1] - 2025-10-21
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icp-js-core",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
66
"type": "module",

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/agent",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to interact with the Internet Computer",

packages/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/assets",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",

packages/auth-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/auth-client",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",

packages/candid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/candid",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to work with candid interfaces",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@icp-sdk/core",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to interact with the Internet Computer",

packages/identity-secp256k1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/identity-secp256k1",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer",

packages/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/identity",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to manage identity with the Internet Computer",

packages/principal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/principal",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"author": "DFINITY Stiftung <[email protected]>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to work with Internet Computer principals",

0 commit comments

Comments
 (0)