diff --git a/CHANGELOG.md b/CHANGELOG.md index a04fe839cc..8cd70db27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [11.25.0](https://github.com/dasch-swiss/dsp-das/compare/v11.24.0...v11.25.0) (2025-02-04) + + +### Enhancements + +* reimplement a progress indicator (DEV-4544) ([#2076](https://github.com/dasch-swiss/dsp-das/issues/2076)) ([2d27657](https://github.com/dasch-swiss/dsp-das/commit/2d27657d058c4cb3cf37ade37b16771904db91d2)) + + +### Bug Fixes + +* rollback ckeditor5 version to 2.0.0 ([#2079](https://github.com/dasch-swiss/dsp-das/issues/2079)) ([e3d582a](https://github.com/dasch-swiss/dsp-das/commit/e3d582aa5afdf84ebe433a3577482202958e552f)) + + +### Maintenances + +* remove useless errors ([#2075](https://github.com/dasch-swiss/dsp-das/issues/2075)) ([bc69443](https://github.com/dasch-swiss/dsp-das/commit/bc69443ef2e505bb39d9dd2e238f66aa5caa3e70)) + + +### Tests + +* skip footnote test ([#2081](https://github.com/dasch-swiss/dsp-das/issues/2081)) ([dea09c0](https://github.com/dasch-swiss/dsp-das/commit/dea09c0cd35162bd26b7e4350f49e583439b89f0)) + ## [11.24.0](https://github.com/dasch-swiss/dsp-das/compare/v11.23.0...v11.24.0) (2025-02-03) diff --git a/package-lock.json b/package-lock.json index 8046802085..817c2d54fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dsp-app", - "version": "11.24.0", + "version": "11.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dsp-app", - "version": "11.24.0", + "version": "11.25.0", "dependencies": { "@angular/animations": "17.3.0", "@angular/cdk": "17.3.0", diff --git a/package.json b/package.json index 1d86f4524c..3893c51cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "11.24.0", + "version": "11.25.0", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"