Skip to content

Commit

Permalink
Merge pull request #393 from alphagov/version-9.3.5
Browse files Browse the repository at this point in the history
Version 9.3.5
  • Loading branch information
Vanita Barrett committed Jun 26, 2018
2 parents a9ff02e + b1bc036 commit 8402136
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 9.3.5

* Extend image card to support html description (PR #392)

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (9.3.4)
govuk_publishing_components (9.3.5)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
rubocop (~> 0.51.0)
rubocop-rspec (~> 1.19.0)
scss_lint
govuk_app_config (1.5.0)
govuk_app_config (1.5.1)
logstasher (~> 1.2.2)
sentry-raven (~> 2.7.1)
statsd-ruby (~> 1.4.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
scss_lint (0.57.0)
rake (>= 0.9, < 13)
sass (~> 3.5.5)
sentry-raven (2.7.3)
sentry-raven (2.7.4)
faraday (>= 0.7.6, < 1.0)
slimmer (13.0.0)
activesupport
Expand All @@ -288,7 +288,7 @@ GEM
plek (>= 1.1.0)
rack
rest-client
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = '9.3.4'.freeze
VERSION = '9.3.5'.freeze
end

0 comments on commit 8402136

Please sign in to comment.