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

Commit 60fe1ce

Browse files
committed
chore(release): 0.26.1
1 parent c5479ed commit 60fe1ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.26.1"></a>
6+
## [0.26.1](https://github.com/matsp/material-components-vue/compare/v0.26.0...v0.26.1) (2018-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **textfield:** Pass events to inner elements (close [#144](https://github.com/matsp/material-components-vue/issues/144)) ([c5479ed](https://github.com/matsp/material-components-vue/commit/c5479ed))
12+
13+
14+
515
<a name="0.26.0"></a>
616
# [0.26.0](https://github.com/matsp/material-components-vue/compare/v0.25.1...v0.26.0) (2018-08-15)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-components-vue",
3-
"version": "0.26.0",
3+
"version": "0.26.1",
44
"description": "Material Design components for Vue.js",
55
"author": "Mats Pfeiffer <mats.pfeiffer@googlemail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)