Skip to content

Commit

Permalink
Bump version to 21.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
owenatgov committed Sep 3, 2020
1 parent 439a992 commit cf428e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 21.63.3

* Remove jquery from govspeak ([PR #1657](https://github.com/alphagov/govuk_publishing_components/pull/1657))
* Add h2 tag into legend by default ([PR #1665](https://github.com/alphagov/govuk_publishing_components/pull/1665))

## 21.63.2

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (21.63.2)
govuk_publishing_components (21.63.3)
govuk_app_config
kramdown
plek
Expand Down Expand Up @@ -276,7 +276,7 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sentry-raven (3.0.3)
sentry-raven (3.0.4)
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 = "21.63.2".freeze
VERSION = "21.63.3".freeze
end

0 comments on commit cf428e1

Please sign in to comment.