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

Commit

Permalink
Merge pull request #264 from krupa310/master
Browse files Browse the repository at this point in the history
publish-0.0.26
  • Loading branch information
krupa310 authored Jul 27, 2017
2 parents 1564934 + 2849020 commit fb91a66
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.26"></a>
### Bug Fixes

* Solved #254 Custom Id for md2-datepicker
* fix(chips) Chips pasting issue #220
* solved duplicate values in chips using in autocomplete


<a name="0.0.25"></a>
## [0.0.25](https://github.com/Promact/md2/compare/0.0.24...0.0.25) (2017-06-22)

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.25",
"version": "0.0.26",
"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.25",
"version": "0.0.26",
"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 fb91a66

Please sign in to comment.