We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44375d commit 22e87faCopy full SHA for 22e87fa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# v30.2.0
4
+
5
+- [Components] Add optional `isRequired` and `displayRequiredOrOptionalText` props to Accordion component.
6
7
# v30.1.4
8
9
- [Icons] Fix DarkCirclesGlyph
package.json
@@ -1,6 +1,6 @@
{
"name": "radiance-ui",
- "version": "30.1.4",
+ "version": "30.2.0",
"description": "Curology's React based component library",
"main": "lib/index.cjs",
"module": "lib/index.js",
0 commit comments