Skip to content

Commit

Permalink
Merge pull request #694 from vikigenius/4.5.0
Browse files Browse the repository at this point in the history
4.5.0 add AppBar and Toolbar components
  • Loading branch information
coralvanda authored May 17, 2021
2 parents ff1dd89 + 5d89eb1 commit 8ccf487
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.5.0 2021-05-17
### Adds
- Adds AppBar and Toolbar components

### Related issues:
- [#39](https://github.com/StratoDem/sd-material-ui/issues/39)

## 4.4.1 2021-03-16
### Fixes
- Fixes Stepper to allow activeStep to be changed by callbacks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd-material-ui",
"version": "4.4.1",
"version": "4.5.0",
"description": "material-ui components for Dash",
"main": "build/index.js",
"author": "Michael Clawar, Eric Linden, Sreeja Keesara, Danny Kaminsky tech@stratodem.com",
Expand Down
2 changes: 1 addition & 1 deletion sd_material_ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd-material-ui",
"version": "4.4.1",
"version": "4.5.0",
"description": "material-ui components for Dash",
"main": "build/index.js",
"author": "Michael Clawar, Eric Linden, Sreeja Keesara, Danny Kaminsky tech@stratodem.com",
Expand Down

0 comments on commit 8ccf487

Please sign in to comment.