Skip to content

Commit

Permalink
Prepares new release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morkro committed Jan 25, 2022
1 parent d89b918 commit 70adbb4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- tbd

## [1.1.1] 2022-01-24

### Removed

- Remove obsolete concept of app root [#37](https://github.com/morkro/vue-a11y-dialog/pull/37) (Thanks to [@KittyGiraudel](https://github.com/KittyGiraudel))

## [1.1.0] 2022-01-24

### Added

- Build setup now done with Vite [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis))
- Demo configuration to run locally
- Added ESM build output

### Changed

- Updated `a11y-dialog` to latest version [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis))
- Updated development dependencies
## [1.1.0] 2022-01-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-a11y-dialog",
"description": "Vue.js component wrapping for a11y-dialog",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/morkro/vue-a11y-dialog",
"license": "MIT",
"author": "Moritz Kröger (https://moritz.berlin)",
Expand Down

0 comments on commit 70adbb4

Please sign in to comment.