Skip to content

Commit

Permalink
Release 0.18.7 to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Nov 4, 2024
2 parents 73dc5e6 + c6b2725 commit f7e1c3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Prerelease]

## [0.18.7]
- Fix header when banner is up

## [0.18.6]
- Add submit feedback error handling and new fields
- Fix docker file and playwright tests
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": "sfr-bookfinder-front-end",
"version": "0.18.6",
"version": "0.18.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MyDocument extends Document<DocumentProps> {
minHeight: "100vh",
}}
>
<div id="nypl-header"></div>
<div id="nypl-header" style={{ flexShrink: 0 }}></div>
<Script
src="https://ds-header.nypl.org/header.min.js?containerId=nypl-header"
strategy="beforeInteractive"
Expand Down

0 comments on commit f7e1c3e

Please sign in to comment.