Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenb committed May 29, 2018
1 parent 61c3650 commit 35e7641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@

## Unreleased

* Add better meta tags for third parties to the Machine readable metadata
## 8.2.0

* Add better meta tags for third parties to the "Machine readable metadata"
component. If you're using this component you should remove any canonical
tags, OpenGraph tags and Twitter cards (#335).
tags, OpenGraph tags and Twitter cards (#335)
* Move the Title component from static (PR #324)
* Move the Lead paragraph component from static (PR #325)
* Move the Next and previous component from static (PR #329)
* Add a Phase banner component to replace the Alpha/Beta banners in Static (PR #333)
* Move the Government navigation component from static (PR #334)
* Add a Phase banner component to replace the Alpha/Beta banners in Static (PR #333)

### Upgrade instructions

Replace the component by running the following:
Replace the Title and Lead paragraph by running the following:

```
find app/views -type f -print0 | xargs -0 sed -i '' 's/govuk_component\/previous_and_next_navigation/govuk_publishing_components\/components\/previous_and_next_navigation/g'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (8.1.0)
govuk_publishing_components (8.2.0)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
xpath (~> 2.0)
cliver (0.3.2)
coderay (1.1.2)
commander (4.4.4)
commander (4.4.5)
highline (~> 1.7.2)
concurrent-ruby (1.0.5)
crack (0.4.3)
Expand All @@ -82,7 +82,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubi (1.7.1)
execjs (2.7.0)
faraday (0.14.0)
faraday (0.15.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.23)
foreman (0.84.0)
Expand Down Expand Up @@ -111,12 +111,12 @@ GEM
rubocop (~> 0.51.0)
rubocop-rspec (~> 1.19.0)
scss_lint
govuk_app_config (1.4.2)
govuk_app_config (1.5.0)
logstasher (~> 1.2.2)
sentry-raven (~> 2.7.1)
statsd-ruby (~> 1.4.0)
unicorn (~> 5.4.0)
govuk_frontend_toolkit (7.4.2)
govuk_frontend_toolkit (7.5.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
govuk_schemas (3.1.0)
Expand Down Expand Up @@ -162,11 +162,11 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
money (6.11.0)
money (6.11.3)
i18n (>= 0.6.4, < 1.1)
multipart-post (2.0.0)
netrc (0.11.0)
nio4r (2.3.0)
nio4r (2.3.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
rubocop (>= 0.51.0)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
sanitize (4.6.4)
sanitize (4.6.5)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
Expand All @@ -278,9 +278,9 @@ GEM
scss_lint (0.57.0)
rake (>= 0.9, < 13)
sass (~> 3.5.5)
sentry-raven (2.7.2)
sentry-raven (2.7.3)
faraday (>= 0.7.6, < 1.0)
slimmer (12.0.0)
slimmer (12.1.0)
activesupport
json
nokogiri (~> 1.7)
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 = '8.1.0'.freeze
VERSION = '8.2.0'.freeze
end

0 comments on commit 35e7641

Please sign in to comment.