Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.50.0 to develop #993

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.50.0](https://github.com/isomerpages/isomercms-backend/compare/v0.49.0...v0.50.0)

- chore(auth): upgrade auth redirect endpoint to use v2 [`#986`](https://github.com/isomerpages/isomercms-backend/pull/986)
- Feat/quickie/site-create-form [`#985`](https://github.com/isomerpages/isomercms-backend/pull/985)
- refactor(ff): make site launch flag a bool flag [`#958`](https://github.com/isomerpages/isomercms-backend/pull/958)
- refactor(formsg-site-clone): remove and add to site creation [`#971`](https://github.com/isomerpages/isomercms-backend/pull/971)
- 0.49.0 [`#991`](https://github.com/isomerpages/isomercms-backend/pull/991)

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

> 23 October 2023

- Update ci.yml [`#988`](https://github.com/isomerpages/isomercms-backend/pull/988)
- feat: allow Isomer admins to edit on email-login and adjust permissions [`#982`](https://github.com/isomerpages/isomercms-backend/pull/982)
- Fix/quickieUpdatingHomepage [`#987`](https://github.com/isomerpages/isomercms-backend/pull/987)
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",
"version": "0.49.0",
"version": "0.50.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
Loading