Skip to content

Commit

Permalink
Updated CHANGELOGS & MD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 26, 2021
1 parent dc0d580 commit 3b07056
Show file tree
Hide file tree
Showing 40 changed files with 188 additions and 11 deletions.
3 changes: 2 additions & 1 deletion abi-gen/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"note": "Add `createAccessListAsync()` method to TS wrappers",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
5 changes: 5 additions & 0 deletions abi-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v5.5.0 - _April 26, 2021_

* Provide ABI Encoding Rules as constructor arg
* Add `createAccessListAsync()` method to TS wrappers (#33)

## v5.4.23 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions assert/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.0.24",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "3.0.23",
Expand Down
4 changes: 4 additions & 0 deletions assert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.24 - _April 26, 2021_

* Dependencies updated

## v3.0.23 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion base-contract/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"note": "Add `createAccessListAsync()` method",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
5 changes: 5 additions & 0 deletions base-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v6.3.0 - _April 26, 2021_

* Provide ABI Encoding Rules as constructor arg
* Add `createAccessListAsync()` method (#33)

## v6.2.20 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions contracts-gen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "2.0.35",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "2.0.34",
Expand Down
4 changes: 4 additions & 0 deletions contracts-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.35 - _April 26, 2021_

* Dependencies updated

## v2.0.34 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion dev-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Update exports",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
4 changes: 4 additions & 0 deletions dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.2.4 - _April 26, 2021_

* Update exports (#33)

## v4.2.3 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion ethereum-types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"note": "Add `accessList` and `type` to `CallTxDataBase`",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1616613438,
Expand Down
5 changes: 5 additions & 0 deletions ethereum-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.5.0 - _April 26, 2021_

* Add `TxAccessList` and `TxAccessListWithGas` types (#33)
* Add `accessList` and `type` to `CallTxDataBase` (#33)

## v3.4.1 - _March 24, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion json-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Add `accessList` to `callDataSchema` and `txDataSchema`",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"version": "6.0.1",
Expand Down
4 changes: 4 additions & 0 deletions json-schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v6.1.0 - _April 26, 2021_

* Add `accessList` to `callDataSchema` and `txDataSchema` (#33)

## v6.0.1 - _April 6, 2021_

* Swallow duplicate schema definition errors (#31)
Expand Down
9 changes: 9 additions & 0 deletions monorepo-scripts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.1.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "3.1.3",
Expand Down
4 changes: 4 additions & 0 deletions monorepo-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.4 - _April 26, 2021_

* Dependencies updated

## v3.1.3 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion sol-compiler/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade `ethereumjs-util` dep",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
4 changes: 4 additions & 0 deletions sol-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.7.0 - _April 26, 2021_

* Upgrade `ethereumjs-util` dep (#33)

## v4.6.3 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions sol-coverage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "4.0.34",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "4.0.33",
Expand Down
4 changes: 4 additions & 0 deletions sol-coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.0.34 - _April 26, 2021_

* Dependencies updated

## v4.0.33 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions sol-doc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.1.32",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "3.1.31",
Expand Down
4 changes: 4 additions & 0 deletions sol-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.32 - _April 26, 2021_

* Dependencies updated

## v3.1.31 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions sol-profiler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "4.1.24",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "4.1.23",
Expand Down
4 changes: 4 additions & 0 deletions sol-profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.1.24 - _April 26, 2021_

* Dependencies updated

## v4.1.23 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions sol-resolver/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1616613438,
"version": "3.1.7",
Expand Down
4 changes: 4 additions & 0 deletions sol-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.8 - _April 26, 2021_

* Dependencies updated

## v3.1.7 - _March 24, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions sol-trace/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.0.34",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1617740166,
"version": "3.0.33",
Expand Down
4 changes: 4 additions & 0 deletions sol-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.34 - _April 26, 2021_

* Dependencies updated

## v3.0.33 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion sol-tracing-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade `ethereumjs-util` dep",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
4 changes: 4 additions & 0 deletions sol-tracing-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v7.2.0 - _April 26, 2021_

* Upgrade `ethereumjs-util` dep (#33)

## v7.1.23 - _April 6, 2021_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion subproviders/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Add access list support to subproviders",
"pr": 33
}
]
],
"timestamp": 1619408602
},
{
"timestamp": 1617740166,
Expand Down
4 changes: 4 additions & 0 deletions subproviders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v6.5.0 - _April 26, 2021_

* Add access list support to subproviders (#33)

## v6.4.3 - _April 6, 2021_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1619408602,
"version": "3.3.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1616613438,
"version": "3.3.2",
Expand Down
4 changes: 4 additions & 0 deletions types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.3.3 - _April 26, 2021_

* Dependencies updated

## v3.3.2 - _March 24, 2021_

* Dependencies updated
Expand Down
Loading

0 comments on commit 3b07056

Please sign in to comment.