From 9c6562032d942ec1c57d47aaac4fcb66130dea53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Thu, 18 Jul 2024 16:37:00 +0200 Subject: [PATCH 1/2] fix(documentation): implement the correct changelog.md for the changelogs/intranet-header docs page --- .../changelogs/intranet-header/changelog.docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx b/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx index ceb85d8243..7d6fcb0591 100644 --- a/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx +++ b/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx @@ -1,5 +1,5 @@ import { Markdown, Meta } from '@storybook/blocks'; -import changelog from '@/../../intranet-header-workspace/CHANGELOG.md?raw'; +import changelog from '@/../../intranet-header-workspace/projects/intranet-header/CHANGELOG.md?raw'; import ChangelogStories from './changelog.stories'; import { CodeOrSourceMdx } from '@/utils/codeOrSourceMdx'; From 2d8998fa1deb3cc96c593f74cc186528e1586785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Thu, 18 Jul 2024 16:38:40 +0200 Subject: [PATCH 2/2] chore: changeset --- .changeset/late-hounds-buy.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/late-hounds-buy.md diff --git a/.changeset/late-hounds-buy.md b/.changeset/late-hounds-buy.md new file mode 100644 index 0000000000..b2a659ac95 --- /dev/null +++ b/.changeset/late-hounds-buy.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Fixed the wrong implementation of the intranet-header changeset.md file in the changelog/intranet-header docs page.