diff --git a/CHANGELOG.md b/CHANGELOG.md index 6decd667e..ffc664fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.2.1] - 2025-08-12 + - fix: export the `GenericIdlFuncArgs`, `GenericIdlFuncRets`, and `GenericIdlServiceFields` types from `@dfinity/candid`. ## [3.2.0] - 2025-08-07 diff --git a/package.json b/package.json index fb0fba589..e43f7ff15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent-monorepo", - "version": "3.2.0", + "version": "3.2.1", "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 c592444b1..38c48ef17 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "3.2.0", + "version": "3.2.1", "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 896028f5a..f29e88ac1 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/assets", - "version": "3.2.0", + "version": "3.2.1", "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 858e1d400..680e81963 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/auth-client", - "version": "3.2.0", + "version": "3.2.1", "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 4bcaa7ef2..c5d752041 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/candid", - "version": "3.2.0", + "version": "3.2.1", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", diff --git a/packages/identity-secp256k1/package.json b/packages/identity-secp256k1/package.json index 880de7f98..c97323f61 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.2.0", + "version": "3.2.1", "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 57021953b..6e827dfff 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity", - "version": "3.2.0", + "version": "3.2.1", "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 633f9e951..ddb7063a9 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/principal", - "version": "3.2.0", + "version": "3.2.1", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", diff --git a/packages/use-auth-client/package.json b/packages/use-auth-client/package.json index f0680bd64..85f6f205f 100644 --- a/packages/use-auth-client/package.json +++ b/packages/use-auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/use-auth-client", - "version": "3.2.0", + "version": "3.2.1", "description": "React hooks for using the auth client", "type": "module", "browser": "./lib/esm/index.js",