-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 8.6.0-alpha.1 [skip ci]
# [8.6.0-alpha.1](v8.5.4...v8.6.0-alpha.1) (2024-11-16) ### Features * Refactored class components to functions ([#606](#606)) ([7e8709b](7e8709b))
- Loading branch information
1 parent
7e8709b
commit e8710dd
Showing
3 changed files
with
9 additions
and
3 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,3 +1,3 @@ | ||
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
export const VERSION = '8.5.4'; | ||
export const VERSION_NUMBER = 805004000; | ||
export const VERSION = '8.6.0.alpha.1'; | ||
export const VERSION_NUMBER = 806000101; |