From 66edc60b3e6a7d606cf803aab133d745eae34b23 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 16 Nov 2023 00:36:47 +0000 Subject: [PATCH] Publish - @0x/contracts-erc20@4.0.14 - @0x/contracts-test-utils@5.4.60 - @0x/contracts-treasury@1.4.54 - @0x/contracts-utils@4.8.52 - @0x/contracts-zero-ex@0.49.0 - @0x/contract-addresses@8.13.0 - @0x/contract-wrappers@13.23.8 - @0x/protocol-utils@11.24.2 --- contracts/erc20/package.json | 4 ++-- contracts/test-utils/package.json | 4 ++-- contracts/treasury/package.json | 8 ++++---- contracts/utils/package.json | 4 ++-- contracts/zero-ex/package.json | 8 ++++---- packages/contract-addresses/package.json | 2 +- packages/contract-wrappers/package.json | 4 ++-- packages/protocol-utils/package.json | 6 +++--- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 65444e72a4..6cdac63943 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc20", - "version": "4.0.13", + "version": "4.0.14", "engines": { "node": ">=6.12" }, @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/0xProject/protocol", "devDependencies": { - "@0x/contracts-utils": "^4.8.51", + "@0x/contracts-utils": "^4.8.52", "@0x/ts-doc-gen": "^0.0.28", "typedoc": "~0.16.11" }, diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 0d6228c2dc..a75815b8a8 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-test-utils", - "version": "5.4.59", + "version": "5.4.60", "engines": { "node": ">=6.12" }, @@ -41,7 +41,7 @@ "dependencies": { "@0x/assert": "^3.0.36", "@0x/base-contract": "^7.0.0", - "@0x/contract-addresses": "^8.12.0", + "@0x/contract-addresses": "^8.13.0", "@0x/dev-utils": "^5.0.2", "@0x/json-schemas": "^6.4.4", "@0x/order-utils": "^10.4.28", diff --git a/contracts/treasury/package.json b/contracts/treasury/package.json index 07cd2caa8f..ca783ba1be 100644 --- a/contracts/treasury/package.json +++ b/contracts/treasury/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-treasury", - "version": "1.4.53", + "version": "1.4.54", "engines": { "node": ">=6.12" }, @@ -46,12 +46,12 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/treasury", "devDependencies": { "@0x/abi-gen": "^5.8.5", - "@0x/contract-addresses": "^8.12.0", + "@0x/contract-addresses": "^8.13.0", "@0x/contracts-asset-proxy": "^3.7.19", "@0x/contracts-erc20": "3.3.57", "@0x/contracts-gen": "^2.0.50", "@0x/contracts-staking": "^2.0.45", - "@0x/contracts-test-utils": "^5.4.59", + "@0x/contracts-test-utils": "^5.4.60", "@0x/sol-compiler": "^4.8.2", "@0x/ts-doc-gen": "^0.0.28", "@types/isomorphic-fetch": "^0.0.35", @@ -73,7 +73,7 @@ }, "dependencies": { "@0x/base-contract": "^7.0.0", - "@0x/protocol-utils": "^11.24.1", + "@0x/protocol-utils": "^11.24.2", "@0x/subproviders": "^8.0.1", "@0x/types": "^3.3.7", "@0x/typescript-typings": "^5.3.1", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 0422eebc8f..57dd130294 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-utils", - "version": "4.8.51", + "version": "4.8.52", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "devDependencies": { "@0x/abi-gen": "^5.8.5", "@0x/contracts-gen": "^2.0.50", - "@0x/contracts-test-utils": "^5.4.59", + "@0x/contracts-test-utils": "^5.4.60", "@0x/dev-utils": "^5.0.2", "@0x/order-utils": "^10.4.28", "@0x/sol-compiler": "^4.8.2", diff --git a/contracts/zero-ex/package.json b/contracts/zero-ex/package.json index 6934a9df0b..4b20696c17 100644 --- a/contracts/zero-ex/package.json +++ b/contracts/zero-ex/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-zero-ex", - "version": "0.48.0", + "version": "0.49.0", "engines": { "node": ">=6.12" }, @@ -51,10 +51,10 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex", "devDependencies": { "@0x/abi-gen": "^5.8.5", - "@0x/contract-addresses": "^8.12.0", + "@0x/contract-addresses": "^8.13.0", "@0x/contracts-erc20": "^3.3.57", "@0x/contracts-gen": "^2.0.50", - "@0x/contracts-test-utils": "^5.4.59", + "@0x/contracts-test-utils": "^5.4.60", "@0x/dev-utils": "^5.0.2", "@0x/order-utils": "^10.4.28", "@0x/sol-compiler": "^4.8.2", @@ -80,7 +80,7 @@ }, "dependencies": { "@0x/base-contract": "^7.0.0", - "@0x/protocol-utils": "^11.24.1", + "@0x/protocol-utils": "^11.24.2", "@0x/subproviders": "^8.0.1", "@0x/types": "^3.3.7", "@0x/typescript-typings": "^5.3.1", diff --git a/packages/contract-addresses/package.json b/packages/contract-addresses/package.json index 3e3d6aaeb5..97804aaf54 100644 --- a/packages/contract-addresses/package.json +++ b/packages/contract-addresses/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-addresses", - "version": "8.12.0", + "version": "8.13.0", "engines": { "node": ">=6.12" }, diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index 76c8115884..ab3063e8bc 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-wrappers", - "version": "13.23.7", + "version": "13.23.8", "engines": { "node": ">=6.12" }, @@ -59,7 +59,7 @@ "dependencies": { "@0x/assert": "^3.0.36", "@0x/base-contract": "^7.0.0", - "@0x/contract-addresses": "^8.12.0", + "@0x/contract-addresses": "^8.13.0", "@0x/json-schemas": "^6.4.4", "@0x/types": "^3.3.7", "@0x/utils": "^7.0.0", diff --git a/packages/protocol-utils/package.json b/packages/protocol-utils/package.json index 5ff865b2d9..664e5511c3 100644 --- a/packages/protocol-utils/package.json +++ b/packages/protocol-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/protocol-utils", - "version": "11.24.1", + "version": "11.24.2", "engines": { "node": ">=6.12" }, @@ -62,8 +62,8 @@ }, "dependencies": { "@0x/assert": "^3.0.36", - "@0x/contract-addresses": "^8.12.0", - "@0x/contract-wrappers": "^13.23.7", + "@0x/contract-addresses": "^8.13.0", + "@0x/contract-wrappers": "^13.23.8", "@0x/json-schemas": "^6.4.4", "@0x/subproviders": "^8.0.1", "@0x/utils": "^7.0.0",