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.14.1 #650

Merged
merged 1 commit into from Nov 7, 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.14.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/identity-ledgerhq": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/agent": "^0.14.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/identity-ledgerhq": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -28,5 +28,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.14.0"
"version": "0.14.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.14.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/agent": "^0.14.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.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.14.0"
"version": "0.14.1"
}
6 changes: 6 additions & 0 deletions docs/generated/changelog.html
Expand Up @@ -10,7 +10,13 @@
<h1>Agent-JS Changelog</h1>

<section>
{#
<h2>Version x.x.x</h2>
<ul>
<li></li>
</ul>
#}
<h2>Version 0.14.1</h2>
<ul>
<li>
feat: secp256k1 now supports a `fromSeedPhrase` method that will reproduce the same
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.14.0",
"version": "0.14.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.14.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/agent": "^0.14.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@types/node": "^18.0.6",
"idb-keyval": "^6.2.0"
}
Expand Down
12 changes: 6 additions & 6 deletions e2e/node/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "0.14.0",
"version": "0.14.1",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.14.0",
"@dfinity/authentication": "^0.14.0",
"@dfinity/assets": "^0.14.0",
"@dfinity/identity": "^0.14.0",
"@dfinity/principal": "^0.14.0",
"@dfinity/agent": "^0.14.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/assets": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.3.0",
"@types/jest": "^28.1.4",
Expand Down