Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Adding AI team banner: "AI banner 11/11/2024"
  • Loading branch information
hannako committed Dec 10, 2024
1 parent 41da86d commit 85af235
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Include a link to your pull request.
When adding a new banner to gov.uk page, release a minor version.
For typos, release a patch version.

## 0.2.0

* Add configuration for "AI banner 11/11/2024"

## 0.1.0

* Initial release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_web_banners (0.1.0)
govuk_web_banners (0.2.0)
govuk_publishing_components
rails (>= 7)

Expand Down
31 changes: 30 additions & 1 deletion config/govuk_web_banners/recruitment_banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,33 @@
#
# Note that this file must contain a valid banners array, so if there are no banners
# currently included, the file should at least contain banners: []
banners: []
banners:
- name: AI banner 11/11/2024
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
survey_url: https://survey.take-part-in-research.service.gov.uk/jfe/form/SV_2bggmg6xlelrO0S
page_paths:
# government frontend:
- /self-assessment-tax-returns
- /working-for-yourself
- /self-employed-records
- /expenses-if-youre-self-employed
- /first-company-accounts-and-return
- /what-is-the-construction-industry-scheme
- /capital-allowances
- /simpler-income-tax-cash-basis
- /expenses-and-benefits-a-to-z
- /capital-gains-tax
- /directors-loans
- /self-assessment-tax-return-forms
- /running-a-limited-company
- /calculate-tax-on-company-cars
- /introduction-to-business-rates
- /calculate-your-business-rates
- /apply-for-business-rate-relief
- /stop-being-self-employed
- /tax-codes
# finder-frontend:
- /business-finance-support
start_date: 11/11/2024
end_date: 06/01/2025
2 changes: 1 addition & 1 deletion lib/govuk_web_banners/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukWebBanners
VERSION = "0.1.0".freeze
VERSION = "0.2.0".freeze
end

0 comments on commit 85af235

Please sign in to comment.