Skip to content

Commit

Permalink
Merge pull request #816 from alphagov/v-16.10.1
Browse files Browse the repository at this point in the history
Release v16.10.1
  • Loading branch information
alex-ju authored Apr 9, 2019
2 parents 185f874 + 9448931 commit bfc0d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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
## 16.10.1

- Enforce compatibility with deprecated packages for media print stylesheet (PR #815)

Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (16.10.0)
govuk_publishing_components (16.10.1)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -330,5 +330,8 @@ DEPENDENCIES
webmock (~> 3.5.0)
yard

RUBY VERSION
ruby 2.6.1p33

BUNDLED WITH
1.17.3
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 = '16.10.0'.freeze
VERSION = '16.10.1'.freeze
end

0 comments on commit bfc0d93

Please sign in to comment.