Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
deploy-0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya committed Nov 15, 2016
1 parent 0a64dc4 commit 5d92425
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.0.8"></a>
## [0.0.8](https://github.com/Promact/md2/compare/0.0.7...v0.0.8) (2016-11-15)

### Bug Fixes

* fix(accordion) multiple boolean issue


<a name="0.0.7"></a>
## [0.0.7](https://github.com/Promact/md2/compare/0.0.6...v0.0.7) (2016-11-11)

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": "md2",
"version": "0.0.7",
"version": "0.0.8",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
"author": "Dharmesh Pipariya <[email protected]>",
"homepage": "https://github.com/Promact/md2",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md2",
"version": "0.0.7",
"version": "0.0.8",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
"main": "./md2.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 5d92425

Please sign in to comment.