Skip to content

Commit

Permalink
chore: release v0.18.1 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json authored Jul 14, 2023
1 parent d0001f6 commit 67b1e38
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 74 deletions.
8 changes: 4 additions & 4 deletions demos/sample-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/ic-agent-sample-javascript-app",
"private": true,
"version": "0.18.0",
"version": "0.18.1",
"scripts": {
"build": "webpack",
"develop": "webpack-dev-server",
Expand All @@ -11,10 +11,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.18.0",
"@dfinity/agent": "^0.18.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.0",
"@dfinity/principal": "^0.18.0"
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1"
},
"devDependencies": {
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions e2e/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-cypress-e2e-tests",
"version": "0.18.0",
"version": "0.18.1",
"scripts": {
"ci": "npm run e2e",
"pree2e": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
Expand Down Expand Up @@ -29,10 +29,10 @@
"size-limit": "^8.1.0"
},
"dependencies": {
"@dfinity/agent": "^0.18.0",
"@dfinity/agent": "^0.18.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.0",
"@dfinity/principal": "^0.18.0",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1",
"idb-keyval": "^6.2.0"
}
}
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.18.0",
"version": "0.18.1",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.18.0",
"@dfinity/assets": "^0.18.0",
"@dfinity/agent": "^0.18.1",
"@dfinity/assets": "^0.18.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.0",
"@dfinity/principal": "^0.18.0",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
86 changes: 43 additions & 43 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": "0.18.0",
"version": "0.18.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": "0.18.0",
"version": "0.18.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 @@ -50,8 +50,8 @@
"tslint": "tslint --project tsconfig.json --config tslint.json"
},
"peerDependencies": {
"@dfinity/candid": "^0.18.0",
"@dfinity/principal": "^0.18.0"
"@dfinity/candid": "^0.18.1",
"@dfinity/principal": "^0.18.1"
},
"dependencies": {
"base64-arraybuffer": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/assets",
"version": "0.18.0",
"version": "0.18.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 @@ -50,7 +50,7 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.18.0",
"@dfinity/agent": "^0.18.1",
"js-sha256": "0.9.0"
},
"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": "0.18.0",
"version": "0.18.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 @@ -47,9 +47,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.18.0",
"@dfinity/identity": "^0.18.0",
"@dfinity/principal": "^0.18.0"
"@dfinity/agent": "^0.18.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1"
},
"dependencies": {
"idb": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/bls-verify",
"version": "0.18.0",
"version": "0.18.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "bls verification strategy in JavaScript",
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.18.0",
"version": "0.18.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down
Loading

0 comments on commit 67b1e38

Please sign in to comment.