diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf8c71e..ef92d6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `` component. [PR #494](https://github.com/saddlebackdev/react-cm-ui/pull/494) diff --git a/package-lock.json b/package-lock.json index ea96f0cd..95d8b3f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@saddlebackchurch/react-cm-ui", - "version": "10.10.0", + "version": "10.11.0-rc1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abf12c4a..362179d8 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/src/versions.js b/src/versions.js index 0c7638de..9d1cf701 100644 --- a/src/versions.js +++ b/src/versions.js @@ -18,7 +18,7 @@ const versions = { 'react-cm-ui': { - package: '10.10.0', + package: '10.11.0-rc1', components: { dataDisplay: { chip: {