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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - @0xproject/[email protected]
 - @0xproject/[email protected]
 - @0xproject/[email protected]
 - @0xproject/[email protected]
 - @0xproject/[email protected]
 - @0xproject/[email protected]
  • Loading branch information
fabioberger committed Sep 18, 2018
1 parent ccc1862 commit e255979
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions packages/0x.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.8",
"@0xproject/dev-utils": "^1.0.7",
"@0xproject/migrations": "^1.0.7",
"@0xproject/migrations": "^1.0.8",
"@0xproject/monorepo-scripts": "^1.0.8",
"@0xproject/tslint-config": "^1.0.7",
"@types/lodash": "4.14.104",
Expand Down Expand Up @@ -75,9 +75,9 @@
"dependencies": {
"@0xproject/assert": "^1.0.8",
"@0xproject/base-contract": "^2.0.2",
"@0xproject/contract-wrappers": "^1.0.1",
"@0xproject/contract-wrappers": "^1.0.2",
"@0xproject/order-utils": "^1.0.1",
"@0xproject/order-watcher": "^1.0.1",
"@0xproject/order-watcher": "^1.0.2",
"@0xproject/subproviders": "^2.0.2",
"@0xproject/types": "^1.0.1",
"@0xproject/typescript-typings": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xproject/contract-wrappers",
"version": "1.0.1",
"version": "1.0.2",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.8",
"@0xproject/dev-utils": "^1.0.7",
"@0xproject/migrations": "^1.0.7",
"@0xproject/migrations": "^1.0.8",
"@0xproject/subproviders": "^2.0.2",
"@0xproject/tslint-config": "^1.0.7",
"@types/lodash": "4.14.104",
Expand Down
2 changes: 1 addition & 1 deletion packages/forwarder-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xproject/forwarder-helper",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/order-watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xproject/order-watcher",
"version": "1.0.1",
"version": "1.0.2",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.8",
"@0xproject/dev-utils": "^1.0.7",
"@0xproject/migrations": "^1.0.7",
"@0xproject/migrations": "^1.0.8",
"@0xproject/tslint-config": "^1.0.7",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@0xproject/assert": "^1.0.8",
"@0xproject/base-contract": "^2.0.2",
"@0xproject/contract-wrappers": "^1.0.1",
"@0xproject/contract-wrappers": "^1.0.2",
"@0xproject/fill-scenarios": "^1.0.1",
"@0xproject/json-schemas": "^1.0.1",
"@0xproject/order-utils": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/testnet-faucets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@0xproject/testnet-faucets",
"version": "1.0.44",
"version": "1.0.45",
"engines": {
"node": ">=6.12"
},
Expand All @@ -17,7 +17,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "1.0.1",
"0x.js": "^1.0.2",
"@0xproject/subproviders": "^2.0.2",
"@0xproject/typescript-typings": "^2.0.0",
"@0xproject/utils": "^1.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xproject/website",
"version": "0.0.47",
"version": "0.0.48",
"engines": {
"node": ">=6.12"
},
Expand All @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.38.6",
"@0xproject/contract-wrappers": "^1.0.1",
"@0xproject/contract-wrappers": "^1.0.2",
"@0xproject/order-utils": "^1.0.1",
"@0xproject/react-docs": "^1.0.8",
"@0xproject/react-shared": "^1.0.9",
Expand Down

0 comments on commit e255979

Please sign in to comment.