Skip to content

Commit

Permalink
v1.54.3 patch release (#568)
Browse files Browse the repository at this point in the history
* Publish v1.54.3

* Publish v1.54.3

* Update packages to 1.54.3
  • Loading branch information
collins-w committed May 20, 2024
1 parent 41c14ef commit 10ed5db
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/create-relayer-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "node index.js"
},
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/create-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "node index.js"
},
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/ethers-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0",
"ethers": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/keeper-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0",
"ethers": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/relayer-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/relayer-autotasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/update-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "node index.js"
},
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/web3-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-relay-client": "1.54.2",
"@openzeppelin/defender-relay-client": "1.54.3",
"dotenv": "^8.2.0",
"web3": "^1.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-account-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-admin-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/autotask-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-autotask-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "Client library for managing Defender Autotasks",
"bin": {
"defender-autotask": "./lib/bin.js"
Expand All @@ -27,7 +27,7 @@
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-base-client": "1.54.2",
"@openzeppelin/defender-base-client": "1.54.3",
"axios": "^1.4.0",
"dotenv": "^10.0.0",
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/autotask-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-autotask-utils",
"version": "1.54.1",
"version": "1.54.3",
"description": "Utils library for writing Defender Autotasks",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-base-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.6.3",
"@openzeppelin/defender-base-client": "^1.54.1",
"@openzeppelin/defender-base-client": "^1.54.3",
"axios": "^1.4.0",
"lodash": "^4.17.19",
"node-fetch": "^2.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/kvstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-kvstore-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/defender-base-client": "1.54.2",
"@openzeppelin/defender-base-client": "1.54.3",
"axios": "^1.4.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-relay-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"web3-core-helpers": "^1.8.2"
},
"dependencies": {
"@openzeppelin/defender-base-client": "1.54.2",
"@openzeppelin/defender-base-client": "1.54.3",
"amazon-cognito-identity-js": "^6.0.1",
"axios": "^1.4.0",
"lodash": "^4.17.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/sentinel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/defender-sentinel-client",
"version": "1.54.2",
"version": "1.54.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@ethersproject/abi": "^5.6.3",
"@openzeppelin/defender-base-client": "1.54.2",
"@openzeppelin/defender-base-client": "1.54.3",
"axios": "^1.4.0",
"lodash": "^4.17.19",
"node-fetch": "^2.6.0"
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,17 @@
lodash "^4.17.19"
node-fetch "^2.6.0"

"@openzeppelin/[email protected]":
version "1.54.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/defender-base-client/-/defender-base-client-1.54.2.tgz#60d3550d7bef4e75ac35d7de7648ecbb0ef2ad63"
integrity sha512-0k2Md6WKKkLTbsygz4UYWojJAkgrNLrishmosUIBCjaiGcAXMopgnRgX6V4WjnWkyI8RVEqb9H6IZY+8BNk6Bw==
dependencies:
amazon-cognito-identity-js "^6.0.1"
async-retry "^1.3.3"
axios "^1.4.0"
lodash "^4.17.19"
node-fetch "^2.6.0"

"@openzeppelin/[email protected]":
version "1.47.0"
resolved "https://registry.yarnpkg.com/@openzeppelin/defender-sentinel-client/-/defender-sentinel-client-1.47.0.tgz#eaed39153729c66aa6bb69277cbdeaafc4003dcd"
Expand Down

0 comments on commit 10ed5db

Please sign in to comment.