diff --git a/packages/eui-theme-borealis/changelogs/upcoming/8444.md b/packages/eui-theme-borealis/changelogs/upcoming/8444.md new file mode 100644 index 00000000000..2e0a2159132 --- /dev/null +++ b/packages/eui-theme-borealis/changelogs/upcoming/8444.md @@ -0,0 +1,5 @@ +- Added new component tokens: + - `buttonGroupBackgroundDisabledSelected` + - `overlayMaskBackground` + - `overlayMaskBackgroundHighContrast` + - `skeletonBackgroundSkeletonMiddleHighContrast` \ No newline at end of file diff --git a/packages/eui-theme-common/changelogs/upcoming/8444.md b/packages/eui-theme-common/changelogs/upcoming/8444.md new file mode 100644 index 00000000000..f21dab0128e --- /dev/null +++ b/packages/eui-theme-common/changelogs/upcoming/8444.md @@ -0,0 +1,13 @@ +- Removed type `EuiShadowCustomColor` +- Added types: + - `EuiShadowOptions` + - `EuiThemeHighContrastModeProp` + - `EuiThemeHighContrastMode` +- Updated shadow utils to accepts a second `options` argument and return borders in high contrast mode: + - `euiShadow` + - `euiShadowXSmall` + - `euiShadowSmall` + - `euiShadowMedium` + - `euiShadowLarge` + - `euiSlightShadowHover` + - `euiShadowFlat` \ No newline at end of file diff --git a/packages/eui/changelogs/upcoming/8490.md b/packages/eui/changelogs/upcoming/8490.md new file mode 100644 index 00000000000..1c63b41acc1 --- /dev/null +++ b/packages/eui/changelogs/upcoming/8490.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Resolved an internal issue with linked package versions \ No newline at end of file diff --git a/wiki/eui-team-processes/releasing-versions.md b/wiki/eui-team-processes/releasing-versions.md index 864b55b338f..a2f46010bed 100644 --- a/wiki/eui-team-processes/releasing-versions.md +++ b/wiki/eui-team-processes/releasing-versions.md @@ -24,8 +24,8 @@ git checkout main If you're already on the `main` branch, make sure you're on the latest state: ```sh -yarn fetch -yarn pull +git fetch +git pull ``` Ensure the release-cli is build: