-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [15.17.0](v15.16.4...v15.17.0) (2024-08-01) ### Bug Fixes * **Chip:** missing data-component-name when closable ([#1191](#1191)) ([e4e284f](e4e284f)) * **Dialogs:** avoid double execution of native dialogs ([#1183](#1183)) ([68c8db7](68c8db7)) * **Select:** onChange was called twice and there was an empty option in iOS ([#1185](#1185)) ([c44b25b](c44b25b)) ### Features * **icons:** New box, High-priority and MMS icons ([#1188](#1188)) ([edff352](edff352)) * **Rows:** a11y update ([#1180](#1180)) ([5f995ad](5f995ad)) * **ThemeContextProvider:** expose TextPreset size/lineHeight tokens as css vars ([#1178](#1178)) ([921eacf](921eacf))
- Loading branch information
1 parent
d3e8054
commit d8ad685
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// DO NOT EDIT THIS FILE. It's autogenerated by set-version.js | ||
export const PACKAGE_VERSION = '15.16.4' as string; | ||
export const PACKAGE_VERSION = '15.17.0' as string; |