Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.72.0 #1779

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading