Skip to content

Commit 836188b

Browse files
authored
chore: release 3.1.0 (#1079)
1 parent 947225f commit 836188b

File tree

10 files changed

+11
-9
lines changed

10 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [3.1.0] - 2025-07-24
6+
57
- feat: export the `getCrc32` function from `@dfinity/principal`
68

79
## [3.0.2] - 2025-07-23

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-monorepo",
3-
"version": "3.0.2",
3+
"version": "3.1.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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to work with candid interfaces",

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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
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.0.2",
3+
"version": "3.1.0",
44
"author": "DFINITY Stiftung <sdk@dfinity.org>",
55
"license": "Apache-2.0",
66
"description": "JavaScript and TypeScript library to work with Internet Computer principals",

packages/use-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/use-auth-client",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "React hooks for using the auth client",
55
"type": "module",
66
"browser": "./lib/esm/index.js",

0 commit comments

Comments
 (0)