Skip to content

Commit

Permalink
chore: release 0.9.2 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Jul 12, 2021
1 parent 8532edf commit 7ca4f0d
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions apps/sw-cert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ic-agent-sw-cert-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/agent": "^0.9.2",
"@types/pako": "^1.0.1",
"assert": "^2.0.0",
"base64-arraybuffer": "^0.2.0",
Expand All @@ -29,5 +29,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.9.1"
"version": "0.9.2"
}
12 changes: 6 additions & 6 deletions demos/ledgerhq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "ic-agent-ledgerhq-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/identity-ledgerhq": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"@dfinity/agent": "^0.9.2",
"@dfinity/authentication": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/identity-ledgerhq": "^0.9.2",
"@dfinity/principal": "^0.9.2",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -27,5 +27,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.9.1"
"version": "0.9.2"
}
10 changes: 5 additions & 5 deletions demos/sample-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "ic-agent-sample-javascript-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"@dfinity/agent": "^0.9.2",
"@dfinity/authentication": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/principal": "^0.9.2",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -25,5 +25,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.9.1"
"version": "0.9.2"
}
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": "0.9.1",
"version": "0.9.2",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"@dfinity/agent": "^0.9.2",
"@dfinity/authentication": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/principal": "^0.9.2",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.2.5",
"@types/jest": "^26.0.23",
Expand Down
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": "0.9.1",
"version": "0.9.2",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"dependencies": {
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": "0.9.1",
"version": "0.9.2",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -41,8 +41,8 @@
"tslint": "tslint --project tsconfig.json --config tslint.json"
},
"peerDependencies": {
"@dfinity/candid": "^0.9.1",
"@dfinity/principal": "^0.9.1"
"@dfinity/candid": "^0.9.2",
"@dfinity/principal": "^0.9.2"
},
"dependencies": {
"base64-arraybuffer": "^0.2.0",
Expand Down
10 changes: 5 additions & 5 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": "0.9.1",
"version": "0.9.2",
"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 @@ -37,10 +37,10 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1"
"@dfinity/agent": "^0.9.2",
"@dfinity/authentication": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/principal": "^0.9.2"
},
"devDependencies": {
"@trust/webcrypto": "^0.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/authentication",
"version": "0.9.1",
"version": "0.9.2",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
Expand Down Expand Up @@ -37,9 +37,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1"
"@dfinity/agent": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/principal": "^0.9.2"
},
"devDependencies": {
"@trust/webcrypto": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/candid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/candid",
"version": "0.9.1",
"version": "0.9.2",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down
8 changes: 4 additions & 4 deletions packages/identity-ledgerhq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/identity-ledgerhq",
"version": "0.9.1",
"version": "0.9.2",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1"
"@dfinity/agent": "^0.9.2",
"@dfinity/identity": "^0.9.2",
"@dfinity/principal": "^0.9.2"
},
"dependencies": {
"@ledgerhq/hw-transport": "^5.49.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": "0.9.1",
"version": "0.9.2",
"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 @@ -37,8 +37,8 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.9.1",
"@dfinity/principal": "^0.9.1"
"@dfinity/agent": "^0.9.2",
"@dfinity/principal": "^0.9.2"
},
"dependencies": {
"borc": "^2.1.1",
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": "0.9.1",
"version": "0.9.2",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
Expand Down

0 comments on commit 7ca4f0d

Please sign in to comment.