Skip to content

Commit

Permalink
Merge pull request #68 from StratoDem/40-auto-complete-component
Browse files Browse the repository at this point in the history
40 auto complete component
  • Loading branch information
mjclawar authored Apr 9, 2018
2 parents e7d4c78 + 4872878 commit 20ce567
Show file tree
Hide file tree
Showing 9 changed files with 11,892 additions and 4,321 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.7.0 - 2018-03-26
### Added
- Add AutoComplete Component

## 2.6.1 - 2018-03-19
### Fixes
- Fixes versioning in package.json
Expand Down
15,355 changes: 11,039 additions & 4,316 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd-material-ui",
"version": "2.6.1",
"version": "2.7.0",
"description": "StratoDem Analytics Dash implementation of material-ui components",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -28,9 +28,12 @@
"builder": "^3.2.2",
"copyfiles": "^1.2.0",
"dash-components-archetype": "^0.2.11",
"eslint": "^4.19.1",
"ify-loader": "^1.1.0",
"material-ui": "^0.20.0",
"npm": "^5.2.0",
"prop-types": "^15.6.0",
"sinon": "^4.4.10",
"webpack": "^3.8.1"
},
"devDependencies": {
Expand All @@ -44,7 +47,7 @@
"flow-bin": "^0.61.0",
"git-labelmaker": "^0.9.0",
"jest": "^22.0.4",
"react": "^15.4",
"react": "^15.6.2",
"react-dom": "^15.4",
"react-test-renderer": "^15.4"
},
Expand Down
Loading

0 comments on commit 20ce567

Please sign in to comment.