From 5bd448a5ebe888481d82d35562d1800c30dedb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6hler?= <74658813+SebastianKohler@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:29:15 +0300 Subject: [PATCH] chore: release v1.5.1 --- CHANGELOG.md | 13 +++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a9aaa..7701433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ## [Unreleased] + + +## [1.5.1] – 2024-08-28 + ### Fixed -- Generate static collection menus prebuild script: skip collections that are not included according to the config. -- Generate sitemap prebuild script: skip collections that are not included according to the config. -- Home page: start-aligned instead of left-aligned text. +- Generate static collection menus prebuild script: skip collections that are not included according to the config. ([6a5a339](https://github.com/slsfi/digital-edition-frontend-ng/commit/6a5a339c01beae2ea5155a099c9910f978636b0e)) +- Generate sitemap prebuild script: skip collections that are not included according to the config. ([b5b84a2](https://github.com/slsfi/digital-edition-frontend-ng/commit/b5b84a2b07f3cd801fbc8112fa0d80b7eb557dc8)) +- Home page: start-aligned instead of left-aligned text. ([f714e09](https://github.com/slsfi/digital-edition-frontend-ng/commit/f714e09589fa9336e3296aa34772889e13bdada6)) @@ -427,7 +431,8 @@ siteLogoDimensions: { -[unreleased]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.5.0...HEAD +[unreleased]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.5.1...HEAD +[1.5.1]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.4.4...1.5.0 [1.4.4]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/slsfi/digital-edition-frontend-ng/compare/1.4.2...1.4.3 diff --git a/package-lock.json b/package-lock.json index 25acc6c..759115c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sls-digital-edition-frontend", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sls-digital-edition-frontend", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@angular/animations": "^18.2.1", diff --git a/package.json b/package.json index 7e449e4..cf1faaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sls-digital-edition-frontend", - "version": "1.5.0", + "version": "1.5.1", "description": "Angular frontend app for the SLS Digital Edition Platform", "homepage": "https://github.com/slsfi/digital-edition-frontend-ng#readme", "license": "MIT",