Skip to content

Commit

Permalink
Merge branch 'release/10.11.0' into features/97569-css-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
groberts314 committed May 10, 2024
2 parents 1bff88e + 173c684 commit c9ab9d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 10.11.0 - RC3
_May 8, 2024_
## 10.11.0 - RC4
_May 10, 2024_
- Adds a new parent class name for all CSS from the React CM UI library, to assist with controlling styling bundled with Healthy Church widgets. [PR #495](https://github.com/saddlebackdev/react-cm-ui/pull/495)

## 10.10.1
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.11.0-rc3",
"version": "10.11.0-rc4",
"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.11.0-rc3',
package: '10.11.0-rc4',
components: {
dataDisplay: {
chip: {
Expand Down

0 comments on commit c9ab9d7

Please sign in to comment.