From 3526978b0b512341dd96bbde5115a1a24cb996da Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:04:28 +0800 Subject: [PATCH] chore(main): release 11.22.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df969aa74b..ecb927a246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [11.22.5](https://github.com/dasch-swiss/dsp-das/compare/v11.22.4...v11.22.5) (2025-01-06) + + +### Bug Fixes + +* CORS for external resources in OSD viewer (dev-4482) ([#2022](https://github.com/dasch-swiss/dsp-das/issues/2022)) ([1ec12e1](https://github.com/dasch-swiss/dsp-das/commit/1ec12e1d3b9decf7a84bd8c529d60375582b268a)) + + +### Maintenances + +* **deps-dev:** bump @types/node from 20.17.10 to 20.17.11 in the types-deps group ([#2020](https://github.com/dasch-swiss/dsp-das/issues/2020)) ([672beca](https://github.com/dasch-swiss/dsp-das/commit/672becae58455c3c58d29e8bfa1bf92cd94ad438)) +* **deps-dev:** bump @types/node from 20.17.9 to 20.17.10 ([#2005](https://github.com/dasch-swiss/dsp-das/issues/2005)) ([2688f85](https://github.com/dasch-swiss/dsp-das/commit/2688f85742d53d39e9a930fe31fde9f82a9993c9)) +* **deps-dev:** bump @typescript-eslint/utils from 8.17.0 to 8.19.0 ([#2019](https://github.com/dasch-swiss/dsp-das/issues/2019)) ([3443738](https://github.com/dasch-swiss/dsp-das/commit/34437386ab16625f9876068281b55387ace1ba21)) +* **deps-dev:** bump cypress from 13.16.1 to 13.17.0 ([#2017](https://github.com/dasch-swiss/dsp-das/issues/2017)) ([3b6a31e](https://github.com/dasch-swiss/dsp-das/commit/3b6a31ecf7b74fc86f6202ad369fa96f84bcf1f3)) +* **deps-dev:** bump karma-chrome-launcher from 3.1.1 to 3.2.0 in the jasmine-karma-deps group ([#2016](https://github.com/dasch-swiss/dsp-das/issues/2016)) ([a7aed40](https://github.com/dasch-swiss/dsp-das/commit/a7aed4007df9998f252c8e11760c09c8f9139a4b)) +* **deps:** bump @sentry/angular-ivy from 7.120.1 to 7.120.2 ([#2009](https://github.com/dasch-swiss/dsp-das/issues/2009)) ([d5bade4](https://github.com/dasch-swiss/dsp-das/commit/d5bade476e8a2fe2b2c5867b82a77a99256a38ed)) +* **deps:** bump @sentry/cli from 2.39.1 to 2.40.0 in the sentry-deps group ([#2021](https://github.com/dasch-swiss/dsp-das/issues/2021)) ([c375c21](https://github.com/dasch-swiss/dsp-das/commit/c375c21d7017d9721be4cf0c9f6f232427a5d2f5)) +* **deps:** bump zod from 3.23.8 to 3.24.1 ([#2002](https://github.com/dasch-swiss/dsp-das/issues/2002)) ([6743623](https://github.com/dasch-swiss/dsp-das/commit/6743623187821e90cd350dfb50b96930107da731)) +* divide packages into Dependabot groups ([#2007](https://github.com/dasch-swiss/dsp-das/issues/2007)) ([3d75fab](https://github.com/dasch-swiss/dsp-das/commit/3d75faba2d7a50ca824d1628953b6a6c75bf1182)) + ## [11.22.4](https://github.com/dasch-swiss/dsp-das/compare/v11.22.3...v11.22.4) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 0fc7a56183..2c2814f8b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dsp-app", - "version": "11.22.4", + "version": "11.22.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dsp-app", - "version": "11.22.4", + "version": "11.22.5", "dependencies": { "@angular/animations": "17.3.0", "@angular/cdk": "17.3.0", diff --git a/package.json b/package.json index ef27bacb2e..ee5d4da6b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "11.22.4", + "version": "11.22.5", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"