Skip to content

Commit 70adbb4

Browse files
committed
Prepares new release 1.1.1
1 parent d89b918 commit 70adbb4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- tbd
1111

12+
## [1.1.1] 2022-01-24
13+
14+
### Removed
15+
16+
- Remove obsolete concept of app root [#37](https://github.com/morkro/vue-a11y-dialog/pull/37) (Thanks to [@KittyGiraudel](https://github.com/KittyGiraudel))
17+
18+
## [1.1.0] 2022-01-24
19+
20+
### Added
21+
22+
- Build setup now done with Vite [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis))
23+
- Demo configuration to run locally
24+
- Added ESM build output
25+
26+
### Changed
27+
28+
- Updated `a11y-dialog` to latest version [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis))
29+
- Updated development dependencies
1230
## [1.1.0] 2022-01-24
1331

1432
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-a11y-dialog",
33
"description": "Vue.js component wrapping for a11y-dialog",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"homepage": "https://github.com/morkro/vue-a11y-dialog",
66
"license": "MIT",
77
"author": "Moritz Kröger (https://moritz.berlin)",

0 commit comments

Comments
 (0)