Skip to content

Commit

Permalink
chore: release v0.15.5 (#704)
Browse files Browse the repository at this point in the history
* chore: release v0.15.5
  • Loading branch information
krpeacock authored Mar 30, 2023
1 parent c2934e8 commit d8665b3
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 131 deletions.
8 changes: 4 additions & 4 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.15.4",
"@dfinity/agent": "^0.15.5",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.4",
"@dfinity/principal": "^0.15.4",
"@dfinity/identity": "^0.15.5",
"@dfinity/principal": "^0.15.5",
"assert": "^2.0.0",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
Expand All @@ -25,7 +25,7 @@
"test:coverage": "",
"test": ""
},
"version": "0.15.4",
"version": "0.15.5",
"devDependencies": {
"buffer": "^6.0.3",
"esbuild": "^0.15.16",
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ <h1>Agent-JS Changelog</h1>

<section>
<h2>Version x.x.x</h2>
<ul>
<li></li>
</ul>
<h2>Version 0.15.5</h2>
<ul>
<li>
add support for WebAuthn level 3
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.4",
"version": "0.15.5",
"scripts": {
"ci": "npm run e2e",
"pree2e": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
Expand All @@ -28,10 +28,10 @@
"size-limit": "^8.1.0"
},
"dependencies": {
"@dfinity/agent": "^0.15.4",
"@dfinity/agent": "^0.15.5",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.4",
"@dfinity/principal": "^0.15.4",
"@dfinity/identity": "^0.15.5",
"@dfinity/principal": "^0.15.5",
"@types/node": "^18.0.6",
"idb-keyval": "^6.2.0"
}
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": "0.15.4",
"version": "0.15.5",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.15.4",
"@dfinity/assets": "^0.15.4",
"@dfinity/agent": "^0.15.5",
"@dfinity/assets": "^0.15.5",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.15.4",
"@dfinity/principal": "^0.15.4",
"@dfinity/identity": "^0.15.5",
"@dfinity/principal": "^0.15.5",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.3.0",
"@types/jest": "^28.1.4",
Expand Down
Loading

0 comments on commit d8665b3

Please sign in to comment.