Skip to content

Commit 4de05f6

Browse files
committed
chore: update package versions [skip ci]
1 parent 2890ffe commit 4de05f6

File tree

10 files changed

+35
-26
lines changed

10 files changed

+35
-26
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [`v0.1.0`](https://github.com/elastic/eui/releases/v0.1.0)
2+
3+
- Added new component tokens: ([#8444](https://github.com/elastic/eui/pull/8444))
4+
- `buttonGroupBackgroundDisabledSelected`
5+
- `overlayMaskBackground`
6+
- `overlayMaskBackgroundHighContrast`
7+
- `skeletonBackgroundSkeletonMiddleHighContrast`
8+

packages/eui-theme-borealis/changelogs/upcoming/8444.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eui-theme-borealis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-borealis",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "A visual theme for EUI",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## [`v0.1.0`](https://github.com/elastic/eui/releases/v0.1.0)
2+
3+
- Removed type `EuiShadowCustomColor` ([#8444](https://github.com/elastic/eui/pull/8444))
4+
- Added types: ([#8444](https://github.com/elastic/eui/pull/8444))
5+
- `EuiShadowOptions`
6+
- `EuiThemeHighContrastModeProp`
7+
- `EuiThemeHighContrastMode`
8+
- Updated shadow utils to accepts a second `options` argument and return borders in high contrast mode: ([#8444](https://github.com/elastic/eui/pull/8444))
9+
- `euiShadow`
10+
- `euiShadowXSmall`
11+
- `euiShadowSmall`
12+
- `euiShadowMedium`
13+
- `euiShadowLarge`
14+
- `euiSlightShadowHover`
15+
- `euiShadowFlat`
16+

packages/eui-theme-common/changelogs/upcoming/8444.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/eui-theme-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/eui-theme-common",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "EUI theme common",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"scripts": {

packages/eui/changelogs/CHANGELOG_2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [`v101.0.1`](https://github.com/elastic/eui/releases/v101.0.1)
2+
3+
**Bug fixes**
4+
5+
- Resolved an internal issue with linked package versions ([#8490](https://github.com/elastic/eui/pull/8490))
6+
17
## [`v101.0.0`](https://github.com/elastic/eui/releases/v101.0.0)
28

39
- Updated `EuiProvider` and `EuiThemeProvider` with a new `highContrastMode` ([#8444](https://github.com/elastic/eui/pull/8444))

packages/eui/changelogs/upcoming/8490.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/eui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/eui",
33
"description": "Elastic UI Component Library",
4-
"version": "101.0.0",
4+
"version": "101.0.1",
55
"license": "SEE LICENSE IN LICENSE.txt",
66
"main": "lib",
77
"module": "es",
@@ -259,7 +259,7 @@
259259
},
260260
"peerDependencies": {
261261
"@elastic/datemath": "^5.0.2",
262-
"@elastic/eui-theme-borealis": "0.0.11",
262+
"@elastic/eui-theme-borealis": "0.1.0",
263263
"@emotion/css": "11.x",
264264
"@emotion/react": "11.x",
265265
"@types/react": "^16.9 || ^17.0 || ^18.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7253,7 +7253,7 @@ __metadata:
72537253
yo: "npm:^4.3.1"
72547254
peerDependencies:
72557255
"@elastic/datemath": ^5.0.2
7256-
"@elastic/eui-theme-borealis": 0.0.11
7256+
"@elastic/eui-theme-borealis": 0.1.0
72577257
"@emotion/css": 11.x
72587258
"@emotion/react": 11.x
72597259
"@types/react": ^16.9 || ^17.0 || ^18.0

0 commit comments

Comments
 (0)