From 82f279fdff304cb235625ba81b0aa83d6b555b9a Mon Sep 17 00:00:00 2001 From: gfellerph Date: Wed, 10 Jul 2024 09:31:15 +0000 Subject: [PATCH] chore(changesets): update release specific files --- .../documentation/public/assets/versions.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/packages/documentation/public/assets/versions.json b/packages/documentation/public/assets/versions.json index bfcef7325b..4996a31075 100644 --- a/packages/documentation/public/assets/versions.json +++ b/packages/documentation/public/assets/versions.json @@ -1,15 +1,21 @@ [ { "title": "Version 7", - "version": "7.0.0", + "version": "7.2.1", "description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", "url": "https://design-system.post.ch", "dependencies": { - "@angular/core": "17.2.3", - "@ng-bootstrap/ng-bootstrap": "16.0.0", - "@swisspost/design-system-intranet-header": "5.0.9", - "@swisspost/design-system-styles": "6.6.2", - "bootstrap": "5.3.3" + "@ng-bootstrap/ng-bootstrap": "^15.0.0 || ^16.0.0", + "@angular/core": "^16.0.0 || ^17.0.0", + "bootstrap": "~5.3.0", + "@swisspost/design-system-changelog-github": "1.0.2", + "@swisspost/design-system-components": "7.2.0", + "@swisspost/design-system-components-angular": "7.2.0", + "@swisspost/design-system-icons": "7.2.0", + "@swisspost/internet-header": "1.13.11", + "@swisspost/design-system-intranet-header": "7.2.0", + "@swisspost/design-system-migrations": "7.2.0", + "@swisspost/design-system-styles": "7.2.0" } }, {