Skip to content

Commit

Permalink
Merge pull request #715 from isomerpages/release/0.22.0
Browse files Browse the repository at this point in the history
0.22.0 (to develop)
  • Loading branch information
alexanderleegs authored Apr 17, 2023
2 parents acd0fd7 + 743803b commit afbc1a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ 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.21.0](https://github.com/isomerpages/isomercms-backend/compare/v0.20.0...v0.21.0)
#### [v0.22.0](https://github.com/isomerpages/isomercms-backend/compare/v0.21.0...v0.22.0)

- Fix: remove modification of non-existent team [`#713`](https://github.com/isomerpages/isomercms-backend/pull/713)
- chore: add new env vars for db [`#712`](https://github.com/isomerpages/isomercms-backend/pull/712)
- feat(rr): construct cms link for users [`#655`](https://github.com/isomerpages/isomercms-backend/pull/655)
- chore(site launch form): trim site launch form input [`#698`](https://github.com/isomerpages/isomercms-backend/pull/698)
- 0.21.0 (develop) [`#711`](https://github.com/isomerpages/isomercms-backend/pull/711)
- fix(staging links): fix failing staging links [`#709`](https://github.com/isomerpages/isomercms-backend/pull/709)

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

> 13 April 2023
- chore(Infra Service): fix failing build [`#706`](https://github.com/isomerpages/isomercms-backend/pull/706)
- chore(deploymentsservice): add a brand for <env>Url types [`#705`](https://github.com/isomerpages/isomercms-backend/pull/705)
- Is 59/fix/disallow special character as first character [`#699`](https://github.com/isomerpages/isomercms-backend/pull/699)
Expand Down Expand Up @@ -47,14 +57,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 3 April 2023
- fix(review): return 200 for unmigrated sites [`bd69c29`](https://github.com/isomerpages/isomercms-backend/commit/bd69c29023554c5dcf8cb361227ba4ebf0d1ac08)
- fix(sanitize): use same setup for dompurify as FE [`c25f448`](https://github.com/isomerpages/isomercms-backend/commit/c25f448813e1addce67d0209375ec35ef9cb6c7b)
- Fix: change response for github users accessing collaborator endpoints [`db1130f`](https://github.com/isomerpages/isomercms-backend/commit/db1130f96a6c9cda99df43d5774134aefffeee3e)

#### [v0.18.1](https://github.com/isomerpages/isomercms-backend/compare/v0.18.0...v0.18.1)

> 31 March 2023
- fix(review): return 200 for unmigrated sites [`bd69c29`](https://github.com/isomerpages/isomercms-backend/commit/bd69c29023554c5dcf8cb361227ba4ebf0d1ac08)
- fix(sanitize): use same setup for dompurify as FE [`c25f448`](https://github.com/isomerpages/isomercms-backend/commit/c25f448813e1addce67d0209375ec35ef9cb6c7b)
- fix(review): return 200 for unmigrated sites [`073cab8`](https://github.com/isomerpages/isomercms-backend/commit/073cab8c6704178ee5061b8582b4f999720dfc95)

#### [v0.18.0](https://github.com/isomerpages/isomercms-backend/compare/v0.17.0...v0.18.0)

Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "0.21.0",
"version": "0.22.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit afbc1a7

Please sign in to comment.