Skip to content

Commit 2890ffe

Browse files
authored
Fix: Add missing changelogs for theme packages (#8490)
1 parent 5e9b17e commit 2890ffe

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Added new component tokens:
2+
- `buttonGroupBackgroundDisabledSelected`
3+
- `overlayMaskBackground`
4+
- `overlayMaskBackgroundHighContrast`
5+
- `skeletonBackgroundSkeletonMiddleHighContrast`
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- Removed type `EuiShadowCustomColor`
2+
- Added types:
3+
- `EuiShadowOptions`
4+
- `EuiThemeHighContrastModeProp`
5+
- `EuiThemeHighContrastMode`
6+
- Updated shadow utils to accepts a second `options` argument and return borders in high contrast mode:
7+
- `euiShadow`
8+
- `euiShadowXSmall`
9+
- `euiShadowSmall`
10+
- `euiShadowMedium`
11+
- `euiShadowLarge`
12+
- `euiSlightShadowHover`
13+
- `euiShadowFlat`
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Bug fixes**
2+
3+
- Resolved an internal issue with linked package versions

wiki/eui-team-processes/releasing-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ git checkout main
2424

2525
If you're already on the `main` branch, make sure you're on the latest state:
2626
```sh
27-
yarn fetch
28-
yarn pull
27+
git fetch
28+
git pull
2929
```
3030

3131
Ensure the release-cli is build:

0 commit comments

Comments
 (0)