Skip to content

Commit

Permalink
Merge pull request #1779 from isomerpages/release/0.72.0
Browse files Browse the repository at this point in the history
Release/0.72.0
  • Loading branch information
alexanderleegs authored Jan 18, 2024
2 parents 7c8458a + 1ae1b30 commit ea520b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.72.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.71.0...v0.72.0)

- chore/privacy settings copy [`#1778`](https://github.com/isomerpages/isomercms-frontend/pull/1778)
- 0.71.0 [`#1776`](https://github.com/isomerpages/isomercms-frontend/pull/1776)

#### [v0.71.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.70.0...v0.71.0)

> 17 January 2024
- fix(deps): downgrade react-dropzone to fix media uploading on GSIB [`#1775`](https://github.com/isomerpages/isomercms-frontend/pull/1775)
- release/0.70.0 [`#1773`](https://github.com/isomerpages/isomercms-frontend/pull/1773)

Expand Down
4 changes: 2 additions & 2 deletions 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": "isomercms-frontend",
"version": "0.71.0",
"version": "0.72.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Settings/PrivacySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const PrivacySettings = ({

return (
<Section id="privacy-fields">
<SectionHeader label="Privacy Settings" />
<SectionHeader label="Staging Site Visibility" />
<VStack spacing="1.5rem" align="flex-start" w="50%">
<FormControl isDisabled={isError}>
<Flex justifyContent="space-between" w="100%">
Expand Down

0 comments on commit ea520b2

Please sign in to comment.