@times-components/jest-serializer 3.7.2 → 3.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.8.1](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.8.0...@times-components/jest-serializer@3.8.1) (2023-03-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TDP-000:** pass slug to secondary nav for selection ([#3301](https://github.com/newsuk/times-components/issues/3301)) ([97a0e79](https://github.com/newsuk/times-components/commit/97a0e79ab7a7e9167a7bb24504aa1529301d46ec))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.8.0](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.7.2...@times-components/jest-serializer@3.8.0) (2023-03-22)
18
+
19
+
20
+ ### Features
21
+
22
+ * **TDP-3084:** updated fallback font settings for overrides ([#3292](https://github.com/newsuk/times-components/issues/3292)) ([12f9c6c](https://github.com/newsuk/times-components/commit/12f9c6c06fdfaf52b7b28bbcc2bbeb8b39d29d57))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.7.2](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.7.1...@times-components/jest-serializer@3.7.2) (2023-03-20)
7
29
 
8
30
  **Note:** Version bump only for package @times-components/jest-serializer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/jest-serializer",
3
- "version": "3.7.2",
3
+ "version": "3.8.1",
4
4
  "description": "serializer",
5
5
  "main": "dist/index",
6
6
  "dev": "src/jest-serializer",
@@ -44,7 +44,7 @@
44
44
  "react-test-renderer": "16.9.0"
45
45
  },
46
46
  "dependencies": {
47
- "@times-components/utils": "6.15.20",
47
+ "@times-components/utils": "6.16.2",
48
48
  "css": "^2.2.1",
49
49
  "enzyme-to-json": "3.3.5",
50
50
  "hyphenate-style-name": "1.0.2",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "b66092e71653e0d25fd131fb1ac747d810313e3b"
65
+ "gitHead": "5e3b1ad01676f7fa1d325df12cfff5d6995b5c3e"
66
66
  }