diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 3b2e9f073a..1f0c8d0970 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-css@0.9.0...@digdir/designsystemet-css@0.10.0) (2024-06-07) + +### Bug Fixes + +- **Heading:** :coffin: Remove non-working `3xlarge`/`3xl` size ([#2074](https://github.com/digdir/designsystemet/issues/2074)) ([dad4c8e](https://github.com/digdir/designsystemet/commit/dad4c8e3fa96e7e3232960b9224b03afbf9b2f1c)) + +### Features + +- **css:** use native selectors ([#2050](https://github.com/digdir/designsystemet/issues/2050)) ([f1747b0](https://github.com/digdir/designsystemet/commit/f1747b033dd61d42734fd1ede758dc8b86516c45)) + # [0.9.0](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-css@0.8.0...@digdir/designsystemet-css@0.9.0) (2024-05-24) ### Bug Fixes diff --git a/packages/css/package.json b/packages/css/package.json index 5677a28b3a..ac4ee40218 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-css", - "version": "0.9.0", + "version": "0.10.0", "description": "CSS for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet", diff --git a/packages/react-old/CHANGELOG.md b/packages/react-old/CHANGELOG.md index 0071255bee..c6732bc442 100644 --- a/packages/react-old/CHANGELOG.md +++ b/packages/react-old/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.54.0](https://github.com/digdir/designsystemet/compare/@digdir/design-system-react@0.53.12...@digdir/design-system-react@0.54.0) (2024-06-07) + +### Features + +- :heavy_minus_sign: Remove re-export of `@digdir/designsystemet-react` components ([#2114](https://github.com/digdir/designsystemet/issues/2114)) ([bc46492](https://github.com/digdir/designsystemet/commit/bc464924590ec64ecdac1af48ec3e2588cca2466)) + +### BREAKING CHANGES + +- Removes re-export of components from + `@digdir/designsystemet-react` + ## [0.53.12](https://github.com/digdir/designsystemet/compare/@digdir/design-system-react@0.53.11...@digdir/design-system-react@0.53.12) (2024-05-24) **Note:** Version bump only for package @digdir/design-system-react diff --git a/packages/react-old/package.json b/packages/react-old/package.json index 8f49a9458c..5fcf247abc 100644 --- a/packages/react-old/package.json +++ b/packages/react-old/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/design-system-react", - "version": "0.53.12", + "version": "0.54.0", "description": "Legacy React components for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7c9045f7f1..32cfa12904 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.63.0](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-react@0.62.0...@digdir/designsystemet-react@0.63.0) (2024-06-07) + +### Bug Fixes + +- **Combobox:** make value as string of integer work ([#2095](https://github.com/digdir/designsystemet/issues/2095)) ([0a687f2](https://github.com/digdir/designsystemet/commit/0a687f2a8ef42d1b4ee051644bf3f8baaa7afcab)), closes [#2081](https://github.com/digdir/designsystemet/issues/2081) [#2106](https://github.com/digdir/designsystemet/issues/2106) +- **Heading:** :coffin: Remove non-working `3xlarge`/`3xl` size ([#2074](https://github.com/digdir/designsystemet/issues/2074)) ([dad4c8e](https://github.com/digdir/designsystemet/commit/dad4c8e3fa96e7e3232960b9224b03afbf9b2f1c)) + +### Features + +- **css:** use native selectors ([#2050](https://github.com/digdir/designsystemet/issues/2050)) ([f1747b0](https://github.com/digdir/designsystemet/commit/f1747b033dd61d42734fd1ede758dc8b86516c45)) + # [0.62.0](https://github.com/digdir/designsystemet/compare/@digdir/designsystemet-react@0.61.0...@digdir/designsystemet-react@0.62.0) (2024-05-24) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index fee5e4fd95..5045ad59fc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-react", - "version": "0.62.0", + "version": "0.63.0", "description": "React components for Designsystemet", "author": "Designsystemet team", "repository": "https://github.com/digdir/designsystemet",