aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-24 01:49:02 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-01-24 01:49:02 +0800
commitf631c2da065350f9b9d573655e59be8478a00fb4 (patch)
treebdca756849ceb7329b4aae3d6cd63840c728b34e
parentf81149ac2be5a92225b695344a177b734bc7f092 (diff)
downloaddexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar.gz
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar.bz2
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar.lz
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar.xz
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.tar.zst
dexon-0x-contracts-f631c2da065350f9b9d573655e59be8478a00fb4.zip
Update package.json versions
-rw-r--r--contracts/asset-proxy/package.json8
-rw-r--r--contracts/erc20/package.json6
-rw-r--r--contracts/erc721/package.json4
-rw-r--r--contracts/exchange-forwarder/package.json14
-rw-r--r--contracts/exchange-libs/CHANGELOG.json56
-rw-r--r--contracts/exchange-libs/package.json4
-rw-r--r--contracts/exchange/package.json12
-rw-r--r--contracts/extensions/package.json12
-rw-r--r--contracts/multisig/package.json4
-rw-r--r--contracts/utils/package.json2
10 files changed, 34 insertions, 88 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json
index 5cd9604cd..6d4ba8b8b 100644
--- a/contracts/asset-proxy/package.json
+++ b/contracts/asset-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
- "version": "2.2.3",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -65,9 +65,9 @@
"dependencies": {
"@0x/base-contract": "^3.0.13",
"@0x/contracts-test-utils": "^2.0.1",
- "@0x/contracts-erc20": "^1.0.6",
- "@0x/contracts-erc721": "^1.0.6",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-erc20": "^1.0.0",
+ "@0x/contracts-erc721": "^1.0.0",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json
index 36420c32c..7616b9ccf 100644
--- a/contracts/erc20/package.json
+++ b/contracts/erc20/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
- "version": "1.0.6",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-exchange-libs": "^1.0.6",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-exchange-libs": "^1.0.0",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json
index cdf551234..8e83ea4e4 100644
--- a/contracts/erc721/package.json
+++ b/contracts/erc721/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
- "version": "1.0.6",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -65,7 +65,7 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json
index 3383df990..7ec103746 100644
--- a/contracts/exchange-forwarder/package.json
+++ b/contracts/exchange-forwarder/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
- "version": "1.2.3",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -66,12 +66,12 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-asset-proxy": "^2.2.3",
- "@0x/contracts-exchange-libs": "^1.0.6",
- "@0x/contracts-exchange": "^2.2.3",
- "@0x/contracts-erc20": "^1.0.6",
- "@0x/contracts-erc721": "^1.0.6",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-asset-proxy": "^1.0.0",
+ "@0x/contracts-exchange-libs": "^1.0.0",
+ "@0x/contracts-exchange": "^1.0.0",
+ "@0x/contracts-erc20": "^1.0.0",
+ "@0x/contracts-erc721": "^1.0.0",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json
index a51a1a08a..cdaac93ea 100644
--- a/contracts/exchange-libs/CHANGELOG.json
+++ b/contracts/exchange-libs/CHANGELOG.json
@@ -1,6 +1,6 @@
[
{
- "version": "3.0.0",
+ "version": "1.0.0",
"changes": [
{
"note": "Rename contracts-libs to contracts-exchange-libs",
@@ -11,59 +11,5 @@
"pr": 1539
}
]
- },
- {
- "version": "2.0.0",
- "changes": [
- {
- "note": "Upgrade the bignumber.js to v8.0.2",
- "pr": 1517
- }
- ]
- },
- {
- "timestamp": 1547747677,
- "version": "1.0.6",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
- },
- {
- "timestamp": 1547561734,
- "version": "1.0.5",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
- },
- {
- "timestamp": 1547225310,
- "version": "1.0.4",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
- },
- {
- "timestamp": 1547040760,
- "version": "1.0.3",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
- },
- {
- "timestamp": 1544741676,
- "version": "1.0.2",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
}
]
diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json
index 799ba360b..9d35106cc 100644
--- a/contracts/exchange-libs/package.json
+++ b/contracts/exchange-libs/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
- "version": "1.0.6",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -65,7 +65,7 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json
index ebe3a17b3..9d7db1862 100644
--- a/contracts/exchange/package.json
+++ b/contracts/exchange/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
- "version": "2.2.3",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -64,12 +64,12 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-asset-proxy": "^2.2.3",
- "@0x/contracts-exchange-libs": "^1.0.6",
+ "@0x/contracts-asset-proxy": "^1.0.0",
+ "@0x/contracts-exchange-libs": "^1.0.0",
"@0x/contracts-test-utils": "^2.0.1",
- "@0x/contracts-erc20": "^1.0.6",
- "@0x/contracts-erc721": "^1.0.6",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-erc20": "^1.0.0",
+ "@0x/contracts-erc721": "^1.0.0",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json
index e4adf6350..780244f37 100644
--- a/contracts/extensions/package.json
+++ b/contracts/extensions/package.json
@@ -66,12 +66,12 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-asset-proxy": "^2.2.3",
- "@0x/contracts-exchange-libs": "^1.0.6",
- "@0x/contracts-exchange": "^2.2.3",
- "@0x/contracts-erc20": "^1.0.6",
- "@0x/contracts-erc721": "^1.0.6",
- "@0x/contracts-utils": "^1.0.6",
+ "@0x/contracts-asset-proxy": "^1.0.0",
+ "@0x/contracts-exchange-libs": "^1.0.0",
+ "@0x/contracts-exchange": "^1.0.0",
+ "@0x/contracts-erc20": "^1.0.0",
+ "@0x/contracts-erc721": "^1.0.0",
+ "@0x/contracts-utils": "^3.0.0",
"@0x/order-utils": "^3.1.2",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json
index 7315213b8..3282e0ae5 100644
--- a/contracts/multisig/package.json
+++ b/contracts/multisig/package.json
@@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^3.0.13",
- "@0x/contracts-asset-proxy": "^2.2.3",
- "@0x/contracts-erc20": "^1.0.6",
+ "@0x/contracts-asset-proxy": "^1.0.0",
+ "@0x/contracts-erc20": "^1.0.0",
"@0x/types": "^1.5.2",
"@0x/typescript-typings": "^3.0.8",
"@0x/utils": "^3.0.1",
diff --git a/contracts/utils/package.json b/contracts/utils/package.json
index 0b14ec7cf..33d94cc33 100644
--- a/contracts/utils/package.json
+++ b/contracts/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
- "version": "1.0.6",
+ "version": "3.0.0",
"engines": {
"node": ">=6.12"
},