diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 1f0c8d0970..3b2e9f073a 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -3,16 +3,6 @@ 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 75b34ce443..42318e9237 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/designsystemet-css", - "version": "0.11.0-alpha.1", + "version": "0.10.0-alpha.1", "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 c6732bc442..0071255bee 100644 --- a/packages/react-old/CHANGELOG.md +++ b/packages/react-old/CHANGELOG.md @@ -3,17 +3,6 @@ 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 e115880cac..1bbcc80a79 100644 --- a/packages/react-old/package.json +++ b/packages/react-old/package.json @@ -1,6 +1,6 @@ { "name": "@digdir/design-system-react", - "version": "0.54.0", + "version": "0.53.12", "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 32cfa12904..7c9045f7f1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,17 +3,6 @@ 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