Publish: CHANGELOG and Package Version Updates into development (#748)

* Updated CHANGELOGS & MD docs

* Publish

 - @0x/contracts-erc20@4.0.13
 - @0x/contracts-test-utils@5.4.59
 - @0x/contracts-treasury@1.4.53
 - @0x/contracts-utils@4.8.51
 - @0x/contracts-zero-ex@0.48.0
 - @0x/contract-addresses@8.12.0
 - @0x/contract-wrappers@13.23.7
 - @0x/protocol-utils@11.24.1

---------

Co-authored-by: Github Actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-08-29 15:10:18 -07:00 committed by GitHub
parent e5cbfd87bc
commit b19e29e03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 107 additions and 22 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "4.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1692368658, "timestamp": 1692368658,
"version": "4.0.12", "version": "4.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.13 - _August 29, 2023_
* Dependencies updated
## v4.0.12 - _August 18, 2023_ ## v4.0.12 - _August 18, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc20", "name": "@0x/contracts-erc20",
"version": "4.0.12", "version": "4.0.13",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -24,7 +24,7 @@
}, },
"homepage": "https://github.com/0xProject/protocol", "homepage": "https://github.com/0xProject/protocol",
"devDependencies": { "devDependencies": {
"@0x/contracts-utils": "^4.8.50", "@0x/contracts-utils": "^4.8.51",
"@0x/ts-doc-gen": "^0.0.28", "@0x/ts-doc-gen": "^0.0.28",
"typedoc": "~0.16.11" "typedoc": "~0.16.11"
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "5.4.59",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1692368658, "timestamp": 1692368658,
"version": "5.4.58", "version": "5.4.58",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.4.59 - _August 29, 2023_
* Dependencies updated
## v5.4.58 - _August 18, 2023_ ## v5.4.58 - _August 18, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-test-utils", "name": "@0x/contracts-test-utils",
"version": "5.4.58", "version": "5.4.59",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"@0x/assert": "^3.0.36", "@0x/assert": "^3.0.36",
"@0x/base-contract": "^7.0.0", "@0x/base-contract": "^7.0.0",
"@0x/contract-addresses": "^8.11.0", "@0x/contract-addresses": "^8.12.0",
"@0x/dev-utils": "^5.0.2", "@0x/dev-utils": "^5.0.2",
"@0x/json-schemas": "^6.4.4", "@0x/json-schemas": "^6.4.4",
"@0x/order-utils": "^10.4.28", "@0x/order-utils": "^10.4.28",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "1.4.53",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1692368658, "timestamp": 1692368658,
"version": "1.4.52", "version": "1.4.52",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.4.53 - _August 29, 2023_
* Dependencies updated
## v1.4.52 - _August 18, 2023_ ## v1.4.52 - _August 18, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-treasury", "name": "@0x/contracts-treasury",
"version": "1.4.52", "version": "1.4.53",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -46,12 +46,12 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/treasury", "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/treasury",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^5.8.5", "@0x/abi-gen": "^5.8.5",
"@0x/contract-addresses": "^8.11.0", "@0x/contract-addresses": "^8.12.0",
"@0x/contracts-asset-proxy": "^3.7.19", "@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-erc20": "3.3.57", "@0x/contracts-erc20": "3.3.57",
"@0x/contracts-gen": "^2.0.50", "@0x/contracts-gen": "^2.0.50",
"@0x/contracts-staking": "^2.0.45", "@0x/contracts-staking": "^2.0.45",
"@0x/contracts-test-utils": "^5.4.58", "@0x/contracts-test-utils": "^5.4.59",
"@0x/sol-compiler": "^4.8.2", "@0x/sol-compiler": "^4.8.2",
"@0x/ts-doc-gen": "^0.0.28", "@0x/ts-doc-gen": "^0.0.28",
"@types/isomorphic-fetch": "^0.0.35", "@types/isomorphic-fetch": "^0.0.35",
@ -73,7 +73,7 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^7.0.0", "@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.24.0", "@0x/protocol-utils": "^11.24.1",
"@0x/subproviders": "^8.0.1", "@0x/subproviders": "^8.0.1",
"@0x/types": "^3.3.7", "@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.1", "@0x/typescript-typings": "^5.3.1",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "4.8.51",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1692368658, "timestamp": 1692368658,
"version": "4.8.50", "version": "4.8.50",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.8.51 - _August 29, 2023_
* Dependencies updated
## v4.8.50 - _August 18, 2023_ ## v4.8.50 - _August 18, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-utils", "name": "@0x/contracts-utils",
"version": "4.8.50", "version": "4.8.51",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -45,7 +45,7 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^5.8.5", "@0x/abi-gen": "^5.8.5",
"@0x/contracts-gen": "^2.0.50", "@0x/contracts-gen": "^2.0.50",
"@0x/contracts-test-utils": "^5.4.58", "@0x/contracts-test-utils": "^5.4.59",
"@0x/dev-utils": "^5.0.2", "@0x/dev-utils": "^5.0.2",
"@0x/order-utils": "^10.4.28", "@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.8.2", "@0x/sol-compiler": "^4.8.2",

View File

@ -5,7 +5,8 @@
{ {
"note": "Add VelodromeV2 support on Base" "note": "Add VelodromeV2 support on Base"
} }
] ],
"timestamp": 1693346928
}, },
{ {
"version": "0.47.0", "version": "0.47.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.48.0 - _August 29, 2023_
* Add VelodromeV2 support on Base
## v0.47.0 - _August 18, 2023_ ## v0.47.0 - _August 18, 2023_
* Add MaverickV1 support on Ethereum, BSC, and Base * Add MaverickV1 support on Ethereum, BSC, and Base

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-zero-ex", "name": "@0x/contracts-zero-ex",
"version": "0.47.0", "version": "0.48.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -51,10 +51,10 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex", "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^5.8.5", "@0x/abi-gen": "^5.8.5",
"@0x/contract-addresses": "^8.11.0", "@0x/contract-addresses": "^8.12.0",
"@0x/contracts-erc20": "^3.3.57", "@0x/contracts-erc20": "^3.3.57",
"@0x/contracts-gen": "^2.0.50", "@0x/contracts-gen": "^2.0.50",
"@0x/contracts-test-utils": "^5.4.58", "@0x/contracts-test-utils": "^5.4.59",
"@0x/dev-utils": "^5.0.2", "@0x/dev-utils": "^5.0.2",
"@0x/order-utils": "^10.4.28", "@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.8.2", "@0x/sol-compiler": "^4.8.2",
@ -80,7 +80,7 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^7.0.0", "@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.24.0", "@0x/protocol-utils": "^11.24.1",
"@0x/subproviders": "^8.0.1", "@0x/subproviders": "^8.0.1",
"@0x/types": "^3.3.7", "@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.1", "@0x/typescript-typings": "^5.3.1",

View File

@ -5,7 +5,8 @@
{ {
"note": "Add VelodromeV2 support on Base" "note": "Add VelodromeV2 support on Base"
} }
] ],
"timestamp": 1693346928
}, },
{ {
"version": "8.11.0", "version": "8.11.0",

View File

@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v8.12.0 - _August 29, 2023_
* Add VelodromeV2 support on Base
## v8.11.0 - _August 18, 2023_ ## v8.11.0 - _August 18, 2023_
* Add MaverickV1 support on Ethereum, BSC, and Base * Add MaverickV1 support on Ethereum, BSC, and Base

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-addresses", "name": "@0x/contract-addresses",
"version": "8.11.0", "version": "8.12.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "13.23.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1692368658, "timestamp": 1692368658,
"version": "13.23.6", "version": "13.23.6",

View File

@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.23.7 - _August 29, 2023_
* Dependencies updated
## v13.23.6 - _August 18, 2023_ ## v13.23.6 - _August 18, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-wrappers", "name": "@0x/contract-wrappers",
"version": "13.23.6", "version": "13.23.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -59,7 +59,7 @@
"dependencies": { "dependencies": {
"@0x/assert": "^3.0.36", "@0x/assert": "^3.0.36",
"@0x/base-contract": "^7.0.0", "@0x/base-contract": "^7.0.0",
"@0x/contract-addresses": "^8.11.0", "@0x/contract-addresses": "^8.12.0",
"@0x/json-schemas": "^6.4.4", "@0x/json-schemas": "^6.4.4",
"@0x/types": "^3.3.7", "@0x/types": "^3.3.7",
"@0x/utils": "^7.0.0", "@0x/utils": "^7.0.0",

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1693346928,
"version": "11.24.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "11.24.0", "version": "11.24.0",
"changes": [ "changes": [

View File

@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v11.24.1 - _August 29, 2023_
* Dependencies updated
## v11.24.0 - _August 18, 2023_ ## v11.24.0 - _August 18, 2023_
* Add MaverickV1 support on Ethereum, BSC, and Base * Add MaverickV1 support on Ethereum, BSC, and Base

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/protocol-utils", "name": "@0x/protocol-utils",
"version": "11.24.0", "version": "11.24.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -62,8 +62,8 @@
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^3.0.36", "@0x/assert": "^3.0.36",
"@0x/contract-addresses": "^8.11.0", "@0x/contract-addresses": "^8.12.0",
"@0x/contract-wrappers": "^13.23.6", "@0x/contract-wrappers": "^13.23.7",
"@0x/json-schemas": "^6.4.4", "@0x/json-schemas": "^6.4.4",
"@0x/subproviders": "^8.0.1", "@0x/subproviders": "^8.0.1",
"@0x/utils": "^7.0.0", "@0x/utils": "^7.0.0",