diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d36e24f7e4..24274f9790 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "packages/css": "0.12.0", - "packages/react": "0.12.0", + "packages/css": "0.13.0", + "packages/react": "0.13.0", "proprietary/assets": "0.2.2", "proprietary/react-icons": "0.1.13", - "proprietary/tokens": "0.12.0" + "proprietary/tokens": "0.13.0" } diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index d326737a74..eb51493445 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/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.13.0](https://github.com/Amsterdam/design-system/compare/design-system-css-v0.12.0...design-system-css-v0.13.0) (2024-10-28) + + +### ⚠ BREAKING CHANGES + +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) + +### Bug Fixes + +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) ([139d8cb](https://github.com/Amsterdam/design-system/commit/139d8cb5c8fc4ffc93a2283abeabda6b8364b7cc)) + ## [0.12.0](https://github.com/Amsterdam/design-system/compare/design-system-css-v0.11.1...design-system-css-v0.12.0) (2024-10-25) ### ⚠ BREAKING CHANGES diff --git a/packages/css/package.json b/packages/css/package.json index 39e7c4bdab..e4946b1d55 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "author": "Design System Team, City of Amsterdam ", "description": "Stylesheets for all components from the Amsterdam Design System and some general utilities. Use it to apply the visual design of the City of Amsterdam to your HTML elements or non-React components.", "homepage": "https://designsystem.amsterdam/", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index eb43efe7d7..7bc338c949 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.13.0](https://github.com/Amsterdam/design-system/compare/design-system-react-v0.12.0...design-system-react-v0.13.0) (2024-10-28) + + +### ⚠ BREAKING CHANGES + +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) + +### Bug Fixes + +* Don’t render a Description List class for an undefined value ([#1705](https://github.com/Amsterdam/design-system/issues/1705)) ([63c1fed](https://github.com/Amsterdam/design-system/commit/63c1fed6beb60a8d42c6dd3fe029ef45c7d150ac)) +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) ([139d8cb](https://github.com/Amsterdam/design-system/commit/139d8cb5c8fc4ffc93a2283abeabda6b8364b7cc)) + ## [0.12.0](https://github.com/Amsterdam/design-system/compare/design-system-react-v0.11.1...design-system-react-v0.12.0) (2024-10-25) ### ⚠ BREAKING CHANGES diff --git a/packages/react/package.json b/packages/react/package.json index 616fb93253..bfaf4c4e8b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "author": "Design System Team, City of Amsterdam ", "description": "All React components from the Amsterdam Design System. Use it to compose pages in your website or application.", "homepage": "https://designsystem.amsterdam/", diff --git a/proprietary/tokens/CHANGELOG.md b/proprietary/tokens/CHANGELOG.md index fccca46d0a..8dba2f8294 100644 --- a/proprietary/tokens/CHANGELOG.md +++ b/proprietary/tokens/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.13.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v0.12.0...design-system-tokens-v0.13.0) (2024-10-28) + + +### ⚠ BREAKING CHANGES + +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) + +### Bug Fixes + +* Rename Description List ‘details’ to ’description’ ([#1703](https://github.com/Amsterdam/design-system/issues/1703)) ([139d8cb](https://github.com/Amsterdam/design-system/commit/139d8cb5c8fc4ffc93a2283abeabda6b8364b7cc)) + ## [0.12.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v0.11.0...design-system-tokens-v0.12.0) (2024-10-25) ### ⚠ BREAKING CHANGES diff --git a/proprietary/tokens/package.json b/proprietary/tokens/package.json index 47ef064348..74cfe45bef 100644 --- a/proprietary/tokens/package.json +++ b/proprietary/tokens/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "author": "Design System Team, City of Amsterdam ", "description": "All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.", "homepage": "https://designsystem.amsterdam/",