diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0102c34..26c20fb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0] - 2025-07-17 + ## [3.0.0-beta.4] - 2025-07-17 ### Changed diff --git a/package.json b/package.json index c8ad6c76f..e6c2cbe0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent-monorepo", - "version": "3.0.0-beta.4", + "version": "3.0.0", "private": true, "description": "Use an Agent to interact with the Internet Computer from your JavaScript program.", "type": "module", @@ -73,10 +73,6 @@ }, "author": "DFINITY Stiftung ", "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/dfinity/agent-js/issues" - }, - "homepage": "https://github.com/dfinity-lab/agent-js#readme", "size-limit": [ { "name": "@dfinity/agent", diff --git a/packages/agent/package.json b/packages/agent/package.json index df2f3f305..0ac6cee0a 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/agent", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/agent", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/assets/package.json b/packages/assets/package.json index 8ddf686c9..0ff60af94 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/assets", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage assets on the Internet Computer", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/assets", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index 358d7012c..b38b15c95 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/auth-client", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/auth-client", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/candid/package.json b/packages/candid/package.json index 139472a61..a7ecc7911 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/candid", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/candid", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/core/package.json b/packages/core/package.json index 0d036722c..b548b525a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/core", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/identity-secp256k1/package.json b/packages/identity-secp256k1/package.json index 9c4ff46b6..9b8b02618 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,9 +1,36 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer", + "homepage": "https://agent-js.icp.xyz/libs/identity-secp256k1", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/identity-secp256k1" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, + "keywords": [ + "internet computer", + "ic", + "dfinity", + "canister", + "webauthn", + "identity", + "principal", + "dfx", + "candid", + "motoko", + "javascript", + "typescript", + "blockchain", + "crypto", + "distributed", + "api" + ], "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "default": "./lib/esm/index.js", diff --git a/packages/identity/package.json b/packages/identity/package.json index ea0b63fa2..d11c777dd 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/identity", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/identity", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/principal/package.json b/packages/principal/package.json index f408f0796..973c5972e 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,10 +1,10 @@ { "name": "@dfinity/principal", - "version": "3.0.0-beta.4", + "version": "3.0.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/principal", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/use-auth-client/package.json b/packages/use-auth-client/package.json index 399793f9a..de119586f 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.0.0-beta.4", + "version": "3.0.0", "description": "React hooks for using the auth client", "type": "module", "browser": "./lib/esm/index.js", @@ -44,7 +44,7 @@ }, "author": "DFINITY Stiftung ", "license": "Apache-2.0", - "homepage": "https://internetcomputer.org", + "homepage": "https://agent-js.icp.xyz/libs/use-auth-client", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git",