Skip to content

Commit

Permalink
Merge pull request #1600 from isomerpages/release/v0.52.0
Browse files Browse the repository at this point in the history
release/v0.52.0
  • Loading branch information
harishv7 authored Oct 19, 2023
2 parents 4905096 + 33d4552 commit 0cc2d6e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.52.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.51.1...v0.52.0)

- fix: errors indexes [`#1610`](https://github.com/isomerpages/isomercms-frontend/pull/1610)
- fix(navbar): fix race condition when retrieving second level data [`#1608`](https://github.com/isomerpages/isomercms-frontend/pull/1608)
- fix(navbar): ensure all queries are loaded first [`#1607`](https://github.com/isomerpages/isomercms-frontend/pull/1607)
- fix(media): support replacement of media src with spaces [`#1606`](https://github.com/isomerpages/isomercms-frontend/pull/1606)
- chore(hooks): add timeout [`#1605`](https://github.com/isomerpages/isomercms-frontend/pull/1605)
- fix(media): adjust query key to load image in preview on upload [`#1602`](https://github.com/isomerpages/isomercms-frontend/pull/1602)
- Feat/sgid govt rollout [`#1594`](https://github.com/isomerpages/isomercms-frontend/pull/1594)
- feat(navbar): upgrade navbar to use v2 endpoints [`#1592`](https://github.com/isomerpages/isomercms-frontend/pull/1592)
- Hotfix/fix media uploads [`#1597`](https://github.com/isomerpages/isomercms-frontend/pull/1597)
- feat(infocols-panel): IS-512: Implement infocols left panel [`#1585`](https://github.com/isomerpages/isomercms-frontend/pull/1585)
- ref(media): upgrade getMediaDetails from v1 to v2 API endpoint [`#1580`](https://github.com/isomerpages/isomercms-frontend/pull/1580)
- release(0.51.0): merge to develop [`#1589`](https://github.com/isomerpages/isomercms-frontend/pull/1589)

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

> 18 October 2023
- fix(mediasselectmodal): update dir name [`#1596`](https://github.com/isomerpages/isomercms-frontend/pull/1596)

#### [v0.51.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.50.0...v0.51.0)
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.51.1",
"version": "0.52.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 0cc2d6e

Please sign in to comment.