aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared')
-rw-r--r--packages/react-shared/CHANGELOG.json18
-rw-r--r--packages/react-shared/CHANGELOG.md18
-rw-r--r--packages/react-shared/package.json10
3 files changed, 26 insertions, 20 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json
index a1fc76193..b9e66ec50 100644
--- a/packages/react-shared/CHANGELOG.json
+++ b/packages/react-shared/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1532357734,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1532043000,
"version": "1.0.0",
"changes": [
@@ -36,14 +45,7 @@
]
},
{
- "version": "0.2.0",
- "changes": [
- {
- "note": "Dependencies updated"
- }
- ]
- },
- {
+ "timestamp": 1525477860,
"version": "0.2.0",
"changes": [
{
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 @@
<!--
-This file is auto-generated using the monorepo-scripts package. Don't edit directly.
+changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
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
diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json
index f406830f9..149328650 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": "*",
"@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",