Compare commits

..

6 Commits

Author SHA1 Message Date
Fabio Berger
2a344e26cc Publish
- 0x.js@4.0.2
 - @0x/asset-buyer@5.0.2
 - @0x/connect@4.0.2
 - @0x/contract-wrappers@7.0.1
 - @0x/dev-tools-pages@0.0.17
 - @0x/fill-scenarios@2.0.2
 - @0x/instant@1.0.11
 - @0x/migrations@3.0.2
 - @0x/monorepo-scripts@1.0.22
 - @0x/order-utils@6.0.0
 - @0x/order-watcher@3.0.2
 - @0x/pipeline@1.0.8
 - @0x/react-docs@2.0.2
 - @0x/react-shared@2.0.2
 - @0x/testnet-faucets@1.0.67
 - @0x/website@0.0.70
 - @0x/contracts-asset-proxy@1.0.3
 - @0x/contracts-erc20@1.0.3
 - @0x/contracts-erc721@1.0.3
 - @0x/contracts-exchange@1.0.3
 - @0x/contracts-exchange-forwarder@1.0.3
 - @0x/contracts-exchange-libs@1.0.3
 - @0x/contracts-extensions@2.0.2
 - @0x/contracts-multisig@2.0.2
 - @0x/contracts-test-utils@3.0.2
 - @0x/contracts-utils@2.0.2
