-
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.15.0](v15.14.0...v15.15.0) (2024-07-16) ### Bug Fixes * **overscroll color:** background color not changing when switching dark/light mode ([#1172](#1172)) ([9b74fe6](9b74fe6)) ### Features * **Cards:** add role prop for touchable cards ([#1169](#1169)) ([a2a7cbf](a2a7cbf)) * **css:** export mistica tokens as public css custom properties ([#1161](#1161)) ([c5f74bc](c5f74bc)) * **Header:** support headline (Tag) ([#1174](#1174)) ([07d8fae](07d8fae)) * **Text:** support setting heading level to span and header pretitleAs ([#1170](#1170)) ([8abf43e](8abf43e))
- Loading branch information
1 parent
c5f74bc
commit 447aeef
Showing
3 changed files
with
17 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.14.0' as string; | ||
export const PACKAGE_VERSION = '15.15.0' as string; |