Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Mar 15, 2024
1 parent c9125c8 commit 58dccbd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/zakodium-oss/react-science/compare/v0.37.0...v1.0.0) (2024-03-14)


### ⚠ BREAKING CHANGES

* useSelect now takes `itemTextKey` or `getItemText` prop to choose what text should be rendered in a Select option

### Features

* default selected value and custom text with useSelect ([#681](https://github.com/zakodium-oss/react-science/issues/681)) ([c9125c8](https://github.com/zakodium-oss/react-science/commit/c9125c876707cb520e8141d35a0f5e9bcc1fbd66))

## [0.37.0](https://github.com/zakodium-oss/react-science/compare/v0.36.0...v0.37.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-science",
"version": "0.37.0",
"version": "1.0.0",
"description": "React components to build scientific applications UI",
"exports": {
"./app": {
Expand Down

0 comments on commit 58dccbd

Please sign in to comment.