-
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.
# [16.3.0](v16.2.0...v16.3.0) (2024-10-16) ### Bug Fixes * **Sheet:** lock focus inside sheet container when content is not interactive ([#1264](#1264)) ([dd0fdad](dd0fdad)) * **Text:** extract textProps to separate file ([#1267](#1267)) ([3894eb9](3894eb9)) ### Features * **Box:** remove className usages ([#1266](#1266)) ([56a25e0](56a25e0))
- Loading branch information
1 parent
3894eb9
commit 439300d
Showing
3 changed files
with
15 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 = '16.2.0' as string; | ||
export const PACKAGE_VERSION = '16.3.0' as string; |