2019-02-07 01:53:15 +00:00
Fabio Berger
af26403a86 Updated CHANGELOGS 2019-02-07 01:53:02 +00:00
Fabio B
3af6c8fe1d Merge pull request #1595 from 0xProject/fix-order-utils-doc-rendering
Stop exporting EIP712 schemas
2019-02-07 01:24:32 +00:00
Fabio Berger
b883b183a6 Stop exporting EIP712 schemas 2019-02-07 01:03:43 +00:00
Fabio Berger
ac58ace8cf Add CHANGELOG entry about faux publish of contract packages 2019-02-07 00:16:39 +00:00
Fabio Berger
a50eefc44e Fix paragraph rendering on wiki 2019-02-06 14:08:45 +00:00
72 changed files with 379 additions and 142 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -64,11 +64,11 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -65,7 +65,7 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/contracts-utils": "^2.0.2",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -45,8 +45,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -66,13 +66,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "1.0.3",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "1.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.3 - _February 7, 2019_
* Fake publish to enable pinning
## v1.0.2 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -64,13 +64,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "2.0.2",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Fake publish to enable pinning
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,8 +45,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -66,13 +66,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "2.0.2",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Fake publish to enable pinning
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "3.0.2",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "3.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.2 - _February 7, 2019_
* Fake publish to enable pinning
## v3.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
@@ -42,7 +42,7 @@
"dependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/sol-compiler": "^3.0.1",
"@0x/sol-coverage": "^2.0.1",
"@0x/sol-profiler": "^2.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"version": "2.0.2",
"changes": [
{
"note": "Fake publish to enable pinning"
}
],
"timestamp": 1549504360
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Fake publish to enable pinning
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -66,7 +66,7 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.2 - _February 7, 2019_
* Dependencies updated
## v4.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^3.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@@ -74,9 +74,9 @@
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/base-contract": "^4.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/order-utils": "^5.0.0",
"@0x/order-watcher": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/order-utils": "^6.0.0",
"@0x/order-watcher": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "5.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "5.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.2 - _February 7, 2019_
* Dependencies updated
## v5.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "5.0.1",
"version": "5.0.2",
"engines": {
"node": ">=6.12"
},
@@ -37,10 +37,10 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/connect": "^4.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/connect": "^4.0.2",
"@0x/contract-wrappers": "^7.0.1",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.2 - _February 7, 2019_
* Dependencies updated
## v4.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/connect",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
@@ -46,7 +46,7 @@
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "7.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "7.0.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v7.0.1 - _February 7, 2019_
* Dependencies updated
## v7.0.0 - _February 6, 2019_
* Fix OrderValidatorWrapper constructor to use the correct address (#1568)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "7.0.0",
"version": "7.0.1",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
@@ -69,10 +69,10 @@
"@0x/assert": "^2.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/fill-scenarios": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/fill-scenarios": "^2.0.2",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/dev-tools-pages",
"version": "0.0.16",
"version": "0.0.17",
"engines": {
"node": ">=6.12"
},
@@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@0x/react-shared": "^2.0.1",
"@0x/react-shared": "^2.0.2",
"basscss": "^8.0.3",
"bowser": "^1.9.3",
"highlight.js": "^9.13.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "2.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Dependencies updated
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/fill-scenarios",
"version": "2.0.1",
"version": "2.0.2",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -31,7 +31,7 @@
"@0x/abi-gen-wrappers": "^3.0.1",
"@0x/base-contract": "^4.0.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/instant",
"version": "1.0.10",
"version": "1.0.11",
"engines": {
"node": ">=6.12"
},
@@ -43,9 +43,9 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/asset-buyer": "^5.0.1",
"@0x/asset-buyer": "^5.0.2",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "3.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "3.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.2 - _February 7, 2019_
* Dependencies updated
## v3.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
@@ -52,7 +52,7 @@
"@0x/base-contract": "^4.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/sol-compiler": "^3.0.1",
"@0x/subproviders": "^3.0.1",
"@0x/typescript-typings": "^4.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/monorepo-scripts",
"version": "1.0.21",
"version": "1.0.22",
"engines": {
"node": ">=6.12"
},

View File

@@ -47,7 +47,7 @@ async function confirmAsync(message: string): Promise<void> {
await confirmAsync(
'THIS IS NOT A TEST PUBLISH! You are about to publish one or more packages to npm. Are you sure you want to continue? (y/n)',
);
await confirmDocPagesRenderAsync(packagesWithDocs);
// await confirmDocPagesRenderAsync(packagesWithDocs);
}
// Update CHANGELOGs

View File

@@ -1,4 +1,11 @@
[
{
"version": "6.0.0",
"changes": {
"note": "Stop exporting the EIP712 schemas"
},
"timestamp": 1549504360
},
{
"version": "5.0.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.0 - _February 7, 2019_
* undefined
## v5.0.0 - _February 6, 2019_
* Add `transactionHashUtils` (#1576)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/order-utils",
"version": "5.0.0",
"version": "6.0.0",
"engines": {
"node": ">=6.12"
},

View File

@@ -12,12 +12,6 @@ import * as _ from 'lodash';
import { constants } from './constants';
export const DEFAULT_DOMAIN_SCHEMA = constants.DEFAULT_DOMAIN_SCHEMA;
export const EXCHANGE_DOMAIN_NAME = constants.EXCHANGE_DOMAIN_NAME;
export const EXCHANGE_DOMAIN_VERSION = constants.EXCHANGE_DOMAIN_VERSION;
export const EXCHANGE_ORDER_SCHEMA = constants.EXCHANGE_ORDER_SCHEMA;
export const EXCHANGE_ZEROEX_TRANSACTION_SCHEMA = constants.EXCHANGE_ZEROEX_TRANSACTION_SCHEMA;
export const eip712Utils = {
/**
* Creates a EIP712TypedData object specific to the 0x protocol for use with signTypedData.
@@ -37,12 +31,12 @@ export const eip712Utils = {
assert.isString('primaryType', primaryType);
const typedData = {
types: {
EIP712Domain: DEFAULT_DOMAIN_SCHEMA.parameters,
EIP712Domain: constants.DEFAULT_DOMAIN_SCHEMA.parameters,
...types,
},
domain: {
name: _.isUndefined(domain.name) ? EXCHANGE_DOMAIN_NAME : domain.name,
version: _.isUndefined(domain.version) ? EXCHANGE_DOMAIN_VERSION : domain.version,
name: _.isUndefined(domain.name) ? constants.EXCHANGE_DOMAIN_NAME : domain.name,
version: _.isUndefined(domain.version) ? constants.EXCHANGE_DOMAIN_VERSION : domain.version,
verifyingContract: domain.verifyingContractAddress,
},
message,
@@ -65,8 +59,8 @@ export const eip712Utils = {
verifyingContractAddress: order.exchangeAddress,
};
const typedData = eip712Utils.createTypedData(
EXCHANGE_ORDER_SCHEMA.name,
{ Order: EXCHANGE_ORDER_SCHEMA.parameters },
constants.EXCHANGE_ORDER_SCHEMA.name,
{ Order: constants.EXCHANGE_ORDER_SCHEMA.parameters },
normalizedOrder,
domain,
);
@@ -88,8 +82,8 @@ export const eip712Utils = {
verifyingContractAddress: zeroExTransaction.verifyingContractAddress,
};
const typedData = eip712Utils.createTypedData(
EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.name,
{ ZeroExTransaction: EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.parameters },
constants.EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.name,
{ ZeroExTransaction: constants.EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.parameters },
normalizedTransaction,
domain,
);

View File

@@ -19,14 +19,7 @@ export { ExchangeTransferSimulator } from './exchange_transfer_simulator';
export { BalanceAndProxyAllowanceLazyStore } from './store/balance_and_proxy_allowance_lazy_store';
export { OrderFilledCancelledLazyStore } from './store/order_filled_cancelled_lazy_store';
export {
eip712Utils,
DEFAULT_DOMAIN_SCHEMA,
EXCHANGE_DOMAIN_NAME,
EXCHANGE_DOMAIN_VERSION,
EXCHANGE_ORDER_SCHEMA,
EXCHANGE_ZEROEX_TRANSACTION_SCHEMA,
} from './eip712_utils';
export { eip712Utils } from './eip712_utils';
export {
Provider,

View File

@@ -3,12 +3,7 @@ import * as chai from 'chai';
import 'mocha';
import { constants } from '../src/constants';
import {
eip712Utils,
EXCHANGE_DOMAIN_NAME,
EXCHANGE_DOMAIN_VERSION,
EXCHANGE_ZEROEX_TRANSACTION_SCHEMA,
} from '../src/eip712_utils';
import { eip712Utils } from '../src/eip712_utils';
import { chaiSetup } from './utils/chai_setup';
@@ -28,8 +23,8 @@ describe('EIP712 Utils', () => {
expect(typedData.domain).to.not.be.undefined();
expect(typedData.types.EIP712Domain).to.not.be.undefined();
const domainObject = typedData.domain;
expect(domainObject.name).to.eq(EXCHANGE_DOMAIN_NAME);
expect(domainObject.version).to.eq(EXCHANGE_DOMAIN_VERSION);
expect(domainObject.name).to.eq(constants.EXCHANGE_DOMAIN_NAME);
expect(domainObject.version).to.eq(constants.EXCHANGE_DOMAIN_VERSION);
expect(domainObject.verifyingContract).to.eq(constants.NULL_ADDRESS);
expect(typedData.primaryType).to.eq(primaryType);
});
@@ -60,11 +55,11 @@ describe('EIP712 Utils', () => {
signerAddress: constants.NULL_ADDRESS,
verifyingContractAddress: constants.NULL_ADDRESS,
});
expect(typedData.primaryType).to.eq(EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.name);
expect(typedData.primaryType).to.eq(constants.EXCHANGE_ZEROEX_TRANSACTION_SCHEMA.name);
expect(typedData.types.EIP712Domain).to.not.be.undefined();
const domainObject = typedData.domain;
expect(domainObject.name).to.eq(EXCHANGE_DOMAIN_NAME);
expect(domainObject.version).to.eq(EXCHANGE_DOMAIN_VERSION);
expect(domainObject.name).to.eq(constants.EXCHANGE_DOMAIN_NAME);
expect(domainObject.version).to.eq(constants.EXCHANGE_DOMAIN_VERSION);
expect(domainObject.verifyingContract).to.eq(constants.NULL_ADDRESS);
});
});

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "3.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "3.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.2 - _February 7, 2019_
* Dependencies updated
## v3.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
"version": "3.0.1",
"version": "3.0.2",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2",
@@ -68,10 +68,10 @@
"@0x/base-contract": "^4.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^7.0.0",
"@0x/fill-scenarios": "^2.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/fill-scenarios": "^2.0.2",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/pipeline",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"description": "Data pipeline for offline analysis",
"scripts": {
@@ -39,12 +39,12 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/connect": "^4.0.1",
"@0x/connect": "^4.0.2",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contract-wrappers": "^7.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/utils": "^4.0.2",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "2.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Dependencies updated
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/react-docs",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
@@ -34,7 +34,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/react-shared": "^2.0.1",
"@0x/react-shared": "^2.0.2",
"@0x/types": "^2.0.1",
"@0x/utils": "^4.0.2",
"@types/lodash": "4.14.104",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1549504360,
"version": "2.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549452781,
"version": "2.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.2 - _February 7, 2019_
* Dependencies updated
## v2.0.1 - _February 6, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/react-shared",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},

View File

@@ -6,5 +6,9 @@ import { colors } from '../utils/colors';
export interface MarkdownParagraphBlockProps {}
export const MarkdownParagraphBlock: React.StatelessComponent<MarkdownParagraphBlockProps> = ({ children }) => {
return <span style={{ color: colors.greyTheme, lineHeight: '26px' }}>{children}</span>;
return (
<span style={{ color: colors.greyTheme, lineHeight: '26px', display: 'block', paddingBottom: 15 }}>
{children}
</span>
);
};

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/testnet-faucets",
"version": "1.0.66",
"version": "1.0.67",
"engines": {
"node": ">=6.12"
},
@@ -18,7 +18,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^4.0.1",
"0x.js": "^4.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",

View File

@@ -88,13 +88,6 @@ code {
color: #1d5cde; // linkBlue
}
h1,
h2,
h3,
h4 {
padding-top: 15px;
}
p,
blockquote,
ol,

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/website",
"version": "0.0.69",
"version": "0.0.70",
"engines": {
"node": ">=6.12"
},
@@ -20,13 +20,13 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"@0x/asset-buyer": "^5.0.1",
"@0x/asset-buyer": "^5.0.2",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contract-wrappers": "^7.0.1",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/react-docs": "^2.0.1",
"@0x/react-shared": "^2.0.1",
"@0x/order-utils": "^6.0.0",
"@0x/react-docs": "^2.0.2",
"@0x/react-shared": "^2.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",