Skip to content

Commit

Permalink
Merge pull request #58 from alphagov/release_1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
hannako authored Feb 10, 2025
2 parents ec0d299 + be59dcf commit 09e706a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.

## 1.0.1

* Update the survey url and end date for "UKVI banner 30/12/2025" ([PR #58](https://github.com/alphagov/govuk_web_banners/pull/58))

## 1.0.0

* Add global banner JS to js dependencies file ([PR #55](https://github.com/alphagov/govuk_web_banners/pull/55))
Expand Down
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 (1.0.0)
govuk_web_banners (1.0.1)
govuk_app_config
govuk_publishing_components
rails (>= 7)
Expand Down
4 changes: 2 additions & 2 deletions config/govuk_web_banners/recruitment_banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ banners:
- name: UKVI banner 2025/12/30
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Take part in user research (opens in a new tab)"
survey_url: https://surveys.publishing.service.gov.uk/s/XYVRGN/
survey_url: https://GDSUserResearch.optimalworkshop.com/treejack/335bbf3aad15329e77a9dc9ce8a79ee1
page_paths:
# frontend
- /contact-ukvi-inside-outside-uk
# collections
- /browse/visas-immigration
- /government/organisations/uk-visas-and-immigration
start_date: 2024/12/30
end_date: 2025/02/24
end_date: 2025/02/18
- name: HMRC banner 2025/02/13
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
Expand Down
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 = "1.0.0".freeze
VERSION = "1.0.1".freeze
end

0 comments on commit 09e706a

Please sign in to comment.