Skip to content

Commit

Permalink
Merge pull request #1735 from isomerpages/hotfix/v0.63.2
Browse files Browse the repository at this point in the history
Hotfix/v0.63.2
  • Loading branch information
seaerchin authored Dec 6, 2023
2 parents e22562d + be7d0c4 commit 559ffa0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.63.2](https://github.com/isomerpages/isomercms-frontend/compare/v0.63.1...v0.63.2)

- fix(legacyeditpage): more style fix [`2e578a2`](https://github.com/isomerpages/isomercms-frontend/commit/2e578a26456679302169a0184fa84268a296b4bb)

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

> 6 December 2023
- fix(editpagelayout): shift context call elsewhere [`c95b2ab`](https://github.com/isomerpages/isomercms-frontend/commit/c95b2ab7e4909d0b9852e8603bc5995a716dc743)
- fix(legacyeditpage): minor style fix so the editor grows [`ad8b36c`](https://github.com/isomerpages/isomercms-frontend/commit/ad8b36cfa09c2bafb4e1c44d65343d2621e2d1c8)

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.63.1",
"version": "0.63.2",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/LegacyEditPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const EditPage = ({ match }) => {
{/* Preview */}
<PagePreview
h="calc(100vh - 160px - 1.25rem)"
w="62.5rem"
flex="0 0 62.5rem"
pageParams={decodedParams}
title={pageData?.content?.frontMatter?.title || ""}
chunk={htmlChunk}
Expand Down

0 comments on commit 559ffa0

Please sign in to comment.