govuk_publishing_components 3.2.0 → 3.2.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
  SHA1:
3
- metadata.gz: 51dca7954e47cec72a9a2d4a841cb7643d94920d
4
- data.tar.gz: 66ccd8adc5a35f850afd9be3995b75033e59aafd
3
+ metadata.gz: 6c63624d4a76a90938dc438568d07b4db50dc6b8
4
+ data.tar.gz: 62c60f16537343a19e9303f3f99718b2b23d4df4
5
5
  SHA512:
6
- metadata.gz: d2160f76d8fcf7ee7b72b733c534907aa07956bb53ecac281bfd55243afc676e05e156f856f8c5510cbc5361530f9b63292a0392b41220f745776d3df7058809
7
- data.tar.gz: 51c314400e21314af4fe587a301e10bf53827c1844beb5479a6258b556c04c5c4b252dc94dbcd69fcd7551d9c3d7245263cc327ce54f26be81a8df8f8913e83f
6
+ metadata.gz: 2f28df695a45ad3893354989d307ff62e86f2538be5dc375d4ba4ec9b453aedcb19f900b7112007e3979f36097dbe0287aebad643809f3a7b3b7d90cc0768f6f
7
+ data.tar.gz: a62ed02ff1a66de90299849d67b2aaf3378f2c36dace660889987855e71a384a4aa9e1a725a5a7882bc7c5a85e65533ba8243fa8d612e94c9ebe417187015a6f
@@ -0,0 +1,4 @@
1
+ cy:
2
+ components:
3
+ radio:
4
+ or: 'neu'
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '3.2.0'.freeze
2
+ VERSION = '3.2.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: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
@@ -267,6 +267,7 @@ files:
267
267
  - app/views/govuk_publishing_components/component_guide/show.html.erb
268
268
  - app/views/layouts/govuk_publishing_components/application.html.erb
269
269
  - config/initializers/assets.rb
270
+ - config/locales/cy.yml
270
271
  - config/locales/en.yml
271
272
  - config/routes.rb
272
273
  - lib/generators/govuk_publishing_components/USAGE