govuk_tech_docs 5.1.0 → 5.1.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: 6dc363343ebff60652f16de327d4bc64c8c7d043ca22de573699c62fd177e354
4
- data.tar.gz: ff3c5f3505a3592592c088d0e652279eaba401a886fb76bf100e29e266b19d64
3
+ metadata.gz: f67e67e9aaf492be63ce927428d8338c451cbcc8b88ac5b06a88028c097f0a98
4
+ data.tar.gz: 84a68c87b39cd4c5e8015280470b52c1323854e6d7ca695ac8a4751972cf98f7
5
5
  SHA512:
6
- metadata.gz: 68280ebd9b54a3b89962caa936fdda0754459284ac714e5399af7d785f997a52cf4c65c71f0f8fc3dd402a03c38705a8d3b4f0a859ce5590492be3be8c37265b
7
- data.tar.gz: bb17570b442df5edffacbb28f4fa5837b8066b63a30cec06ba6952f0bf2f50ea6bb0be536828c08bce108275d4ecd964e0ab768ba1a420d456bd0d68bc83dd78
6
+ metadata.gz: dcbd1bded816a7dfc4e0b9ae2c90f68d87535732c12350b603e3031f294aaba5db2d99afe118bdb52d4e704b4a3080f2cfd0a84082a89981b67c804b4236e00e
7
+ data.tar.gz: 604084d822513031104320445d70bb8de4c3d128d16b3cf8fd0b726e528b066490017bcd78b10b6917ab778f786fb7463d889444c13fb2c90176d44302c84ec2
data/CHANGELOG.md CHANGED
@@ -1,11 +1,8 @@
1
- ## Unreleased
1
+ ## 5.1.1
2
2
 
3
- ### New Features
4
-
5
- - [Adds support for GA4 as a separate tracking parameter from Universal Analytics](https://github.com/alphagov/tech-docs-gem/pull/350)
3
+ ### Fixes
6
4
 
7
- NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround.
8
- We'll return at a later date with a major breaking change that deprecates UA code.
5
+ - [Change npm installation method used](https://github.com/alphagov/tech-docs-gem/pull/433)
9
6
 
10
7
  ## 5.1.0
11
8
 
@@ -13,6 +10,9 @@ We'll return at a later date with a major breaking change that deprecates UA cod
13
10
 
14
11
  - [Add GA4 support](https://github.com/alphagov/tech-docs-gem/pull/350)
15
12
 
13
+ NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround.
14
+ We'll return at a later date with a major breaking change that deprecates UA code.
15
+
16
16
  ### Fixes
17
17
 
18
18
  - [Fix syntax highlighting by pinning middleman-syntax to v3.6+](https://github.com/alphagov/tech-docs-gem/pull/427)
@@ -4,8 +4,8 @@ lib = File.expand_path("lib", __dir__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require "govuk_tech_docs/version"
6
6
 
7
- `npm install`
8
- abort "npm install failed" unless $CHILD_STATUS.success?
7
+ `npm ci`
8
+ abort "npm ci failed" unless $CHILD_STATUS.success?
9
9
 
10
10
  unless File.exist?("node_modules/govuk-frontend/dist/govuk/all.scss")
11
11
  abort "govuk-frontend npm package not installed"
@@ -1,3 +1,3 @@
1
1
  module GovukTechDocs
2
- VERSION = "5.1.0".freeze
2
+ VERSION = "5.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_tech_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service