Skip to content

Commit

Permalink
Merge branch 'CyberReboot-master' into IQTLabs#100-Quick-Start-Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jul 15, 2019
2 parents 5c4da82 + d37fcbb commit a910c9d
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 54 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.6](https://github.com/CyberReboot/CRviz/compare/v0.3.5...v0.3.6) (2019-07-11)


### Bug Fixes

* **deps:** update dependency d3 to v5.9.7 ([8287a54](https://github.com/CyberReboot/CRviz/commit/8287a54))
* **deps:** update dependency react-compound-slider to v2.1.0 ([41d1735](https://github.com/CyberReboot/CRviz/commit/41d1735))
* **deps:** update dependency react-modal to v3.8.2 ([b7b7224](https://github.com/CyberReboot/CRviz/commit/b7b7224))



### [0.3.5](https://github.com/CyberReboot/CRviz/compare/v0.3.4...v0.3.5) (2019-06-27)


### Bug Fixes

* **deps:** update dependency snyk to v1.179.0 ([f73f7a5](https://github.com/CyberReboot/CRviz/commit/f73f7a5))
* **deps:** update dependency snyk to v1.179.1 ([7bd125f](https://github.com/CyberReboot/CRviz/commit/7bd125f))
* **deps:** update dependency snyk to v1.180.0 ([76c1bf1](https://github.com/CyberReboot/CRviz/commit/76c1bf1))
* **deps:** update dependency snyk to v1.184.0 ([679e919](https://github.com/CyberReboot/CRviz/commit/679e919))


### Features

* adds ability to use JSON refs in accordance with RFC 6901 ([bfac420](https://github.com/CyberReboot/CRviz/commit/bfac420)), closes [#355](https://github.com/CyberReboot/CRviz/issues/355)



### [0.3.4](https://github.com/CyberReboot/CRviz/compare/v0.3.3...v0.3.4) (2019-06-13)


### Bug Fixes

* **dark theme exit icon:** switch color to white when going into dark theme ([b7c60b2](https://github.com/CyberReboot/CRviz/commit/b7c60b2))
* **deps:** update dependency react-beautiful-dnd to v11.0.4 ([a731dc8](https://github.com/CyberReboot/CRviz/commit/a731dc8))
* **deps:** update dependency react-redux to v7.1.0 ([0510ec2](https://github.com/CyberReboot/CRviz/commit/0510ec2))
* **deps:** update dependency snyk to v1.171.1 ([78db250](https://github.com/CyberReboot/CRviz/commit/78db250))
* **deps:** update dependency snyk to v1.173.1 ([6fd56ce](https://github.com/CyberReboot/CRviz/commit/6fd56ce))
* **deps:** update dependency snyk to v1.175.2 ([74e156e](https://github.com/CyberReboot/CRviz/commit/74e156e))
* **deps:** update dependency snyk to v1.177.0 ([6a73140](https://github.com/CyberReboot/CRviz/commit/6a73140))
* **deps:** update dependency snyk to v1.178.0 ([b6bf644](https://github.com/CyberReboot/CRviz/commit/b6bf644))
* **deps:** update dependency snyk to v1.178.1 ([ffe2950](https://github.com/CyberReboot/CRviz/commit/ffe2950))
* **viz styling:** fix styling to touch icon container ([82534ae](https://github.com/CyberReboot/CRviz/commit/82534ae))



### [0.3.3](https://github.com/CyberReboot/CRviz/compare/v0.3.2-beta...v0.3.3) (2019-05-30)


Expand Down
146 changes: 100 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CRviz",
"version": "0.3.3",
"version": "0.3.6",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
Expand All @@ -27,22 +27,22 @@
"ramda": "0.26.1",
"rc": "1.2.8",
"react": "16.8.6",
"react-beautiful-dnd": "11.0.3",
"react-compound-slider": "2.0.0",
"react-beautiful-dnd": "11.0.4",
"react-compound-slider": "2.2.0",
"react-dom": "16.8.6",
"react-modal": "3.8.1",
"react-portal-tooltip": "2.4.7",
"react-redux": "7.0.3",
"react-scripts": "3.0.1",
"react-spinners": "0.5.4",
"redux": "4.0.1",
"react-spinners": "0.5.8",
"redux": "4.0.4",
"redux-actions": "2.6.5",
"redux-mock-store": "1.5.3",
"redux-observable": "1.1.0",
"request": "2.88.0",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"snyk": "1.173.1",
"snyk": "1.193.0",
"tar-pack": "3.4.1",
"uuid": "3.3.2"
},
Expand Down Expand Up @@ -110,8 +110,8 @@
]
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/core": "7.5.4",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.4",
"@fortawesome/fontawesome-free": "5.9.0",
Expand Down

0 comments on commit a910c9d

Please sign in to comment.