Skip to content

Commit b40f89c

Browse files
committed
chore(main): release 12.0.0
1 parent d69d7e0 commit b40f89c

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [12.0.0](https://github.com/zakodium-oss/react-science/compare/v11.2.0...v12.0.0) (2024-12-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `RadioGroup` component has been renamed to `RadioButtonGroup`. Its interface is now the same as blueprintjs's `RadioGroup` component, which changes how multiple of its props are named and typed.
9+
10+
### Miscellaneous Chores
11+
12+
* remove radix-ui dependencies ([#780](https://github.com/zakodium-oss/react-science/issues/780)) ([d69d7e0](https://github.com/zakodium-oss/react-science/commit/d69d7e00a7585dd88c04a2c6f7c3936f2f4558d7))
13+
314
## [11.2.0](https://github.com/zakodium-oss/react-science/compare/v11.1.0...v11.2.0) (2024-12-05)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-science",
3-
"version": "11.2.0",
3+
"version": "12.0.0",
44
"description": "React components to build scientific applications UI",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)