From 1db2ae5f9b9fcd963015593273f6748fddf578e2 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:05:31 +0100 Subject: [PATCH] chore(main): release 11.6.2 (#1466) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c52122055..0b158ba85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [11.6.2](https://github.com/dasch-swiss/dsp-das/compare/v11.6.1...v11.6.2) (2024-02-14) + + +### Bug Fixes + +* link to edit a project ([#1465](https://github.com/dasch-swiss/dsp-das/issues/1465)) ([0acda9e](https://github.com/dasch-swiss/dsp-das/commit/0acda9efd04d5670ee6f1b0ae5790a2702efbfea)) +* slider is accessible ([#1467](https://github.com/dasch-swiss/dsp-das/issues/1467)) ([0cd8f3d](https://github.com/dasch-swiss/dsp-das/commit/0cd8f3d789671bba88ba02d7d2140c9d900a7d72)) + ## [11.6.1](https://github.com/dasch-swiss/dsp-das/compare/v11.6.0...v11.6.1) (2024-02-13) diff --git a/package-lock.json b/package-lock.json index ba24486d47..da643e8e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dsp-app", - "version": "11.6.1", + "version": "11.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dsp-app", - "version": "11.6.1", + "version": "11.6.2", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.12", diff --git a/package.json b/package.json index 99e7a72b70..9677e36e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "11.6.1", + "version": "11.6.2", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"