Skip to content

Commit

Permalink
chore: release v0.19.1 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Aug 24, 2023
1 parent 64932ac commit ca2a1ad
Show file tree
Hide file tree
Showing 13 changed files with 67 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.19.0",
"version": "0.19.1",
"scripts": {
"build": "webpack",
"develop": "webpack-dev-server",
Expand All @@ -11,10 +11,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.19.0",
"@dfinity/agent": "^0.19.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0"
"@dfinity/identity": "^0.19.1",
"@dfinity/principal": "^0.19.1"
},
"devDependencies": {
"assert": "^2.0.0",
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.19.0",
"version": "0.19.1",
"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.19.0",
"@dfinity/agent": "^0.19.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"@dfinity/identity": "^0.19.1",
"@dfinity/principal": "^0.19.1",
"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.19.0",
"version": "0.19.1",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,11 +16,11 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.19.0",
"@dfinity/assets": "^0.19.0",
"@dfinity/agent": "^0.19.1",
"@dfinity/assets": "^0.19.1",
"@dfinity/authentication": "^0.14.1",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"@dfinity/identity": "^0.19.1",
"@dfinity/principal": "^0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"@dfinity/principal": "^0.19.0"
"@dfinity/candid": "^0.19.1",
"@dfinity/principal": "^0.19.1"
},
"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.19.0",
"version": "0.19.1",
"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.19.0",
"@dfinity/principal": "^0.19.0",
"@dfinity/agent": "^0.19.1",
"@dfinity/principal": "^0.19.1",
"@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.19.0",
"version": "0.19.1",
"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.19.0",
"@dfinity/identity": "^0.19.0",
"@dfinity/principal": "^0.19.0"
"@dfinity/agent": "^0.19.1",
"@dfinity/identity": "^0.19.1",
"@dfinity/principal": "^0.19.1"
},
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0"
"@dfinity/principal": "^0.19.1"
},
"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.19.0",
"version": "0.19.1",
"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.19.0",
"@dfinity/agent": "^0.19.1",
"@noble/hashes": "^1.3.1",
"bip39": "^3.0.4",
"bs58check": "^2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/identity",
"version": "0.19.0",
"version": "0.19.1",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity with the Internet Computer",
Expand Down Expand Up @@ -46,8 +46,8 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.19.0",
"@dfinity/principal": "^0.19.0",
"@dfinity/agent": "^0.19.1",
"@dfinity/principal": "^0.19.1",
"@peculiar/webcrypto": "^1.4.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ca2a1ad

Please sign in to comment.