Skip to content

Commit

Permalink
V 9.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Sep 24, 2018
1 parent 90f4af2 commit c43916b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
## 9.26.0

* Add table component (PR #531)
* Add destructive modifier to button component (PR #523)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (9.25.0)
govuk_publishing_components (9.26.0)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubi (1.7.1)
execjs (2.7.0)
faraday (0.15.3)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
foreman (0.85.0)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
PriorityQueue (~> 0.1.2)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.3)
marcel (0.3.2)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mime-types (3.1)
Expand Down Expand Up @@ -339,4 +339,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.2
1.16.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 = '9.25.0'.freeze
VERSION = '9.26.0'.freeze
end

0 comments on commit c43916b

Please sign in to comment.