Skip to content

Commit

Permalink
0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Sep 20, 2023
1 parent 90ae047 commit f08ce4e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ 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.44.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.43.0...v0.44.0)

- feat(flags): add feature flag [`#1507`](https://github.com/isomerpages/isomercms-frontend/pull/1507)
- feat(homepage): add floating variant [`#1498`](https://github.com/isomerpages/isomercms-frontend/pull/1498)
- feat(heroimageonlylayout): add dropdown [`#1494`](https://github.com/isomerpages/isomercms-frontend/pull/1494)
- chore(imports): standardize way to import image assets [`#1509`](https://github.com/isomerpages/isomercms-frontend/pull/1509)
- feat(hero-section): adds dropdown [`#1491`](https://github.com/isomerpages/isomercms-frontend/pull/1491)
- feat(homepage): add previews for side layout [`#1490`](https://github.com/isomerpages/isomercms-frontend/pull/1490)
- feat(preview): add preview for new homepage variant [`#1485`](https://github.com/isomerpages/isomercms-frontend/pull/1485)
- feat(herobody): add first pass of layout [`#1473`](https://github.com/isomerpages/isomercms-frontend/pull/1473)
- chore(announcements): add missing padding for item [`#1506`](https://github.com/isomerpages/isomercms-frontend/pull/1506)
- feat(homepage): add preview for announcements component [`#1496`](https://github.com/isomerpages/isomercms-frontend/pull/1496)
- fix(styles): introduce site colors as CSS variables [`#1503`](https://github.com/isomerpages/isomercms-frontend/pull/1503)
- fix(contactus): ensure feedback key is present as string [`#1501`](https://github.com/isomerpages/isomercms-frontend/pull/1501)
- feat(helpers): introduce padding and margin helpers from Tailwind [`#1488`](https://github.com/isomerpages/isomercms-frontend/pull/1488)
- 0.43.0 [`#1493`](https://github.com/isomerpages/isomercms-frontend/pull/1493)

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

> 13 September 2023
- fix(herobody): solves empty highlight deafult issue [`#1489`](https://github.com/isomerpages/isomercms-frontend/pull/1489)
- fix(edithomepage): spread properly [`#1487`](https://github.com/isomerpages/isomercms-frontend/pull/1487)
- Release/0.42.0 (develop) [`#1481`](https://github.com/isomerpages/isomercms-frontend/pull/1481)
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.43.0",
"version": "0.44.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit f08ce4e

Please sign in to comment.