Skip to content

Commit

Permalink
feat: update version to 10.11.0-rc1
Browse files Browse the repository at this point in the history
* Starting a release candidate branch for React CM UI 10.11.0.
* Will re-target #495 to this release candidate branch and publish a prerelease package from the feature branch.
  • Loading branch information
groberts314 committed Apr 30, 2024
1 parent a449482 commit e91d1c8
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.11.0 - RC1
_April 30, 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.0
_April 30, 2024_
- Fix _yet another_ issue in the TypeScript types for the `<Chip>` component. [PR #494](https://github.com/saddlebackdev/react-cm-ui/pull/494)
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.11.0-rc1",
"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.11.0-rc1',
components: {
dataDisplay: {
chip: {
Expand Down

0 comments on commit e91d1c8

Please sign in to comment.