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.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi216 committed Jun 13, 2017
1 parent 6659e80 commit 258811d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.0.23"></a>
## [0.0.23](https://github.com/Promact/md2/compare/0.0.22...v0.0.23) (2017-06-13)

### Breaking Changes

* refactored datepicker component with its few properties [API Docs](https://github.com/Promact/md2/blob/master/src/lib/datepicker/README.md).


### Bug Fixes

* fix(datepicker) invalid time after selecting it #227
* #233 Chips component always send changes event


### Features

* feat(datepicker) implementation for month picker support #168



<a name="0.0.22"></a>
## [0.0.22](https://github.com/Promact/md2/compare/0.0.21...v0.0.22) (2017-06-07)

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.22",
"version": "0.0.23",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.",
"author": "Dharmesh Pipariya <pipariyadharmesh@gmail.com>",
"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.22",
"version": "0.0.23",
"description": "Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, 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 258811d

Please sign in to comment.