Skip to content

Commit

Permalink
v28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trappar committed Dec 2, 2022
1 parent 81fdb83 commit 0f18a4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

# v28.0.0

- [Dependencies] Update `react` to 18.2.0 and adjust peer-dependencies to allow `react` 17 or 18.
- [Dependencies] Update Storybook related packages to 6.5.13.
- [Dependencies] Update `@react-aria/dialog` to 3.4.1.
- [Dependencies] Update `@react-aria/focus` to 3.10.0.
- [Components] **BREAKING** Remove usage of PropTypes.

# v27.2.5

- [Components] Update `border-radius` of `Image` styled component inside `OptionButton`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radiance-ui",
"version": "27.2.5",
"version": "28.0.0",
"description": "Curology's React based component library",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down

0 comments on commit 0f18a4f

Please sign in to comment.