Skip to content

Commit

Permalink
Merge pull request #3955 from alphagov/components-version-49.0.0
Browse files Browse the repository at this point in the history
Upgrade govuk_publishing_components to v49.0.0
  • Loading branch information
AshGDS authored Jan 16, 2025
2 parents 15e499e + 6af94cd commit ecb49d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (48.0.0)
govuk_publishing_components (49.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down
2 changes: 1 addition & 1 deletion app/views/organisations/_organisations_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p class="govuk-visually-hidden"><%= t('organisations.count_prefix') %> <span class="js-accessible-item-count"><%= organisations.count %></span> <%= organisation_type.to_s.humanize %></p>
<%= render "govuk_publishing_components/components/big_number", {
number: organisations.count,
data_attributes: {
nested_data_attributes: {
item_count: "true",
},
aria: {
Expand Down
4 changes: 2 additions & 2 deletions app/views/world/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
aria: {
hidden: true,
},
data_attributes: {
nested_data_attributes: {
item_count: "true",
},
} %>
Expand Down Expand Up @@ -90,7 +90,7 @@
aria: {
hidden: true,
},
data_attributes: {
nested_data_attributes: {
item_count: "true",
},
} %>
Expand Down

0 comments on commit ecb49d7

Please sign in to comment.