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

Commit 5d92425

Browse files
deploy-0.0.8
1 parent 0a64dc4 commit 5d92425

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.0.8"></a>
2+
## [0.0.8](https://github.com/Promact/md2/compare/0.0.7...v0.0.8) (2016-11-15)
3+
4+
### Bug Fixes
5+
6+
* fix(accordion) multiple boolean issue
7+
8+
19
<a name="0.0.7"></a>
210
## [0.0.7](https://github.com/Promact/md2/compare/0.0.6...v0.0.7) (2016-11-11)
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"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.",
55
"author": "Dharmesh Pipariya <pipariyadharmesh@gmail.com>",
66
"homepage": "https://github.com/Promact/md2",

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"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.",
55
"main": "./md2.umd.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)