Skip to content

Commit

Permalink
Release 0.10.0 for GOV.UK Frontend v5.4.1 and GOV.UK Frontend Jinja 3…
Browse files Browse the repository at this point in the history
….1.0 (#63)

* Updates

* Bump version and update docs

* Update lock file after changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cameron Lamb <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent a783190 commit 4c91e36
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 23 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Below is a list of the versions of this package and the versions of the GOV.UK F

| Package Version | GOV.UK Frontend Version |
| --------------- | ----------------------- |
| [0.10.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.10.0) - [0.10.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.10.0) | [v5.4.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.4.1) |
| [0.9.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.9.0) - [0.9.1](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.9.1) | [v5.4.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.4.0) |
| [0.8.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.8.0) - [0.8.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.8.0) | [v5.3.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.3.1) |
| [0.7.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.7.0) - [0.7.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.7.0) | [v5.3.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.3.0) |
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Below is a list of the versions of this package and the versions of the GOV.UK F

| Package Version | GOV.UK Frontend Version |
| --------------- | ----------------------- |
| [0.10.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.10.0) - [0.10.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.10.0) | [v5.4.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.4.1) |
| [0.9.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.9.0) - [0.9.1](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.9.1) | [v5.4.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.4.0) |
| [0.8.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.8.0) - [0.8.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.8.0) | [v5.3.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.3.1) |
| [0.7.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.7.0) - [0.7.0](https://github.com/uktrade/govuk-frontend-django/releases/tag/0.7.0) | [v5.3.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.3.0) |
Expand Down
8 changes: 4 additions & 4 deletions example_project/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 example_project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"govuk-frontend": "^5.4.0",
"govuk-frontend": "^5.4.1",
"sass": "^1.63.6"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions example_project/poetry.lock

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

2 changes: 1 addition & 1 deletion example_project/static/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example_project/static/css/styles.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions govuk_frontend_django/components/breadcrumbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class GovUKBreadcrumbs(govuk_frontend_base.GovUKComponent):

items: List[BreadcrumbsItems]
collapseOnMobile: Optional[bool] = None
labelText: Optional[str] = None

_jinja2_template = "govuk_frontend_jinja/components/breadcrumbs/macro.html"
_macro_name = "govukBreadcrumbs"
Expand Down
12 changes: 0 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "govuk-frontend-django"
version = "0.9.1"
version = "0.10.0"
description = "Django functionality to help when building a GOV.UK website."
authors = [
"DBT Live Service Team <[email protected]>",
Expand Down

0 comments on commit 4c91e36

Please sign in to comment.