Skip to content

Commit

Permalink
Merge tag '10.6.13' into dev
Browse files Browse the repository at this point in the history
Tag version 10.6.13
  • Loading branch information
groberts314 committed Jul 25, 2023
2 parents c0033d0 + 8daf435 commit d273a8b
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.6.13
_July 25, 2023_
- Fix regression with CSS import/export in `<Image>` component. [PR #457](https://github.com/saddlebackdev/react-cm-ui/pull/457)

## 10.6.8-hotfix-1
_July 25, 2023_
- Fix a bug in `<PhoneInput>` component where the country flag icons were not being rendered in Safari browsers. [PR #456](https://github.com/saddlebackdev/react-cm-ui/pull/456)
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.6.12",
"version": "10.6.13",
"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.6.12',
package: '10.6.13',
components: {
dataDisplay: {
chip: {
Expand Down

0 comments on commit d273a8b

Please sign in to comment.