Skip to content

Commit

Permalink
chore: release v0.13.1 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Aug 12, 2022
1 parent bbcb687 commit 1cafb38
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 104 deletions.
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.13.0",
"@dfinity/authentication": "^0.13.0",
"@dfinity/identity": "^0.13.0",
"@dfinity/identity-ledgerhq": "^0.13.0",
"@dfinity/principal": "^0.13.0",
"@dfinity/agent": "^0.13.1",
"@dfinity/authentication": "^0.13.1",
"@dfinity/identity": "^0.13.1",
"@dfinity/identity-ledgerhq": "^0.13.1",
"@dfinity/principal": "^0.13.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -28,5 +28,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.13.0"
"version": "0.13.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.13.0",
"@dfinity/authentication": "^0.13.0",
"@dfinity/identity": "^0.13.0",
"@dfinity/principal": "^0.13.0",
"@dfinity/agent": "^0.13.1",
"@dfinity/authentication": "^0.13.1",
"@dfinity/identity": "^0.13.1",
"@dfinity/principal": "^0.13.1",
"assert": "^2.0.0",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
Expand All @@ -25,5 +25,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.13.0"
"version": "0.13.1"
}
4 changes: 4 additions & 0 deletions docs/generated/changelog.html
Expand Up @@ -10,6 +10,10 @@
<h1>Agent-JS Changelog</h1>

<section>
<h2>Version 0.13.1</h2>
<ul>
<li>fixes a bug with the localstorage migration strategy</li>
</ul>
<h2>Version 0.13.0</h2>
<ul>
<li>
Expand Down
10 changes: 5 additions & 5 deletions e2e/browser/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-cypress-e2e-tests",
"version": "0.13.0",
"version": "0.13.1",
"scripts": {
"ci": "npm run e2e",
"pree2e": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
Expand All @@ -26,10 +26,10 @@
"pm2": "^5.2.0"
},
"dependencies": {
"@dfinity/agent": "^0.13.0",
"@dfinity/authentication": "^0.13.0",
"@dfinity/identity": "^0.13.0",
"@dfinity/principal": "^0.13.0",
"@dfinity/agent": "^0.13.1",
"@dfinity/authentication": "^0.13.1",
"@dfinity/identity": "^0.13.1",
"@dfinity/principal": "^0.13.1",
"@types/node": "^18.0.6",
"idb-keyval": "^6.2.0"
}
Expand Down
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.13.0",
"version": "0.13.1",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.13.0",
"@dfinity/authentication": "^0.13.0",
"@dfinity/identity": "^0.13.0",
"@dfinity/principal": "^0.13.0",
"@dfinity/agent": "^0.13.1",
"@dfinity/authentication": "^0.13.1",
"@dfinity/identity": "^0.13.1",
"@dfinity/principal": "^0.13.1",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.3.0",
"@types/jest": "^28.1.4",
Expand Down
122 changes: 61 additions & 61 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.13.0",
"version": "0.13.1",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"workspaces": {
Expand Down

0 comments on commit 1cafb38

Please sign in to comment.