Skip to content

Commit

Permalink
chore: release v0.14.1 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Nov 7, 2022
1 parent 26a97bd commit 835ff09
Show file tree
Hide file tree
Showing 16 changed files with 119 additions and 113 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.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

0 comments on commit 835ff09

Please sign in to comment.