Skip to content

Commit f13d27b

Browse files
author
Github Actions
committed
Updated CHANGELOGS & MD docs
1 parent 465fd59 commit f13d27b

File tree

9 files changed

+47
-3
lines changed

9 files changed

+47
-3
lines changed

contracts/integrations/CHANGELOG.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"timestamp": 1603487270,
4+
"version": "2.7.1",
5+
"changes": [
6+
{
7+
"note": "Dependencies updated"
8+
}
9+
]
10+
},
211
{
312
"version": "2.7.0",
413
"changes": [

contracts/integrations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
55

66
CHANGELOG
77

8+
## v2.7.1 - _October 23, 2020_
9+
10+
* Dependencies updated
11+
812
## v2.7.0 - _October 21, 2020_
913

1014
* Update curveBridge tests (#2633)

contracts/zero-ex/CHANGELOG.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"note": "Use the exchange proxy as the primary allowance target",
77
"pr": 3
88
}
9-
]
9+
],
10+
"timestamp": 1603487270
1011
},
1112
{
1213
"version": "0.3.0",

contracts/zero-ex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
55

66
CHANGELOG
77

8+
## v0.4.0 - _October 23, 2020_
9+
10+
* Use the exchange proxy as the primary allowance target (#3)
11+
812
## v0.3.0 - _October 21, 2020_
913

1014
* Internal audit fixes (#2657)

packages/asset-swapper/CHANGELOG.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"timestamp": 1603487270,
4+
"version": "4.7.1",
5+
"changes": [
6+
{
7+
"note": "Dependencies updated"
8+
}
9+
]
10+
},
211
{
312
"version": "4.7.0",
413
"changes": [

packages/asset-swapper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
55

66
CHANGELOG
77

8+
## v4.7.1 - _October 23, 2020_
9+
10+
* Dependencies updated
11+
812
## v4.7.0 - _October 21, 2020_
913

1014
* Return quoteReport from SwapQuoter functions (#2627)

packages/migrations/CHANGELOG.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"timestamp": 1603487270,
4+
"version": "6.4.2",
5+
"changes": [
6+
{
7+
"note": "Dependencies updated"
8+
}
9+
]
10+
},
211
{
312
"version": "6.4.1",
413
"changes": [

packages/migrations/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
55

66
CHANGELOG
77

8+
## v6.4.2 - _October 23, 2020_
9+
10+
* Dependencies updated
11+
812
## v6.4.1 - _October 21, 2020_
913

1014
* Change test protocol fee to 70000. (#2637)

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11677,9 +11677,9 @@ public-encrypt@^4.0.0:
1167711677
randombytes "^2.0.1"
1167811678
safe-buffer "^5.1.2"
1167911679

11680-
"publish-release@git+https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed":
11680+
"publish-release@https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed":
1168111681
version "1.3.3"
11682-
resolved "git+https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed"
11682+
resolved "https://github.com/0xProject/publish-release.git#3f8be1105a356527f4b362ff456d94bf9a82f2ed"
1168311683
dependencies:
1168411684
async "^0.9.0"
1168511685
ghauth "^2.0.0"

0 commit comments

Comments
 (0)