Skip to content

Commit 25f6a50

Browse files
committed
chore(release): 0.1.1
1 parent 23a8d89 commit 25f6a50

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.1.1 (2020-05-08)
6+
7+
8+
### Features
9+
10+
* customize aria-label and aria-live through props ([706b823](https://github.com/vue-a11y/vue-dark-mode/commit/706b823bbde91014bd4b4fb67de9accc776fbfaf))
11+
12+
13+
### Bug Fixes
14+
15+
* import terser module ([9bd904d](https://github.com/vue-a11y/vue-dark-mode/commit/9bd904d595b5596d4b92804d47bbf8109652e4bf))
16+
* remove export component in index.js ([7380c6e](https://github.com/vue-a11y/vue-dark-mode/commit/7380c6ebc52a58a7a9b472745a1ef1f55884dc87))
17+
* Toggle class in listener prefer-color-scheme: dark ([5177f4b](https://github.com/vue-a11y/vue-dark-mode/commit/5177f4b81b678c4e98827b284c0b0b0a3124f6fc))
18+
* Update color mode on the listener only if chosenMode is system ([d3b4153](https://github.com/vue-a11y/vue-dark-mode/commit/d3b4153afbd54e7939fe6d28bd47b2b0d172c2a7))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-a11y/dark-mode",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A component that helps you implement \"dark-mode\" in your Vue app",
55
"main": "dist/vue-dark-mode.umd.js",
66
"module": "dist/vue-dark-mode.esm.js",

0 commit comments

Comments
 (0)