Skip to content

Commit

Permalink
Merge tag '10.7.1' into dev
Browse files Browse the repository at this point in the history
Tag version 10.7.1
  • Loading branch information
groberts314 committed Sep 20, 2023
2 parents 481e9e9 + cb4a9b0 commit 9e8f02d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.7.1
_September 20, 2023_
- Add `alwaysShowRequiredIndicator` and `required` props to `<SelectNext>`. [PR #462](https://github.com/saddlebackdev/react-cm-ui/pull/462)

## 10.7.0
_September 7, 2023_
- Add `<SelectNext>` component, powered by React Select v5. [PR #461](https://github.com/saddlebackdev/react-cm-ui/pull/461)
Expand Down
2 changes: 1 addition & 1 deletion 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": "@saddlebackchurch/react-cm-ui",
"version": "10.7.0",
"version": "10.7.1",
"description": "React UI for Healthy Church",
"jsnext:main": "src/",
"main": "core/",
Expand Down
2 changes: 1 addition & 1 deletion src/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

const versions = {
'react-cm-ui': {
package: '10.7.0',
package: '10.7.1',
components: {
dataDisplay: {
chip: {
Expand Down

0 comments on commit 9e8f02d

Please sign in to comment.