Skip to content

Commit

Permalink
Upgrade wagtail_headless_preview to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Jun 2, 2024
1 parent 18d5206 commit 169be0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade Next.js to 14.2.3
- Use pascal case file name when generating file in new_page command
- Drop possible Page suffix from name argument in new_page
- Clarify db collation on provisioning (@DBonbon)

### Fixed
- Fix issue with canonical link not properly exposed with fallback (@marteinn)
Expand All @@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade react to 18.3.1
- Upgrade i18next to 23.11.5
- Upgrade sentry for js to 8.7.0
- Upgrade wagtail_headless_preview to 0.8.0

### Removed
- Drop deprecated version key from docker-compose
Expand Down
2 changes: 1 addition & 1 deletion Company-Project/src/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python-dotenv==1.0.1
sentry_sdk[django]==2.3.1
wagtail==6.1.2
wagtail-meta-preview==4.1.0
wagtail_headless_preview==0.7.0
wagtail_headless_preview==0.8.0
whitenoise==6.6.0
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/src/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ python-dotenv==1.0.1
sentry_sdk[django]==2.3.1
wagtail==6.1.2
wagtail-meta-preview==4.1.0
wagtail_headless_preview==0.7.0
wagtail_headless_preview==0.8.0
whitenoise==6.6.0

0 comments on commit 169be0b

Please sign in to comment.