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 v0.13.1 #609

Merged
merged 1 commit into from Aug 12, 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.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