From dc151f7290072c9776c9b351ae30bf577fcd1015 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 20 Jul 2018 20:13:53 +0200 Subject: Add missing timestamp to CHANGELOG entries --- packages/react-shared/CHANGELOG.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/react-shared') diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index 5e0e40a70..a1fc76193 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,5 +1,6 @@ [ { + "timestamp": 1532043000, "version": "1.0.0", "changes": [ { -- cgit v1.2.3 From 74483631d09395de248fe97034c059a2a8bb2097 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 22 Jul 2018 16:22:19 +0200 Subject: Move frontend package types out of typescript-typings since this package will be used in both node and browser contexts --- packages/react-shared/src/globals.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/react-shared') diff --git a/packages/react-shared/src/globals.d.ts b/packages/react-shared/src/globals.d.ts index 94e63a32d..b633d045c 100644 --- a/packages/react-shared/src/globals.d.ts +++ b/packages/react-shared/src/globals.d.ts @@ -1,3 +1,5 @@ +declare module 'react-highlight'; + declare module '*.json' { const json: any; /* tslint:disable */ -- cgit v1.2.3 From 51b6f8bc71cf80528299c0378b3f1cec17a41c31 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 23 Jul 2018 11:42:01 +0200 Subject: Revert "Move frontend package types out of typescript-typings since this package will be used in both node and browser contexts" This reverts commit 74483631d09395de248fe97034c059a2a8bb2097. --- packages/react-shared/src/globals.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/src/globals.d.ts b/packages/react-shared/src/globals.d.ts index b633d045c..94e63a32d 100644 --- a/packages/react-shared/src/globals.d.ts +++ b/packages/react-shared/src/globals.d.ts @@ -1,5 +1,3 @@ -declare module 'react-highlight'; - declare module '*.json' { const json: any; /* tslint:disable */ -- cgit v1.2.3 From f84f8799500bc9dd3050d0fb4d5100423869ce9f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 23 Jul 2018 14:39:34 +0200 Subject: Stop specifying a specific version of @types/react so there can't be two instances of the type installed --- 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 008972da9..f406830f9 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -38,7 +38,7 @@ "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", - "@types/react": "16.3.13", + "@types/react": "*", "@types/react-dom": "^16.0.3", "@types/react-scroll": "0.0.31", "@types/is-mobile": "0.3.0", -- cgit v1.2.3 From 2c1daf9c9a35972f388fe7cfa14c5f35f23a4119 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 16:22:32 +0200 Subject: Add missing timestamps in CHANGELOGs --- packages/react-shared/CHANGELOG.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index a1fc76193..127abba6d 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -36,14 +36,7 @@ ] }, { - "version": "0.2.0", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { + "timestamp": 1525477860, "version": "0.2.0", "changes": [ { -- cgit v1.2.3 From 855b6b1dc5597f360451232ff6dfc91beb3a9f50 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 16:58:40 +0200 Subject: Updated CHANGELOGS --- packages/react-shared/CHANGELOG.json | 9 +++++++++ packages/react-shared/CHANGELOG.md | 18 +++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index 127abba6d..b9e66ec50 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1532357734, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1532043000, "version": "1.0.0", diff --git a/packages/react-shared/CHANGELOG.md b/packages/react-shared/CHANGELOG.md index ceeb7a2e6..f804fe4bb 100644 --- a/packages/react-shared/CHANGELOG.md +++ b/packages/react-shared/CHANGELOG.md @@ -1,30 +1,34 @@ CHANGELOG -## v0.2.3 - _July 18, 2018_ +## v1.0.1 - _July 23, 2018_ * Dependencies updated -## v0.2.2 - _July 9, 2018_ +## v1.0.0 - _July 20, 2018_ * Dependencies updated -## v0.2.1 - _June 19, 2018_ +## v0.2.3 - _July 18, 2018_ * Dependencies updated -## v0.2.0 - _June 1, 2018_ +## v0.2.2 - _July 9, 2018_ - * Incorrect publish that was unpublished + * Dependencies updated -## v0.1.7 - _May 22, 2018_ +## v0.2.1 - _June 19, 2018_ * Dependencies updated +## v0.2.0 - _May 5, 2018_ + + * Removed portal specific colors + ## v0.1.6 - _May 5, 2018_ * Dependencies updated -- cgit v1.2.3 From f05a5638027fb0d88389867007ab15b137338b54 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 16:58:52 +0200 Subject: Publish - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40 --- packages/react-shared/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 008972da9..ebebd1e54 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=6.12" }, @@ -25,9 +25,9 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^1.0.0", - "@0xproject/monorepo-scripts": "^1.0.0", - "@0xproject/tslint-config": "^1.0.0", + "@0xproject/dev-utils": "^1.0.1", + "@0xproject/monorepo-scripts": "^1.0.1", + "@0xproject/tslint-config": "^1.0.1", "copyfiles": "^1.2.0", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", @@ -35,13 +35,13 @@ "typescript": "2.7.1" }, "dependencies": { + "@types/is-mobile": "0.3.0", "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", "@types/react": "16.3.13", "@types/react-dom": "^16.0.3", "@types/react-scroll": "0.0.31", - "@types/is-mobile": "0.3.0", "basscss": "^8.0.3", "is-mobile": "^0.2.2", "lodash": "^4.17.4", -- cgit v1.2.3 From a66ccaa1da2af753038bf22a5e7e63bdc307bf2f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 23 Jul 2018 17:13:31 +0200 Subject: Revert "Publish" This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. --- packages/react-shared/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/react-shared') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index ebebd1e54..008972da9 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "1.0.1", + "version": "1.0.0", "engines": { "node": ">=6.12" }, @@ -25,9 +25,9 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^1.0.1", - "@0xproject/monorepo-scripts": "^1.0.1", - "@0xproject/tslint-config": "^1.0.1", + "@0xproject/dev-utils": "^1.0.0", + "@0xproject/monorepo-scripts": "^1.0.0", + "@0xproject/tslint-config": "^1.0.0", "copyfiles": "^1.2.0", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", @@ -35,13 +35,13 @@ "typescript": "2.7.1" }, "dependencies": { - "@types/is-mobile": "0.3.0", "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", "@types/react": "16.3.13", "@types/react-dom": "^16.0.3", "@types/react-scroll": "0.0.31", + "@types/is-mobile": "0.3.0", "basscss": "^8.0.3", "is-mobile": "^0.2.2", "lodash": "^4.17.4", -- cgit v1.2.3