From 79f521b5553be94901a3c1f39b6e855a1e366744 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 18 Mar 2018 19:49:46 +0100 Subject: Publish - 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19 --- packages/react-shared/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index ac1d05f38..0c12d4a75 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "0.0.1", + "version": "0.0.2", "description": "0x shared react components", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,9 +21,9 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^0.2.1", - "@0xproject/monorepo-scripts": "^0.1.12", - "@0xproject/tslint-config": "^0.4.9", + "@0xproject/dev-utils": "^0.3.0", + "@0xproject/monorepo-scripts": "^0.1.13", + "@0xproject/tslint-config": "^0.4.11", "@types/lodash": "^4.14.86", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", -- cgit v1.2.3 From ac881d149ca8185bd8a712f34d1c97b2752c9b04 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 00:13:19 +0100 Subject: Fix packages that aren't working as expected --- packages/react-shared/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 0c12d4a75..333214737 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -24,18 +24,18 @@ "@0xproject/dev-utils": "^0.3.0", "@0xproject/monorepo-scripts": "^0.1.13", "@0xproject/tslint-config": "^0.4.11", - "@types/lodash": "^4.14.86", - "@types/material-ui": "0.18.0", - "@types/node": "^8.0.53", - "@types/react": "^15.0.15", - "@types/react-dom": "^0.14.23", - "@types/react-scroll": "0.0.31", "copyfiles": "^1.2.0", "shx": "^0.2.2", "tslint": "^5.9.1", "typescript": "2.7.1" }, "dependencies": { + "@types/material-ui": "0.18.0", + "@types/react": "^15.0.15", + "@types/lodash": "^4.14.86", + "@types/node": "^8.0.53", + "@types/react-dom": "^0.14.23", + "@types/react-scroll": "0.0.31", "basscss": "^8.0.3", "is-mobile": "^0.2.2", "lodash": "^4.17.4", -- cgit v1.2.3 From 8392ee46254b05fe6652f6dbbaee94f004f84593 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 00:24:28 +0100 Subject: Publish - 0x.js@0.33.3 - @0xproject/abi-gen@0.2.7 - @0xproject/assert@0.2.2 - @0xproject/base-contract@0.0.5 - chai-as-promised-typescript-typings@0.0.12 - chai-typescript-typings@0.0.6 - @0xproject/connect@0.6.5 - contracts@2.1.17 - @0xproject/deployer@0.3.1 - @0xproject/dev-utils@0.3.1 - ethers-typescript-typings@0.0.4 - @0xproject/json-schemas@0.7.16 - @0xproject/monorepo-scripts@0.1.14 - @0xproject/react-docs-example@0.0.3 - @0xproject/react-docs@0.0.3 - @0xproject/react-shared@0.0.3 - @0xproject/sol-cov@0.0.3 - @0xproject/sra-report@0.0.3 - @0xproject/subproviders@0.8.1 - @0xproject/testnet-faucets@1.0.18 - @0xproject/tslint-config@0.4.12 - @0xproject/types@0.4.1 - @0xproject/utils@0.4.3 - web3-typescript-typings@0.10.2 - @0xproject/web3-wrapper@0.3.1 - @0xproject/website@0.0.20 --- packages/react-shared/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 333214737..8d4802548 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "0.0.2", + "version": "0.0.3", "description": "0x shared react components", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,19 +21,19 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^0.3.0", - "@0xproject/monorepo-scripts": "^0.1.13", - "@0xproject/tslint-config": "^0.4.11", + "@0xproject/dev-utils": "^0.3.1", + "@0xproject/monorepo-scripts": "^0.1.14", + "@0xproject/tslint-config": "^0.4.12", "copyfiles": "^1.2.0", "shx": "^0.2.2", "tslint": "^5.9.1", "typescript": "2.7.1" }, "dependencies": { - "@types/material-ui": "0.18.0", - "@types/react": "^15.0.15", "@types/lodash": "^4.14.86", + "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", + "@types/react": "^15.0.15", "@types/react-dom": "^0.14.23", "@types/react-scroll": "0.0.31", "basscss": "^8.0.3", -- cgit v1.2.3 From 04c08b9fc857b4fcd7bb9e4d879bfe0c9d80a61c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 19 Mar 2018 00:39:25 +0100 Subject: Publish - 0x.js@0.33.4 - @0xproject/assert@0.2.3 - @0xproject/connect@0.6.6 - contracts@2.1.18 - @0xproject/deployer@0.3.2 - @0xproject/dev-utils@0.3.2 - @0xproject/json-schemas@0.7.17 - @0xproject/react-docs-example@0.0.4 - @0xproject/react-docs@0.0.4 - @0xproject/react-shared@0.0.4 - @0xproject/sol-cov@0.0.4 - @0xproject/sra-report@0.0.4 - @0xproject/subproviders@0.8.2 - @0xproject/testnet-faucets@1.0.19 - @0xproject/website@0.0.21 --- packages/react-shared/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 8d4802548..77e29a504 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "0.0.3", + "version": "0.0.4", "description": "0x shared react components", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,7 +21,7 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^0.3.1", + "@0xproject/dev-utils": "^0.3.2", "@0xproject/monorepo-scripts": "^0.1.14", "@0xproject/tslint-config": "^0.4.12", "copyfiles": "^1.2.0", -- cgit v1.2.3 From abf41b073cfdf72398135c62627111c4259b21e9 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 20 Mar 2018 11:40:29 +0000 Subject: Set Lodash dep to an exact version since newer versions introduced breaking changes --- packages/react-shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 77e29a504..e5201536e 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -30,7 +30,7 @@ "typescript": "2.7.1" }, "dependencies": { - "@types/lodash": "^4.14.86", + "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", "@types/react": "^15.0.15", -- cgit v1.2.3