Skip to content

Commit 7f3352a

Browse files
Prep for Release v4.1.5
1 parent ba1269b commit 7f3352a

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Currently, this repo is in Prerelease. When it is released, this project will ad
88

99
## Prerelease
1010

11+
## 4.1.4 (March 5, 2026)
12+
1113
### Fixes
1214

1315
- Fixed the double application of styles when a custom svg is passed into the `Icon` component.

src/components/Icons/Icon.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { changelogData } from "./iconChangelogData";
1919
componentName="Icon"
2020
summary="Renders commonly used icons in SVG format"
2121
versionAdded="0.0.4"
22-
versionLatest="Prerelease"
22+
versionLatest="4.1.5"
2323
/>
2424

2525
<Canvas of={IconStories.WithControls} />

src/components/Icons/iconChangelogData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { ChangelogData } from "../../utils/ComponentChangelogTable";
1010

1111
export const changelogData: ChangelogData[] = [
1212
{
13-
date: "Prerelease",
14-
version: "Prerelease",
13+
date: "2026-03-05",
14+
version: "4.1.5",
1515
type: "Bug Fix",
1616
affects: ["Functionality", "Styles"],
1717
notes: [

src/components/Select/Select.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { changelogData } from "./selectChangelogData";
2020
componentName="Select"
2121
summary="Input element that allows a user to pick a single value from a list of related options"
2222
versionAdded="0.7.0"
23-
versionLatest="Prerelease"
23+
versionLatest="4.1.5"
2424
/>
2525

2626
<Canvas of={SelectStories.WithControls} />

src/components/Select/selectChangelogData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { ChangelogData } from "../../utils/ComponentChangelogTable";
1010

1111
export const changelogData: ChangelogData[] = [
1212
{
13-
date: "Prerelease",
14-
version: "Prerelease",
13+
date: "2026-03-05",
14+
version: "4.1.5",
1515
type: "Update",
1616
affects: ["Styles"],
1717
notes: ["Fixes the RTL styles for the dropdown arrow."],

0 commit comments

Comments
 (0)