From e8aa3f5ac6af92605a7037ae3104015a4b59b513 Mon Sep 17 00:00:00 2001 From: Swiss Post Bot <103635272+swisspost-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:40:23 +0000 Subject: [PATCH] chore(changesets): update release specific files --- packages/documentation/public/_redirects | 1 + .../documentation/public/assets/versions.json | 31 +++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/documentation/public/_redirects b/packages/documentation/public/_redirects index a60e07ff31..f1034be048 100644 --- a/packages/documentation/public/_redirects +++ b/packages/documentation/public/_redirects @@ -5,3 +5,4 @@ /v6 https://design-system-version-6.netlify.app /v7 https://design-system-version-7.netlify.app /v8 https://design-system-version-8.netlify.app +/v9 https://swisspost-design-system-version-9.netlify.app diff --git a/packages/documentation/public/assets/versions.json b/packages/documentation/public/assets/versions.json index 25da98d29a..0cdd6edddb 100644 --- a/packages/documentation/public/assets/versions.json +++ b/packages/documentation/public/assets/versions.json @@ -1,9 +1,37 @@ [ { "title": "Version 9", - "version": "9.0.0-next.0", + "version": "9.0.0-next.1", "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": "9.0.0-next.1", + "@swisspost/design-system-components-angular-workspace": "1.1.10-next.1", + "@swisspost/design-system-components-angular": "9.0.0-next.1", + "@swisspost/design-system-components-react": "9.0.0-next.1", + "@swisspost/design-system-documentation": "6.0.0-next.1", + "@swisspost/design-system-icons": "9.0.0-next.1", + "@swisspost/internet-header": "1.14.6-next.1", + "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.1", + "@swisspost/design-system-intranet-header": "9.0.0-next.1", + "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.1", + "@swisspost/design-system-migrations": "9.0.0-next.1", + "@swisspost/design-system-nextjs-integration": "0.1.14-next.1", + "@swisspost/design-system-styles": "9.0.0-next.1", + "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.1", + "@swisspost/design-system-styles-primeng": "9.0.0-next.1", + "@swisspost/design-system-tokens": "9.0.0-next.1" + } + }, + { + "title": "Version 9", + "version": "9.0.0-next.0", + "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", + "url": "https://swisspost-design-system-version-9.netlify.app", "dependencies": { "@angular/core": "^18.0.0", "@ng-bootstrap/ng-bootstrap": "^17.0.0", @@ -13,7 +41,6 @@ "@swisspost/design-system-components-angular-workspace": "1.1.10-next.0", "@swisspost/design-system-components-angular": "9.0.0-next.0", "@swisspost/design-system-components-react": "9.0.0-next.0", - "@swisspost/design-system-demo": "8.0.3-next.0", "@swisspost/design-system-documentation": "6.0.0-next.0", "@swisspost/design-system-icons": "9.0.0-next.0", "@swisspost/internet-header": "1.14.6-next.0",