We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959b506 commit c976190Copy full SHA for c976190
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## [v0.48.5](https://github.com/buildo/react-components/tree/v0.48.5) (2021-09-24)
6
+[Full Changelog](https://github.com/buildo/react-components/compare/v0.48.4...v0.48.5)
7
+
8
+#### New features:
9
10
+- RadioGroup doesn't support custom values [#1476](https://github.com/buildo/react-components/issues/1476)
11
12
## [v0.48.4](https://github.com/buildo/react-components/tree/v0.48.4) (2021-09-01)
13
[Full Changelog](https://github.com/buildo/react-components/compare/v0.48.3...v0.48.4)
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "buildo-react-components",
- "version": "0.48.4",
+ "version": "0.48.5",
"description": "Collection of general React components used in buildo projects.",
"main": "lib",
"scripts": {
0 commit comments