Skip to content

Commit

Permalink
docs: Concate prerelease changelogs to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Apr 15, 2024
1 parent 3891a4c commit 7e0cd99
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

- 🎨 Use new sizing scale for typography and components ([#1696](https://github.com/digdir/designsystemet/issues/1696)) ([61b1af7](https://github.com/digdir/designsystemet/commit/61b1af79d96049b664c3fd5725fdffe0f34b27cb))
- **css:** Add cascade layer for every component ([#1805](https://github.com/digdir/designsystemet/issues/1805)) ([b40f95b](https://github.com/digdir/designsystemet/commit/b40f95b837355c402d081e6c89dcb8627e32a71b))
- **css:** Add autoprefixer with configuration ([#1669](https://github.com/digdir/designsystemet/issues/1669) [#1773](https://github.com/digdir/designsystemet/issues/1773)) ([#1783](https://github.com/digdir/designsystemet/issues/1783)) ([e870720](https://github.com/digdir/designsystemet/commit/e8707209a1ff2eaf1f3379736ff2ed99988493b3))

## [0.3.3-alpha.2](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-css@0.3.3-alpha.1...@digdir/designsystemet-css@0.3.3-alpha.2) (2024-04-10)

Expand Down
4 changes: 3 additions & 1 deletion packages/react-old/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [0.53.7](https://github.com/digdir/designsystemet/compare/@digdir/design-system-react@0.53.7-alpha.2...@digdir/design-system-react@0.53.7) (2024-04-15)

**Note:** Version bump only for package @digdir/design-system-react
### Bug Fixes

- Check if `window` is defined in `AnimateHeight` ([06875a4](https://github.com/digdir/designsystemet/commit/06875a4ab37289c5417ac571336b2ffe6fc81bd7))

## [0.53.7-alpha.2](https://github.com/digdir/designsystemet/compare/@digdir/design-system-react@0.53.7-alpha.1...@digdir/design-system-react@0.53.7-alpha.2) (2024-04-10)

Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [0.57.0](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-react@0.56.3-alpha.1...@digdir/designsystemet-react@0.57.0) (2024-04-15)

### Bug Fixes

- Check if window is defined in AnimateHeight ([#1797](https://github.com/digdir/designsystemet/issues/1797)) ([66aec2d](https://github.com/digdir/designsystemet/commit/66aec2de637234f12a72e6d726ffc8e5a127196b))

### Features

- 🎨 Use new sizing scale for typography and components ([#1696](https://github.com/digdir/designsystemet/issues/1696)) ([61b1af7](https://github.com/digdir/designsystemet/commit/61b1af79d96049b664c3fd5725fdffe0f34b27cb))
- **css:** Add cascade layer for every component ([#1805](https://github.com/digdir/designsystemet/issues/1805)) ([b40f95b](https://github.com/digdir/designsystemet/commit/b40f95b837355c402d081e6c89dcb8627e32a71b))
- **DropdownMenu, Popover, Modal:** Using `asChild` on `Trigger` components no longer clones style to child ([#1795](https://github.com/digdir/designsystemet/issues/1795)) ([b827689](https://github.com/digdir/designsystemet/commit/b8276899a6493cd3d651138a00d7ec464b61b60f))
-

## [0.56.3-alpha.1](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-react@0.56.3-alpha.0...@digdir/designsystemet-react@0.56.3-alpha.1) (2024-04-10)

Expand Down
5 changes: 4 additions & 1 deletion packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [0.15.1](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-theme@0.15.1-alpha.3...@digdir/designsystemet-theme@0.15.1) (2024-04-15)

**Note:** Version bump only for package @digdir/designsystemet-theme
### Features

- 🎨 Use new sizing scale for typography and components ([#1696](https://github.com/digdir/designsystemet/issues/1696)) ([61b1af7](https://github.com/digdir/designsystemet/commit/61b1af79d96049b664c3fd5725fdffe0f34b27cb))
- **Ingress:** Change line height ([#1793](https://github.com/digdir/designsystemet/issues/1793)) ([0e0b35b](https://github.com/digdir/designsystemet/commit/0e0b35be735fa35b5b319e1b07e13896d077cc9b))

## [0.15.1-alpha.3](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-theme@0.15.1-alpha.2...@digdir/designsystemet-theme@0.15.1-alpha.3) (2024-04-10)

Expand Down

0 comments on commit 7e0cd99

Please sign in to comment.