From 2590c4223309d6aba81fb479a00ab5ad6cc1930d Mon Sep 17 00:00:00 2001 From: Swiss Post Bot <103635272+swisspost-bot@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:26:24 +0000 Subject: [PATCH] chore(changesets): update release specific files --- packages/documentation/public/_redirects | 1 + .../documentation/public/assets/versions.json | 30 ++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/packages/documentation/public/_redirects b/packages/documentation/public/_redirects index f1034be048..72890d6c5b 100644 --- a/packages/documentation/public/_redirects +++ b/packages/documentation/public/_redirects @@ -6,3 +6,4 @@ /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 f70c2fbab3..8156f8dc7f 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.2", + "version": "9.0.0-next.3", "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.3", + "@swisspost/design-system-components-angular-workspace": "1.1.10-next.3", + "@swisspost/design-system-components-angular": "9.0.0-next.3", + "@swisspost/design-system-components-react": "9.0.0-next.3", + "@swisspost/design-system-documentation": "6.0.0-next.3", + "@swisspost/design-system-icons": "9.0.0-next.3", + "@swisspost/internet-header": "1.14.6-next.3", + "@swisspost/design-system-intranet-header-workspace": "3.0.22-next.3", + "@swisspost/design-system-intranet-header": "9.0.0-next.3", + "@swisspost/design-system-intranet-header-showcase": "1.0.10-next.3", + "@swisspost/design-system-migrations": "9.0.0-next.3", + "@swisspost/design-system-nextjs-integration": "0.1.14-next.3", + "@swisspost/design-system-styles": "9.0.0-next.3", + "@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.3", + "@swisspost/design-system-styles-primeng": "9.0.0-next.3", + "@swisspost/design-system-tokens": "9.0.0-next.3" + } + }, + { + "title": "Version 9", + "version": "9.0.0-next.2", + "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",