@times-components/jest-serializer 3.12.3-alpha.131 → 3.12.3-alpha.166

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.12.4](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.12.3...@times-components/jest-serializer@3.12.4) (2024-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TMRX-1810:** global nav search bar placeholder disappears on focus ([#3714](https://github.com/newsuk/times-components/issues/3714)) ([d45b3fa](https://github.com/newsuk/times-components/commit/d45b3fafc3c0e7b5b1e6f39cdf2dc011fe399783))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.12.3](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.12.2...@times-components/jest-serializer@3.12.3) (2024-01-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **TMRX-1446:** remove window reference, update types and ad block ([#3709](https://github.com/newsuk/times-components/issues/3709)) ([9cf291a](https://github.com/newsuk/times-components/commit/9cf291a20ed1ff44db78823aee3a818548a7d7ae))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.12.2](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.12.1...@times-components/jest-serializer@3.12.2) (2023-10-19)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/jest-serializer",
3
- "version": "3.12.3-alpha.131+1079f5975c",
3
+ "version": "3.12.3-alpha.166+00de22d1f1",
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.16.22-alpha.131+1079f5975c",
47
+ "@times-components/utils": "^6.16.22-alpha.166+00de22d1f1",
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": "1079f5975c05f60109f3d9dedb5f42ff22360abf"
65
+ "gitHead": "00de22d1f1f8da45489f20b999caa9d7fae22fb1"
66
66
  }