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.15.0 #664

Merged
merged 5 commits into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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
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
87 changes: 44 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent-monorepo",
"version": "0.14.1",
"version": "0.15.0",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"workspaces": {
Expand All @@ -15,7 +15,6 @@
"packages/identity-secp256k1",
"e2e/node",
"e2e/browser",
"demos/ledgerhq",
"demos/sample-javascript"
]
},
Expand Down
6 changes: 3 additions & 3 deletions packages/agent/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "0.14.1",
"version": "0.15.0",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -50,8 +50,8 @@
"tslint": "tslint --project tsconfig.json --config tslint.json"
},
"peerDependencies": {
"@dfinity/candid": "^0.14.1",
"@dfinity/principal": "^0.14.1"
"@dfinity/candid": "^0.15.0",
"@dfinity/principal": "^0.15.0"
},
"dependencies": {
"base64-arraybuffer": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/assets",
"version": "0.14.1",
"version": "0.15.0",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
Expand Down Expand Up @@ -50,7 +50,7 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.14.1",
"@dfinity/agent": "^0.15.0",
"js-sha256": "0.9.0"
},
"dependencies": {
Expand Down