govuk_publishing_components 12.12.0 → 12.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddd766aa58f3052e6cc3d7d543cd88c9e49dec9f975afce4bdcfc1fd180ccd9e
4
- data.tar.gz: 9cc9bbcfa7f46cdeae8627286c005106c7ab59fd1eb779f624a9381d730ae77c
3
+ metadata.gz: 5b13a00475042ebd34c43e8950fa268c17eed67c18dd465d20dab324b3bc886d
4
+ data.tar.gz: edb4159464208a56730f5c9a123778c6ca717be855ce8451773d06b170ce4492
5
5
  SHA512:
6
- metadata.gz: 1e827b4944e1153162350748e54a11631985d82ca32e4e635de95a97bc263c14a56798d0c03b66f0f33956e6e5e37b876dfbd80c138f87944323b2ba828903d2
7
- data.tar.gz: a35dd53726351613e24fee21cbf3e7e0c25814acc26d4e41c7dc1ce103b411a4d173a23a81d63d54f988c8e3229c61a77055fa80653b4869fc4e177bf375a9da
6
+ metadata.gz: 69004560351e1073fbe2c86e808c3e3256cdd8917a2fa5d9ea417cc42d733a77a80f2d032c91b51b3bbce6477035ba2474ac64870ba7c62fc966026bf9fb146e
7
+ data.tar.gz: b88f74f26fc4bb51a45d1b1c5aa5909fbed93c78c26c170f5f9d8bffe3bd146e4788ed467bf62bb0c0e0551f58614e237acc295e70705c2a7493a0809aa4caa8
@@ -103,7 +103,7 @@ examples:
103
103
  value: "irish"
104
104
  - label: "Other"
105
105
  value: "other"
106
- checkbox_items_with_checked_items:
106
+ checkbox_items_with_nested_checkboxes:
107
107
  data:
108
108
  name: "favourite_colour"
109
109
  heading: "What is your favourite colour?"
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '12.12.0'.freeze
2
+ VERSION = '12.12.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.12.0
4
+ version: 12.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev