Skip to content

Commit

Permalink
chore: release v0.16.0 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Jun 29, 2023
1 parent 8a9b6cf commit e292412
Show file tree
Hide file tree
Showing 13 changed files with 197 additions and 138 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.15.7",
"version": "0.16.0",
"scripts": {
"build": "webpack",
"develop": "webpack-dev-server",
Expand All @@ -11,10 +11,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.15.7",
"@dfinity/agent": "^0.16.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.7",
"@dfinity/principal": "^0.15.7"
"@dfinity/identity": "^0.16.0",
"@dfinity/principal": "^0.16.0"
},
"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.15.7",
"version": "0.16.0",
"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.15.7",
"@dfinity/agent": "^0.16.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.7",
"@dfinity/principal": "^0.15.7",
"@dfinity/identity": "^0.16.0",
"@dfinity/principal": "^0.16.0",
"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.15.7",
"version": "0.16.0",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.15.7",
"@dfinity/assets": "^0.15.7",
"@dfinity/agent": "^0.16.0",
"@dfinity/assets": "^0.16.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.7",
"@dfinity/principal": "^0.15.7",
"@dfinity/identity": "^0.16.0",
"@dfinity/principal": "^0.16.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e292412

Please sign in to comment.