From 9c8299c2e9f6f6597d017e898159ab055d11fbfa Mon Sep 17 00:00:00 2001 From: Markus Ende <19502754+Markus-Ende@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:14:35 +0200 Subject: [PATCH 1/2] chore: bump to v0.0.11 --- libs/sketch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sketch/package.json b/libs/sketch/package.json index 8eed994..a275fad 100644 --- a/libs/sketch/package.json +++ b/libs/sketch/package.json @@ -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", From aead06ee56f361f148e26a3ceea2f8c15f48283c Mon Sep 17 00:00:00 2001 From: Markus Ende <19502754+Markus-Ende@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:21:35 +0200 Subject: [PATCH 2/2] chore(release): publish 0.0.11 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1528a..67fc541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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