Skip to content

Commit

Permalink
Merge pull request #106 from Crown-Commercial-Service/update-digitalm…
Browse files Browse the repository at this point in the history
…arketplace-frontend

Upgrade Digital Marketplace Frontend to v1.2.0
  • Loading branch information
tim-s-ccs authored Sep 12, 2024
2 parents ee677da + 8ed5f65 commit de9d495
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Records breaking changes from major version bumps.

## Unreleased

Upgrade Digital Marketplace Frontend to v1.1.1
## 2.9.0

Upgrade Digital Marketplace Frontend to v1.2.0

Update CCS GOV.UK Frontend Jinja to v1.2.1 (GOV.UK Frontend 5.4.1)

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.8.0'
__version__ = '2.9.0'
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"classes": 'govuk-fieldset__legend--m'
}
}) %}
{% if params.question.question_advice %}
<div class="govuk-body">
{{ params.question.question_advice | safe }}
</div>
{% endif %}

{% for question in params.question.questions %}
{{ digitalmarketplaceQuestion({
"type": question.type,
Expand Down
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": {
"digitalmarketplace-frontend": "^1.1.3"
"digitalmarketplace-frontend": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.1.7
# via flask
contextlib2==21.6.0
# via ccs-digitalmarketplace-utils
cryptography==42.0.8
cryptography==43.0.1
# via ccs-digitalmarketplace-utils
defusedxml==0.7.1
# via odfpy
Expand Down

0 comments on commit de9d495

Please sign in to comment.