Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.1.1 #929

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.1.1] - 2024-09-13
krpeacock marked this conversation as resolved.
Show resolved Hide resolved

## [2.1.0] - 2024-09-12

### Added
Expand Down
10 changes: 5 additions & 5 deletions e2e/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"scripts": {
"ci": "npm run e2e",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/assets": "^2.1.0",
"@dfinity/identity": "^2.1.0",
"@dfinity/principal": "^2.1.0",
"@dfinity/agent": "^2.1.1",
"@dfinity/assets": "^2.1.1",
"@dfinity/identity": "^2.1.1",
"@dfinity/principal": "^2.1.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent-monorepo",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"workspaces": {
Expand Down
6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -47,8 +47,8 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/candid": "^2.1.0",
"@dfinity/principal": "^2.1.0"
"@dfinity/candid": "^2.1.1",
"@dfinity/principal": "^2.1.1"
},
"dependencies": {
"@noble/curves": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/assets",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
Expand Down Expand Up @@ -49,8 +49,8 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/principal": "^2.1.0",
"@dfinity/agent": "^2.1.1",
"@dfinity/principal": "^2.1.1",
"@noble/hashes": "^1.3.1"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/auth-client",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
Expand Down Expand Up @@ -46,9 +46,9 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/identity": "^2.1.0",
"@dfinity/principal": "^2.1.0"
"@dfinity/agent": "^2.1.1",
"@dfinity/identity": "^2.1.1",
"@dfinity/principal": "^2.1.1"
},
"dependencies": {
"idb": "^7.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/candid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/candid",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/principal": "^2.1.0"
"@dfinity/principal": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-secp256k1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/identity-secp256k1",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer",
Expand All @@ -14,7 +14,7 @@
"test:coverage": "jest --collectCoverage"
},
"dependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/agent": "^2.1.1",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.3.1",
"@scure/bip32": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/identity",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity with the Internet Computer",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/principal": "^2.1.0",
"@dfinity/agent": "^2.1.1",
"@dfinity/principal": "^2.1.1",
"@peculiar/webcrypto": "^1.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/principal",
"version": "2.1.0",
"version": "2.1.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
Expand Down
12 changes: 6 additions & 6 deletions packages/use-auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/use-auth-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "React hooks for using the auth client",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
"directory": "packages/use-auth-client"
},
"dependencies": {
"@dfinity/agent": "^2.1.0",
"@dfinity/auth-client": "^2.1.0",
"@dfinity/candid": "^2.1.0",
"@dfinity/identity": "^2.1.0",
"@dfinity/principal": "^2.1.0",
"@dfinity/agent": "^2.1.1",
"@dfinity/auth-client": "^2.1.1",
"@dfinity/candid": "^2.1.1",
"@dfinity/identity": "^2.1.1",
"@dfinity/principal": "^2.1.1",
"react": ">16.8"
},
"devDependencies": {
Expand Down