Skip to content

Commit 7a221cc

Browse files
Merge pull request #1960 from NYPL/release-4.1.5
Prep for Release v4.1.5
2 parents a90cd86 + 5864f1e commit 7a221cc

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
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.5 (March 5, 2026)
12+
1113
### Fixes
1214

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nypl/design-system-react-components",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "NYPL Reservoir Design System React Components",
55
"repository": {
66
"type": "git",

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)