Skip to content

Commit

Permalink
Merge pull request #1463 from isomerpages/release/v0.41.0
Browse files Browse the repository at this point in the history
release(0.41.0): merge to `develop`
  • Loading branch information
seaerchin authored Aug 31, 2023
2 parents 67f234f + 3ce055b commit 415c6dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@ 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.41.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.40.0...v0.41.0)

- Fix/homepage images on private repos [`#1461`](https://github.com/isomerpages/isomercms-frontend/pull/1461)
- Feat/is 494 smooth scroll [`#1439`](https://github.com/isomerpages/isomercms-frontend/pull/1439)
- fix(edithomepage): remove optional tags [`#1450`](https://github.com/isomerpages/isomercms-frontend/pull/1450)
- feat(feature-flag): add feature flag from gb [`#1462`](https://github.com/isomerpages/isomercms-frontend/pull/1462)
- Feat/is 443 nav bar styling [`#1457`](https://github.com/isomerpages/isomercms-frontend/pull/1457)
- chore: set pointerEvents to none for draggable icon button [`#1456`](https://github.com/isomerpages/isomercms-frontend/pull/1456)
- ref(contactus): stylings for contact us page editor [`#1458`](https://github.com/isomerpages/isomercms-frontend/pull/1458)
- IS-508: Introduce Interface for GrowthBook [`#1455`](https://github.com/isomerpages/isomercms-frontend/pull/1455)
- chore(edithomepage): shift constants out [`#1416`](https://github.com/isomerpages/isomercms-frontend/pull/1416)
- IS-417 - Fixing Selector Issues in E2E tests [`#1453`](https://github.com/isomerpages/isomercms-frontend/pull/1453)
- IS-322 Setup GrowthBook for FE [`#1449`](https://github.com/isomerpages/isomercms-frontend/pull/1449)
- feat: introduce new version of NotFoundPage [`#1435`](https://github.com/isomerpages/isomercms-frontend/pull/1435)
- Release / 0.40.0 [`#1446`](https://github.com/isomerpages/isomercms-frontend/pull/1446)
- fix(editable): shift out contxt to allow nested dnd [`#1448`](https://github.com/isomerpages/isomercms-frontend/pull/1448)
- docs(editable): add docs for drag drop stuf [`#1445`](https://github.com/isomerpages/isomercms-frontend/pull/1445)

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

> 23 August 2023
- fix(legacyedithomepage): add back missing imports [`#1444`](https://github.com/isomerpages/isomercms-frontend/pull/1444)
- fix(chromatic): revert comment-based trigger [`#1443`](https://github.com/isomerpages/isomercms-frontend/pull/1443)
- chore(homepage): flag edit homepage [`#1432`](https://github.com/isomerpages/isomercms-frontend/pull/1432)
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.40.0",
"version": "0.41.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 415c6dc

Please sign in to comment.