Skip to content

Commit

Permalink
feat: update version to 10.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groberts314 committed May 1, 2024
1 parent c8ef878 commit 35f0f59
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.10.1
_May 1, 2024_
- Incorporate change from `10.9.9-hotfix1` into `latest`.

## 10.9.9 Hotfix 1
_May 1, 2024_
- Add some conditional logic to `<Select>` component to prevent `onInputChange` prop and using "createable" options from stomping on each others' toes. [PR #497](https://github.com/saddlebackdev/react-cm-ui/pull/497).
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.10.0",
"version": "10.10.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.10.0',
package: '10.10.1',
components: {
dataDisplay: {
chip: {
Expand Down

0 comments on commit 35f0f59

Please sign in to comment.