Skip to content

Commit

Permalink
Merge pull request #11 from tim-s-ccs/update-dmp-govuk-frontend
Browse files Browse the repository at this point in the history
Update the framework banner template
  • Loading branch information
tim-s-ccs authored Feb 5, 2024
2 parents 80983f3 + b5761aa commit 4248f32
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Records breaking changes from major version bumps.

## Unreleased
## 1.0.0

🆕 New features:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ The following table shows the version of Digital Marketplace Frontend Jinja that

| Digital Marketplace Frontend Jinja Version | Target CCS Digital Marketplace GOV.UK Frontend Version |
| ----------------------------- | ------------------------------ |
| [1.0.0](https:/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/0.1.0) | [5.1.0](https:/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.0) |
| [1.0.1](https:/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/1.0.1) | [5.1.1](https:/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.1) |
| [1.0.0](https:/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/1.0.0) | [5.1.0](https:/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.0) |

Any other versions of CCS Digital Marketplace GOV.UK Frontend not shown above _may_ still be compatible, but have not been specifically tested and verified.

Expand Down
2 changes: 1 addition & 1 deletion digitalmarketplace_frontend_jinja/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@

{% set html %}
<p class="govuk-notification-banner__heading">
G-Cloud 13 has been extended to 8 November 2024.
You can find out more information by going to <a class="govuk-notification-banner__link" href="https://www.crowncommercial.gov.uk/news/g-cloud-13-framework-extension">G-Cloud 13 framework extension</a>.
This service will be temporarily unavailable from 9am until 1:30pm on Wednesday 7 February 2024.
</p>
{% endset %}

{{ govukNotificationBanner({
"titleText": 'Important supplier information',
"titleText": 'Important information',
"html": html
}) }}
{% endmacro %}
8 changes: 4 additions & 4 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
Expand Up @@ -5,6 +5,6 @@
"author": "CCS",
"license": "MIT",
"devDependencies": {
"ccs-digitalmarketplace-govuk-frontend": "^5.1.0"
"ccs-digitalmarketplace-govuk-frontend": "^5.1.1"
}
}

0 comments on commit 4248f32

Please sign in to comment.