Skip to content

Commit

Permalink
chore: release/v0.15.0 (#664)
Browse files Browse the repository at this point in the history
* chore: release v0.15.0

* enables size-limit
  • Loading branch information
krpeacock committed Dec 12, 2022
1 parent 620a536 commit 0fa1e6a
Show file tree
Hide file tree
Showing 16 changed files with 332 additions and 84 deletions.
8 changes: 4 additions & 4 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.1",
"@dfinity/agent": "^0.15.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@dfinity/identity": "^0.15.0",
"@dfinity/principal": "^0.15.0",
"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.14.1",
"version": "0.15.0",
"devDependencies": {
"buffer": "^6.0.3",
"esbuild": "^0.15.16",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/changelog.html
Expand Up @@ -10,7 +10,7 @@
<h1>Agent-JS Changelog</h1>

<section>
<h2>Version x.x.x</h2>
<h2>Version 0.15.0</h2>
<ul>
<li>
<em>Breaking change:</em> Moves Secp256k1KeyIdentity to its own package.
Expand Down
1 change: 0 additions & 1 deletion docs/generated/index.html
Expand Up @@ -28,7 +28,6 @@ <h1>Agent JS Docs Output</h1>
<a href="./assets/index.html">Asset Manager</a>
<a href="./authentication/index.html">Authentication (deprecated)</a>
<a href="./identity/index.html">Identity</a>
<a href="./identity-ledgerhq/index.html">Identity (LedgerHQ)</a>
</section>
<section>
<p>View the agent-js monorepo changelog</p>
Expand Down
8 changes: 4 additions & 4 deletions e2e/browser/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-cypress-e2e-tests",
"version": "0.14.1",
"version": "0.15.0",
"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.14.1",
"@dfinity/agent": "^0.15.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@dfinity/identity": "^0.15.0",
"@dfinity/principal": "^0.15.0",
"@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.14.1",
"version": "0.15.0",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.14.1",
"@dfinity/assets": "^0.14.1",
"@dfinity/agent": "^0.15.0",
"@dfinity/assets": "^0.15.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.14.1",
"@dfinity/principal": "^0.14.1",
"@dfinity/identity": "^0.15.0",
"@dfinity/principal": "^0.15.0",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.3.0",
"@types/jest": "^28.1.4",
Expand Down

0 comments on commit 0fa1e6a

Please sign in to comment.