Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Updated CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioberger committed Aug 27, 2018
1 parent cd08a9c commit 4475fef
Show file tree
Hide file tree
Showing 48 changed files with 252 additions and 10 deletions.
3 changes: 2 additions & 1 deletion packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Fix missing `BlockParamLiteral` type import issue"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/0x.js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.0.1-rc.6 - _August 27, 2018_

* Fix missing `BlockParamLiteral` type import issue

## v1.0.1-rc.5 - _Invalid date_

* Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js

## v1.0.1-rc.4 - _August 24, 2018_

* Re-organize the exported interface of 0x.js. Remove the `ZeroEx` class, and instead export the same exports as `0x.js`'s sub-packages: `@0xproject/contract-wrappers`, `@0xproject/order-utils` and `@0xproject/order-watcher` (#963)
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-gen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/abi-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

## v1.0.7 - _August 27, 2018_

* Dependencies updated

## v1.0.6 - _August 24, 2018_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions packages/assert/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/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

## v1.0.7 - _August 27, 2018_

* Dependencies updated

## v1.0.6 - _August 24, 2018_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions packages/base-contract/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "2.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/base-contract/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.1 - _August 27, 2018_

* Dependencies updated

## v2.0.0 - _August 24, 2018_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/connect/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Dependencies updated"
}
]
],
"timestamp": 1535377027
},
{
"version": "2.0.0-rc.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/connect/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.0-rc.2 - _August 27, 2018_

* Dependencies updated

## v2.0.0-rc.1 - _August 24, 2018_

* Updated for SRA v2 (#974)
Expand Down
3 changes: 2 additions & 1 deletion packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Fix missing `BlockParamLiteral` type import issue"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/contract-wrappers/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

## v1.0.1-rc.5 - _August 27, 2018_

* Fix missing `BlockParamLiteral` type import issue

## v1.0.1-rc.4 - _August 24, 2018_

* Export missing types: `TransactionEncoder`, `ContractAbi`, `JSONRPCRequestPayload`, `JSONRPCResponsePayload`, `JSONRPCErrorCallback`, `AbiDefinition`, `FunctionAbi`, `EventAbi`, `EventParameter`, `DecodedLogArgs`, `MethodAbi`, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability`, `StateMutability` & `ExchangeSignatureValidatorApprovalEventArgs` (#924)
Expand Down
9 changes: 9 additions & 0 deletions packages/dev-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/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

## v1.0.6 - _August 27, 2018_

* Dependencies updated

## v1.0.5 - _August 24, 2018_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/fill-scenarios/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Dependencies updated"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/fill-scenarios/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

## v1.0.1-rc.5 - _August 27, 2018_

* Dependencies updated

## v1.0.1-rc.4 - _August 24, 2018_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/forwarder-helper/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Dependencies updated"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/forwarder-helper/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

## v1.0.1-rc.2 - _August 27, 2018_

* Dependencies updated

## v1.0.1-rc.1 - _August 24, 2018_

* Add initial forwarderHelperFactory (#997)
3 changes: 2 additions & 1 deletion packages/json-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Dependencies updated"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/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

## v1.0.1-rc.6 - _August 27, 2018_

* Dependencies updated

## v1.0.1-rc.5 - _August 24, 2018_

* Update incorrect relayer api fee recipients response schema (#974)
Expand Down
9 changes: 9 additions & 0 deletions packages/migrations/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/migrations/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

## v1.0.6 - _August 27, 2018_

* Dependencies updated

## v1.0.5 - _August 24, 2018_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/order-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Fix missing `BlockParamLiteral` type import issue"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/order-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.0.1-rc.6 - _August 27, 2018_

* Fix missing `BlockParamLiteral` type import issue

## v1.0.1-rc.5 - _Invalid date_

* Remove Caller and Trezor SignatureTypes (#1015)

## v1.0.1-rc.4 - _August 24, 2018_

* Remove rounding error being thrown when maker amount is very small (#959)
Expand Down
3 changes: 2 additions & 1 deletion packages/order-watcher/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"note": "Fix missing `BlockParamLiteral` type import issue"
}
]
],
"timestamp": 1535377027
},
{
"version": "1.0.1-rc.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/order-watcher/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

## v1.0.1-rc.5 - _August 27, 2018_

* Fix missing `BlockParamLiteral` type import issue

## v1.0.1-rc.4 - _August 24, 2018_

* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
Expand Down
9 changes: 9 additions & 0 deletions packages/react-docs/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-docs/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

## v1.0.7 - _August 27, 2018_

* Dependencies updated

## v1.0.6 - _August 24, 2018_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions packages/react-shared/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1535133899,
"version": "1.0.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-shared/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

## v1.0.8 - _August 27, 2018_

* Dependencies updated

## v1.0.7 - _August 24, 2018_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions packages/sol-compiler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "1.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions packages/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

## v1.1.1 - _August 27, 2018_

* Dependencies updated

## v1.1.0 - _August 24, 2018_

* Quicken compilation by sending multiple contracts to the same solcjs invocation, batching them together based on compiler version requirements. (#965)
Expand Down
9 changes: 9 additions & 0 deletions packages/sol-cov/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "2.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.0",
"changes": [
Expand Down
Loading

0 comments on commit 4475fef

Please sign in to comment.