From aa0c83d5f9344e421795647683f2919f60ece285 Mon Sep 17 00:00:00 2001 From: Swiss Post Bot <103635272+swisspost-bot@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:45:26 +0000 Subject: [PATCH] chore(changesets): update release specific files --- packages/documentation/public/_redirects | 1 + .../documentation/public/assets/versions.json | 26 ++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/packages/documentation/public/_redirects b/packages/documentation/public/_redirects index 319cbe9237..2406d5e2a6 100644 --- a/packages/documentation/public/_redirects +++ b/packages/documentation/public/_redirects @@ -3,3 +3,4 @@ /v5 https://6401b58ebf0f4e298ee2dbe7--swisspost-web-frontend.netlify.app /v6 https://design-system-version-6.netlify.app +/v7 https://design-system-version-7.netlify.app diff --git a/packages/documentation/public/assets/versions.json b/packages/documentation/public/assets/versions.json index 7cda9aa010..1defe844bc 100644 --- a/packages/documentation/public/assets/versions.json +++ b/packages/documentation/public/assets/versions.json @@ -1,12 +1,32 @@ [ + { + "title": "Version 8", + "version": "8.0.0", + "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", + "url": "https://design-system.post.ch", + "dependencies": { + "@angular/core": "^18.0.0", + "@ng-bootstrap/ng-bootstrap": "^17.0.0", + "bootstrap": "~5.3.0", + "@swisspost/design-system-changelog-github": "1.0.2", + "@swisspost/design-system-components": "8.0.0", + "@swisspost/design-system-components-angular": "8.0.0", + "@swisspost/design-system-icons": "8.0.0", + "@swisspost/internet-header": "1.14.3", + "@swisspost/design-system-intranet-header": "8.0.0", + "@swisspost/design-system-migrations": "8.0.0", + "@swisspost/design-system-styles": "8.0.0", + "@swisspost/design-system-styles-primeng": "8.0.0" + } + }, { "title": "Version 7", "version": "7.4.0", "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", - "url": "https://design-system.post.ch", + "url": "https://design-system-version-7.netlify.app", "dependencies": { - "@ng-bootstrap/ng-bootstrap": "^15.0.0 || ^16.0.0", - "@angular/core": "^16.0.0 || ^17.0.0", + "@angular/core": "^18.0.0", + "@ng-bootstrap/ng-bootstrap": "^17.0.0", "bootstrap": "~5.3.0", "@swisspost/design-system-changelog-github": "1.0.2", "@swisspost/design-system-components": "7.4.0",