Skip to content

Commit

Permalink
Merge pull request #67 from Crown-Commercial-Service/update-govuk-fro…
Browse files Browse the repository at this point in the history
…ntend-to-v5.4

Make updates for GOV.UK Frontend v5.4
  • Loading branch information
tim-s-ccs authored May 20, 2024
2 parents c7e9da4 + e356057 commit a361f74
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Records breaking changes from major version bumps.

## 2.6.0

Upgrade Digital Marketplace GOV.UK Frontend to v6.4


## 2.5.0

🆕 New features:
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__ = '2.5.0'
__version__ = '2.6.0'
16 changes: 8 additions & 8 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": "^6.3.0"
"ccs-digitalmarketplace-govuk-frontend": "^6.4.0"
}
}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ccs-digitalmarketplace-apiclient==25.9.0
# via ccs-digitalmarketplace-utils
ccs-digitalmarketplace-utils==66.1.0
# via ccs-digitalmarketplace-frontend-jinja
ccs-govuk-frontend-jinja==1.0.0
ccs-govuk-frontend-jinja==1.1.0
# via ccs-digitalmarketplace-frontend-jinja
certifi==2023.11.17
# via requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_package_data=True,
install_requires=[
'jinja2>3',
'ccs-govuk-frontend-jinja>=1,<2',
'ccs-govuk-frontend-jinja>=1.1,<2',
'ccs-digitalmarketplace-utils>=66.0.1',
],
python_requires=">=3.10,<3.13",
Expand Down
3 changes: 3 additions & 0 deletions tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ def component_fixture(fixtures, component_name, fixture_name):
STRING_REPLACERS = [
('value="True"', 'value="true"'),
('value="False"', 'value="false"'),
("inputclass", "input class"),
('spellcheck="True"', 'spellcheck="true"'),
('spellcheck="False"', 'spellcheck="false"'),
]


Expand Down

0 comments on commit a361f74

Please sign in to comment.