diff --git a/.changeset/empty-geese-explain.md b/.changeset/empty-geese-explain.md deleted file mode 100644 index ca1ffc279..000000000 --- a/.changeset/empty-geese-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@guardian/source': major ---- - -- Adds `collapseUntil` option to `Inline` layout component to allow collapsing into a single column below a given breakpoint. -- Text and icons are now horizontally centred within buttons. Visually this is only apparent if a button's styles have been overridden and it is stretched beyond it's natural intrinsic width. (Previously the text and icon would be pushed to the edges of the button.) diff --git a/.changeset/forty-comics-scream.md b/.changeset/forty-comics-scream.md deleted file mode 100644 index f14d1867d..000000000 --- a/.changeset/forty-comics-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@guardian/source': patch ---- - -Fixes bug where `space.0` was not applied to `Inline` layouts and updates `Column` and `Stack` to support all spacing units diff --git a/libs/@guardian/source/CHANGELOG.md b/libs/@guardian/source/CHANGELOG.md index 273dc5b96..250ac0914 100644 --- a/libs/@guardian/source/CHANGELOG.md +++ b/libs/@guardian/source/CHANGELOG.md @@ -1,5 +1,17 @@ # @guardian/source +## 2.0.0 + +### Major Changes + +- 637d127: + - Adds `collapseUntil` option to `Inline` layout component to allow collapsing into a single column below a given breakpoint. + - Text and icons are now horizontally centred within buttons. Visually this is only apparent if a button's styles have been overridden and it is stretched beyond it's natural intrinsic width. (Previously the text and icon would be pushed to the edges of the button.) + +### Patch Changes + +- 1921d8c: Fixes bug where `space.0` was not applied to `Inline` layouts and updates `Column` and `Stack` to support all spacing units + ## 1.0.3 ### Patch Changes diff --git a/libs/@guardian/source/package.json b/libs/@guardian/source/package.json index 6bea3f9cb..ba762288a 100644 --- a/libs/@guardian/source/package.json +++ b/libs/@guardian/source/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source", - "version": "1.0.3", + "version": "2.0.0", "license": "Apache-2.0", "sideEffects": false, "type": "module",