diff --git a/.changeset/eager-spiders-stay.md b/.changeset/eager-spiders-stay.md deleted file mode 100644 index 9dd2a05960..0000000000 --- a/.changeset/eager-spiders-stay.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@rhds/elements": patch ---- -``: improve compatibility with SSR diff --git a/.changeset/happy-eels-fail.md b/.changeset/happy-eels-fail.md deleted file mode 100644 index 0aa165bb3d..0000000000 --- a/.changeset/happy-eels-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rhds/elements": patch ---- - -``: corrected visibility of the borders when using the dark color palette diff --git a/.changeset/moody-cobras-happen.md b/.changeset/moody-cobras-happen.md deleted file mode 100644 index 5480d4dd08..0000000000 --- a/.changeset/moody-cobras-happen.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@rhds/elements": patch ---- -``: fixed styles and typings for the `RhAlert.toast()` method diff --git a/.changeset/selfish-spies-fry.md b/.changeset/selfish-spies-fry.md deleted file mode 100644 index de127c856d..0000000000 --- a/.changeset/selfish-spies-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rhds/elements": patch ---- - -``: corrected style issue which caused layout side effects diff --git a/.changeset/sixty-cases-like.md b/.changeset/sixty-cases-like.md deleted file mode 100644 index dcbddbad5d..0000000000 --- a/.changeset/sixty-cases-like.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@rhds/elements": patch ---- -``: prevent error when hydrating server-side-rendered icons diff --git a/.changeset/slimy-experts-call.md b/.changeset/slimy-experts-call.md deleted file mode 100644 index 008a51bf3d..0000000000 --- a/.changeset/slimy-experts-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rhds/elements": patch ---- - -``: corrected icon not loading on default variant diff --git a/.changeset/whole-pillows-run.md b/.changeset/whole-pillows-run.md deleted file mode 100644 index 0ed5f94c8c..0000000000 --- a/.changeset/whole-pillows-run.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@rhds/elements": patch ---- -``: builds-in the style guidelines in: back to top is fixed and always on top. Note that this change removes previously undocumented CSS custom properties `--rh-back-to-top-position-right` and `--rh-back-to-top-position-bottom`. diff --git a/.changeset/wicked-steaks-love.md b/.changeset/wicked-steaks-love.md deleted file mode 100644 index 0fa516b194..0000000000 --- a/.changeset/wicked-steaks-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rhds/elements": patch ---- - -``: added border radius style to match specifications diff --git a/.changeset/wild-foxes-smoke.md b/.changeset/wild-foxes-smoke.md deleted file mode 100644 index 36aef2e48e..0000000000 --- a/.changeset/wild-foxes-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rhds/elements": patch ---- - -``: corrected logo slot text line-height diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ba5cdb8d..aef1d6c393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @rhds/elements +## 2.0.1 + +### Patch Changes + +- 1ec3653: ``: improve compatibility with SSR +- f77af9a: ``: corrected visibility of the borders when using the dark color palette +- 1ec3653: ``: fixed styles and typings for the `RhAlert.toast()` method +- fecbe5d: ``: corrected style issue which caused layout side effects +- 1ec3653: ``: prevent error when hydrating server-side-rendered icons +- cb5e01a: ``: corrected icon not loading on default variant +- f4fcd78: ``: builds-in the style guidelines in: back to top is fixed and always on top. Note that this change removes previously undocumented CSS custom properties `--rh-back-to-top-position-right` and `--rh-back-to-top-position-bottom`. +- 5323a21: ``: added border radius style to match specifications +- b558e00: ``: corrected logo slot text line-height + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index aa74845238..2570b0b669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhds/elements", - "version": "2.0.0", + "version": "2.0.1", "description": "Red Hat Design System Elements", "type": "module", "license": "MIT",