Skip to content

Commit

Permalink
Merge pull request #320 from nhsuk/update-version-num
Browse files Browse the repository at this point in the history
Update version numbers and remove covid banners
  • Loading branch information
roshaanbajwa authored Jun 27, 2024
2 parents a1ebca6 + 03452b2 commit 5d3f569
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 72 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NHS.UK prototype kit Changelog

## 4.11.0 - 26 June 2024
## 4.11.0 - 27 June 2024

:wrench: **Fixes**

Expand All @@ -13,6 +13,7 @@
- Update README with start script
- Fix a typo in setup docs
- Update NHS website page template to be closer to live
- Remove Covid banner from 'Health A-Z', 'Live Well', 'Mental Health' and 'Pregnancy' templates

## 4.10.0 - 22 February 2024

Expand Down
15 changes: 0 additions & 15 deletions docs/views/templates/nhsuk-healthaz.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,6 @@
{% endblock %}

{% block beforeContent %}
<!-- Coronavirus (COVID-19) banner -->
<div class="app-global-alert" id="app-global-alert" role="complementary">
<div class="nhsuk-width-container">
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<div class="app-global-alert__content">
<div class="app-global-alert__message">
<h2>Coronavirus (COVID-19)</h2>
<p><a href="">Get the latest advice about COVID-19</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumbs -->
<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb">
<div class="nhsuk-width-container">
Expand Down
15 changes: 0 additions & 15 deletions docs/views/templates/nhsuk-livewell.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,6 @@
{% endblock %}

{% block beforeContent %}
<!-- Coronavirus (COVID-19) banner -->
<div class="app-global-alert" id="app-global-alert" role="complementary">
<div class="nhsuk-width-container">
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<div class="app-global-alert__content">
<div class="app-global-alert__message">
<h2>Coronavirus (COVID-19)</h2>
<p><a href="">Get the latest advice about COVID-19</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumbs -->
<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb">
<div class="nhsuk-width-container">
Expand Down
15 changes: 0 additions & 15 deletions docs/views/templates/nhsuk-mentalhealth.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,6 @@
{% endblock %}

{% block beforeContent %}
<!-- Coronavirus (COVID-19) banner -->
<div class="app-global-alert" id="app-global-alert" role="complementary">
<div class="nhsuk-width-container">
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<div class="app-global-alert__content">
<div class="app-global-alert__message">
<h2>Coronavirus (COVID-19)</h2>
<p><a href="">Get the latest advice about COVID-19</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumbs -->
<nav class="nhsuk-breadcrumb beta-breadcrumb" aria-label="Breadcrumb">
<div class="nhsuk-width-container">
Expand Down
15 changes: 0 additions & 15 deletions docs/views/templates/nhsuk-pregnancy.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,6 @@
{% endblock %}

{% block beforeContent %}
<!-- Coronavirus (COVID-19) banner -->
<div class="app-global-alert" id="app-global-alert" role="complementary">
<div class="nhsuk-width-container">
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<div class="app-global-alert__content">
<div class="app-global-alert__message">
<h2>Coronavirus (COVID-19)</h2>
<p><a href="">Get the latest advice about COVID-19</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumbs -->
<nav class="nhsuk-breadcrumb beta-breadcrumb" aria-label="Breadcrumb">
<div class="nhsuk-width-container">
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhsuk-prototype-kit",
"version": "4.10.0",
"version": "4.11.0",
"description": "Rapidly create HTML prototypes of NHS websites and services.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"lodash": "^4.17.21",
"nhsuk-frontend": "^8.1.1",
"nhsuk-frontend": "^8.2.0",
"nunjucks": "^3.2.4",
"path": "^0.12.7",
"sass": "^1.77.6"
Expand Down

0 comments on commit 5d3f569

Please sign in to comment.