Skip to content

Commit

Permalink
Merge pull request #50 from qupaya/release/0.0.11
Browse files Browse the repository at this point in the history
Release/0.0.11
  • Loading branch information
Markus-Ende authored Sep 11, 2024
2 parents c4ee979 + aead06e commit 2682369
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.0.11 (2024-09-11)

### 🚀 Features

- support overlay containers in dialogs ([b421940](https://github.com/qupaya/sketch/commit/b421940))
- published 0.0.6 ([12f7770](https://github.com/qupaya/sketch/commit/12f7770))
- make dialog position fixed to keep it in view center ([bced5fc](https://github.com/qupaya/sketch/commit/bced5fc))
- release sketch 0.0.8 ([bf36a16](https://github.com/qupaya/sketch/commit/bf36a16))
- release sketch 0.0.9 ([69a7fe6](https://github.com/qupaya/sketch/commit/69a7fe6))
- release sketch 0.0.10 ([6edabec](https://github.com/qupaya/sketch/commit/6edabec))

### 🩹 Fixes

- stop propagation on dialog escape ([5490883](https://github.com/qupaya/sketch/commit/5490883))

### ❤️ Thank You

- Andreas Tennert
- Peter Müller @BaggersIO

## 0.0.4 (2024-08-01)

Fixed deployed files
Expand Down
2 changes: 1 addition & 1 deletion libs/sketch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qupaya/ng-sketch",
"version": "0.0.10",
"version": "0.0.11",
"peerDependencies": {
"@angular/cdk": ">=18.0.0",
"@angular/common": ">=18.0.0",
Expand Down

0 comments on commit 2682369

Please sign in to comment.