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 0.12.1 #594

Merged
merged 1 commit into from Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions demos/ledgerhq/package.json
Expand Up @@ -2,11 +2,11 @@
"name": "ic-agent-ledgerhq-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/authentication": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/identity-ledgerhq": "^0.12.0",
"@dfinity/principal": "^0.12.0",
"@dfinity/agent": "^0.12.1",
"@dfinity/authentication": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/identity-ledgerhq": "^0.12.1",
"@dfinity/principal": "^0.12.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -27,5 +27,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.12.0"
"version": "0.12.1"
}
10 changes: 5 additions & 5 deletions demos/sample-javascript/package.json
Expand Up @@ -2,10 +2,10 @@
"name": "ic-agent-sample-javascript-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/authentication": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0",
"@dfinity/agent": "^0.12.1",
"@dfinity/authentication": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/principal": "^0.12.1",
"assert": "^2.0.0",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
Expand All @@ -24,5 +24,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.12.0"
"version": "0.12.1"
}
10 changes: 5 additions & 5 deletions e2e/node/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "0.12.0",
"version": "0.12.1",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/authentication": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0",
"@dfinity/agent": "^0.12.1",
"@dfinity/authentication": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/principal": "^0.12.1",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.2.5",
"@types/jest": "^26.0.23",
Expand Down
104 changes: 52 additions & 52 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
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent-monorepo",
"version": "0.12.0",
"version": "0.12.1",
"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
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "0.12.0",
"version": "0.12.1",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -49,8 +49,8 @@
"tslint": "tslint --project tsconfig.json --config tslint.json"
},
"peerDependencies": {
"@dfinity/candid": "^0.12.0",
"@dfinity/principal": "^0.12.0"
"@dfinity/candid": "^0.12.1",
"@dfinity/principal": "^0.12.1"
},
"dependencies": {
"base64-arraybuffer": "^0.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/auth-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/auth-client",
"version": "0.12.0",
"version": "0.12.1",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
Expand Down Expand Up @@ -45,10 +45,10 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/authentication": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0"
"@dfinity/agent": "^0.12.1",
"@dfinity/authentication": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/principal": "^0.12.1"
},
"devDependencies": {
"@trust/webcrypto": "^0.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/authentication/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/authentication",
"version": "0.12.0",
"version": "0.12.1",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
Expand Down Expand Up @@ -45,9 +45,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0"
"@dfinity/agent": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/principal": "^0.12.1"
},
"devDependencies": {
"@trust/webcrypto": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/candid/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/candid",
"version": "0.12.0",
"version": "0.12.1",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down