Skip to content

Commit

Permalink
Merge pull request #2005 from alphagov/release-24.9.0
Browse files Browse the repository at this point in the history
Release 24.9.0
  • Loading branch information
owenatgov authored Apr 7, 2021
2 parents 46d4f85 + 717db72 commit 1b72d21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 24.9.0

* Image card link size option ([PR #2007](https://github.com/alphagov/govuk_publishing_components/pull/2007))
* Update success notice component ([PR #1929](https://github.com/alphagov/govuk_publishing_components/pull/1929))
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (24.8.0)
govuk_publishing_components (24.9.0)
govuk_app_config
kramdown
plek
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.0)
marcel (1.0.1)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -283,7 +283,7 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sentry-raven (3.1.1)
sentry-raven (3.1.2)
faraday (>= 1.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = "24.8.0".freeze
VERSION = "24.9.0".freeze
end

0 comments on commit 1b72d21

Please sign in to comment.