Skip to content

Commit

Permalink
chore: release v0.19.0 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Aug 22, 2023
1 parent ac5d163 commit 2aa2edc
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 67 deletions.
8 changes: 4 additions & 4 deletions demos/sample-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/ic-agent-sample-javascript-app",
"private": true,
"version": "0.18.1",
"version": "0.19.0",
"scripts": {
"build": "webpack",
"develop": "webpack-dev-server",
Expand All @@ -11,10 +11,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/agent": "^0.19.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1"
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0"
},
"devDependencies": {
"assert": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ <h1>Agent-JS Changelog</h1>

<section>
<h2>Version x.x.x</h2>
<ul>
<li></li>
</ul>
<h2>Version 0.19.0</h2>
<ul>
<li>
feat: replaces the `js-sha256` library with `@noble/hashes` due to a breaking bug in
Expand Down
8 changes: 4 additions & 4 deletions e2e/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-cypress-e2e-tests",
"version": "0.18.1",
"version": "0.19.0",
"scripts": {
"ci": "npm run e2e",
"pree2e": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
Expand All @@ -27,10 +27,10 @@
"size-limit": "^8.1.0"
},
"dependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/agent": "^0.19.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"idb-keyval": "^6.2.0"
}
}
10 changes: 5 additions & 5 deletions e2e/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "0.18.1",
"version": "0.19.0",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/assets": "^0.18.1",
"@dfinity/agent": "^0.19.0",
"@dfinity/assets": "^0.19.0",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
68 changes: 34 additions & 34 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent-monorepo",
"version": "0.18.1",
"version": "0.19.0",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"workspaces": {
Expand Down
6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"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.18.1",
"@dfinity/principal": "^0.18.1"
"@dfinity/candid": "^0.19.0",
"@dfinity/principal": "^0.19.0"
},
"dependencies": {
"@noble/hashes": "^1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/assets",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
Expand Down Expand Up @@ -50,8 +50,8 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/principal": "^0.18.1",
"@dfinity/agent": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"@noble/hashes": "^1.3.1"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/auth-client",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/identity": "^0.18.1",
"@dfinity/principal": "^0.18.1"
"@dfinity/agent": "^0.19.0",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0"
},
"dependencies": {
"idb": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/bls-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/bls-verify",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "bls verification strategy in JavaScript",
Expand Down
4 changes: 2 additions & 2 deletions packages/candid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/candid",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/principal": "^0.18.1"
"@dfinity/principal": "^0.19.0"
},
"devDependencies": {
"@types/jest": "^28.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-secp256k1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/identity-secp256k1",
"version": "0.18.1",
"version": "0.19.0",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer",
Expand All @@ -14,7 +14,7 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"dependencies": {
"@dfinity/agent": "^0.18.1",
"@dfinity/agent": "^0.19.0",
"@noble/hashes": "^1.3.1",
"bip39": "^3.0.4",
"bs58check": "^2.1.2",
Expand Down
Loading

0 comments on commit 2aa2edc

Please sign in to comment.