Release/41.0.0#1180
Merged
Merged
Conversation
Contributor
📖 Storybook Preview |
georgewrmarshall
requested changes
May 20, 2026
| { | ||
| "name": "@metamask/design-system-react", | ||
| "version": "0.23.0", | ||
| "version": "0.24.0", |
Contributor
There was a problem hiding this comment.
The design-system-react bump from 0.23.0 to 0.24.0 is a minor version, but the only change in this package is the Telegram SVG asset update (#1176) — no new exports, no API additions, no behavior changes. This should be a patch bump (0.23.1).
Minor bumps are appropriate when new features or API additions land. An icon asset swap is a patch-level change.
7653117 to
c337b7e
Compare
Contributor
📖 Storybook Preview |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 41.0.0
This release adds mobile layout components (
TitleAlert,SectionHeader,SectionDivider), exports shared types for the new cross-platform contracts, and updates theTelegramicon asset on web and mobile. There are no breaking API changes.📦 Package Versions
@metamask/design-system-shared: 0.19.0@metamask/design-system-react: 0.23.1@metamask/design-system-react-native: 0.26.0🔄 Shared Type Updates (0.19.0)
Component Type Additions (#1131, #1175)
What Changed:
TitleAlertPropsSharedfor alert-style title layouts (severity, title row, optional description)SectionHeaderPropsSharedfor section headings with optional accessories and icon shortcutsTelegramicon asset to match the official Telegram logo (#1176)Impact:
TitleAlertandSectionHeaderimplementations across React and React NativeIconName.Telegramon either platform get the updated glyph without API changes🌐 React Web Updates (0.23.1)
Changed
Telegramicon asset to match the official Telegram logo (#1176)📱 React Native Updates (0.26.0)
Added
TitleAlertfor alert-style headings with a severity icon, title row, and optional description in modals, bottom sheets, and other compact surfaces (#1131)SectionHeaderfor section titles with optional start and end accessories, icon shortcuts, and an inline title accessory (#1175)SectionDivideras a horizontal rule with a muted top border and default vertical spacing for separating screen sections (#1174)Changed
Telegramicon asset to match the official Telegram logo (#1176)None in this release.
✅ Checklist
yarn changelog:validate)Telegramicon asset update onlyPre-merge author checklist
yarn build && yarn test && yarn lint)yarn changelog:validate)Pre-merge reviewer checklist