Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jun 26, 2023
1 parent 86d7a41 commit acbcf04
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 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.32.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.31.0...v0.32.0)

- IS-271: fix bugs on simple mde editor [`#1323`](https://github.com/isomerpages/isomercms-frontend/pull/1323)
- fix(ci-e2e): inject env var from workflow [`#1322`](https://github.com/isomerpages/isomercms-frontend/pull/1322)
- feat: set cookies with domain [`#1320`](https://github.com/isomerpages/isomercms-frontend/pull/1320)
- fix(settings): use gh session defaults [`#1321`](https://github.com/isomerpages/isomercms-frontend/pull/1321)
- feat: handle V2 errors for create and update pages [`#1312`](https://github.com/isomerpages/isomercms-frontend/pull/1312)
- docs(setup): add docs for e2e setup [`#1314`](https://github.com/isomerpages/isomercms-frontend/pull/1314)
- Feat: Upgrade major deps and to Webpack 5 [`#1202`](https://github.com/isomerpages/isomercms-frontend/pull/1202)
- test(spec): shard out tests for rr [`#1317`](https://github.com/isomerpages/isomercms-frontend/pull/1317)
- fix(chromatic cicd): fix over-building chromatic [`#1311`](https://github.com/isomerpages/isomercms-frontend/pull/1311)
- test(e2e): scaffold dashboard tests [`#1302`](https://github.com/isomerpages/isomercms-frontend/pull/1302)
- feat(site launch): site dashboard stories [`#1296`](https://github.com/isomerpages/isomercms-frontend/pull/1296)
- test(e2e): scaffold notif tests [`#1305`](https://github.com/isomerpages/isomercms-frontend/pull/1305)
- test(e2e): scaffold comments [`#1304`](https://github.com/isomerpages/isomercms-frontend/pull/1304)
- ref(e2e): test structure [`#1298`](https://github.com/isomerpages/isomercms-frontend/pull/1298)
- release(0.31.0): merge to develop [`#1309`](https://github.com/isomerpages/isomercms-frontend/pull/1309)

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

> 15 June 2023
- fix(analytics settings): change to allow 15|16 [`#1306`](https://github.com/isomerpages/isomercms-frontend/pull/1306)
- fix(constants): update diff values to be constant [`#1307`](https://github.com/isomerpages/isomercms-frontend/pull/1307)
- test(e2e): add initial collaborators e2e tests [`#1295`](https://github.com/isomerpages/isomercms-frontend/pull/1295)
Expand Down Expand Up @@ -126,14 +146,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 31 March 2023
- fix(app): hotfixes for header + routes [`#1216`](https://github.com/isomerpages/isomercms-frontend/pull/1216)
- fix(sites): change to using userId [`#1215`](https://github.com/isomerpages/isomercms-frontend/pull/1215)
- fix: bug in loading flag for login context [`bbae2eb`](https://github.com/isomerpages/isomercms-frontend/commit/bbae2eb3b864a2c2246524d334d051292078a9b1)

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

> 30 March 2023
- fix(app): hotfixes for header + routes [`#1216`](https://github.com/isomerpages/isomercms-frontend/pull/1216)
- fix(sites): change to using userId [`#1215`](https://github.com/isomerpages/isomercms-frontend/pull/1215)
- feat(identity): phase 2 [`#1090`](https://github.com/isomerpages/isomercms-frontend/pull/1090)
- fix(mergify): update condition [`#1207`](https://github.com/isomerpages/isomercms-frontend/pull/1207)
- chore(mergify): add rule for stale PRs [`#765`](https://github.com/isomerpages/isomercms-frontend/pull/765)
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.31.0",
"version": "0.32.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit acbcf04

Please sign in to comment.