Skip to content

Commit

Permalink
fix(documentation): implement the correct changelog.md for the change…
Browse files Browse the repository at this point in the history
…logs/intranet-header docs page (#3293)
  • Loading branch information
oliverschuerch authored Jul 18, 2024
1 parent 9c8b2eb commit f9c8f02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/late-hounds-buy.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit f9c8f02

Please sign in to comment.