govuk_publishing_components 34.9.0 → 34.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6da9ed1af8922136300b056ca61432de28330b478e25e23334917d0fdec9041
4
- data.tar.gz: 2efcf7e5c91aaca82158059670b6b5ea7d4f52cb998b49a23e13deb32276958e
3
+ metadata.gz: 3f8b043d1285aa3d0477957b2472686e584b62fc8dc89f0e74dde18c989f3c4a
4
+ data.tar.gz: 4bf6daf82bb9958e9d042b75f03d424be2f985ec02ffc3b18aef68f3b8a3b47c
5
5
  SHA512:
6
- metadata.gz: c5b8de64f9ba866ce83e1ef48be8d42f3f57b74891f446cba362c83e1a4be599d67039fc9f4cd9ee2e3b77345a4fb2955310a2aefb45b9bfcdf59e69bc06fdd3
7
- data.tar.gz: 75251f6417ec2c5e3e542eab3f2a914b93c9a5153f6b3be40848640d1e4944d2186e169a26198760cac76f482667e1d73e743105504c465b31974c583b4a0f3f
6
+ metadata.gz: 61de44ede7ebe2d0f79c642648edf6ec9e7894c05d5e36a0d8f4dbf15f82dc66d43c0320819459d4034a8c9dc8b42b6ae2c69f2946b200160cf6eebc7a6c3aae
7
+ data.tar.gz: 16ef6c35ed6ef86b4ad420baaa2ecac77b513065d68a7c9b7380d910d1318a5e4ee1ac314fa7d69e0474333761f3e615bad1ff817e84dbf132c6b74042f6d7bd
data/README.md CHANGED
@@ -39,6 +39,7 @@ yarn run jasmine:ci
39
39
 
40
40
  - [Install and use this gem](docs/install-and-use.md)
41
41
  - [Use a component in your application](docs/use-components.md)
42
+ - [Test a branch of the gem](docs/test-a-branch-of-the-gem.md)
42
43
 
43
44
  ### Managing the gem
44
45
 
@@ -58,7 +58,7 @@ examples:
58
58
  subscribe: 'Subscribe to this page of things'
59
59
  unsubscribe: 'Unsubscribe to this page of things'
60
60
  with_skip_account:
61
- description: If the skip_account flag is present, the button action will be set to the non GOV.UK account signup endpoint of /email-signup.
61
+ description: If the skip_account flag is present, the button action will be set to the non GOV.UK One Login signup endpoint of /email-signup.
62
62
  data:
63
63
  base_path: '/current-page-path'
64
64
  js_enhancement: true
@@ -153,9 +153,9 @@ en:
153
153
  navigation:
154
154
  menu_bar:
155
155
  account:
156
- link_text: Your account
156
+ link_text: Your GOV.UK One Login
157
157
  manage:
158
- link_text: Manage your account
158
+ link_text: Settings
159
159
  layout_header:
160
160
  hide_button: Hide search
161
161
  menu: Menu
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "34.9.0".freeze
2
+ VERSION = "34.9.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 34.9.0
4
+ version: 34.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-08 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config