Skip to content

Commit

Permalink
0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Nov 14, 2023
1 parent e141830 commit 990ceb4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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.58.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.57.0...v0.58.0)

- fix(markdown): update styling to remove overflow [`#1671`](https://github.com/isomerpages/isomercms-frontend/pull/1671)
- feat/addReportingBUtton [`#1674`](https://github.com/isomerpages/isomercms-frontend/pull/1674)
- feat(media): add announcements and feature tour for media enhancements [`#1632`](https://github.com/isomerpages/isomercms-frontend/pull/1632)
- feat(media): allow create album with selected media [`#1666`](https://github.com/isomerpages/isomercms-frontend/pull/1666)
- Fix/buildStatusBadgeAPI [`#1673`](https://github.com/isomerpages/isomercms-frontend/pull/1673)
- fix(preview): use site colours for headings in preview [`#1663`](https://github.com/isomerpages/isomercms-frontend/pull/1663)
- chore: update select media modal [`#1627`](https://github.com/isomerpages/isomercms-frontend/pull/1627)
- fix(image): search pagination [`#1668`](https://github.com/isomerpages/isomercms-frontend/pull/1668)
- fix(editor): change inner prosemirror stuff to have 100% height [`#1670`](https://github.com/isomerpages/isomercms-frontend/pull/1670)
- chore(login): automatically focus on input field [`#1664`](https://github.com/isomerpages/isomercms-frontend/pull/1664)
- refactor(editpage): add alt text modal [`#1665`](https://github.com/isomerpages/isomercms-frontend/pull/1665)
- refactor(tiptap-editor): update width [`#1667`](https://github.com/isomerpages/isomercms-frontend/pull/1667)
- 0.57.0 [`#1661`](https://github.com/isomerpages/isomercms-frontend/pull/1661)

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

> 9 November 2023
- fix(menubar): remove uuid [`#1659`](https://github.com/isomerpages/isomercms-frontend/pull/1659)
- fix(badge): flickering issue [`#1657`](https://github.com/isomerpages/isomercms-frontend/pull/1657)
- feat(images): bulk upload [`#1654`](https://github.com/isomerpages/isomercms-frontend/pull/1654)
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.57.0",
"version": "0.58.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 990ceb4

Please sign in to comment.