Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alphagov/govuk_publishing_components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.12.0
Choose a base ref
...
head repository: alphagov/govuk_publishing_components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.12.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 22, 2018

  1. Corrects name for checkboxes documentation

    Dilwoar Hussain committed Nov 22, 2018
    Copy the full SHA
    81df718 View commit details
  2. updates to changelog

    Dilwoar Hussain committed Nov 22, 2018
    Copy the full SHA
    cf5040b View commit details
  3. Merge pull request #638 from alphagov/fix-checkbox-documentation

    Corrects name for checkboxes documentation
    DilwoarH authored Nov 22, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d3ab72d View commit details
  4. bump version to 12.12.1

    Dilwoar Hussain committed Nov 22, 2018
    Copy the full SHA
    05d3d75 View commit details
  5. Merge pull request #639 from alphagov/bump-to-12.12.1

    bump version to 12.12.1
    DilwoarH authored Nov 22, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    551f5f6 View commit details
Showing with 7 additions and 3 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 Gemfile.lock
  3. +1 −1 app/views/govuk_publishing_components/components/docs/checkboxes.yml
  4. +1 −1 lib/govuk_publishing_components/version.rb
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 12.12.1

* Corrects name for checkboxes documentation (PR #638)

## 12.12.0

* Add a readonly option to input component (PR #633)
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (12.12.0)
govuk_publishing_components (12.12.1)
govspeak (>= 5.0.3)
govuk_app_config
govuk_frontend_toolkit
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ examples:
value: "irish"
- label: "Other"
value: "other"
checkbox_items_with_checked_items:
checkbox_items_with_nested_checkboxes:
data:
name: "favourite_colour"
heading: "What is your favourite colour?"
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 = '12.12.0'.freeze
VERSION = '12.12.1'.freeze
end