@times-components/jest-serializer 3.13.29-1bad0e54cf94fc768e89d623cafa85ececc3cf60.7 → 3.15.0

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 +5 -5
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.15.0](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.14.0...@times-components/jest-serializer@3.15.0) (2025-04-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **TMRP-233:** implement webp images ([#4105](https://github.com/newsuk/times-components/issues/4105)) ([66f0ce5](https://github.com/newsuk/times-components/commit/66f0ce53c4cd8fe101d66fc18c69c758e786af46))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.14.0](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.13.28...@times-components/jest-serializer@3.14.0) (2025-04-07)
18
+
19
+
20
+ ### Features
21
+
22
+ * **tmc-363:** Change twitter script from async to defer ([#4116](https://github.com/newsuk/times-components/issues/4116)) ([f606253](https://github.com/newsuk/times-components/commit/f606253d5e4313c2233b3a878849c018d8efb2cb))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.13.28](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.13.27...@times-components/jest-serializer@3.13.28) (2025-03-26)
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.13.29-1bad0e54cf94fc768e89d623cafa85ececc3cf60.7+1bad0e54cf",
3
+ "version": "3.15.0",
4
4
  "description": "serializer",
5
5
  "main": "dist/index",
6
6
  "dev": "src/jest-serializer",
@@ -31,8 +31,8 @@
31
31
  "homepage": "https://github.com/newsuk/times-components#readme",
32
32
  "devDependencies": {
33
33
  "@babel/core": "7.4.4",
34
- "@times-components/eslint-config-thetimes": "^0.8.18",
35
- "@times-components/jest-configurator-web": "^0.8.2",
34
+ "@times-components/eslint-config-thetimes": "0.8.18",
35
+ "@times-components/jest-configurator-web": "0.8.2",
36
36
  "babel-jest": "24.8.0",
37
37
  "depcheck": "0.6.9",
38
38
  "enzyme": "3.9.0",
@@ -44,7 +44,7 @@
44
44
  "react-test-renderer": "16.9.0"
45
45
  },
46
46
  "dependencies": {
47
- "@times-components/utils": "^6.31.3-1bad0e54cf94fc768e89d623cafa85ececc3cf60.3+1bad0e54cf",
47
+ "@times-components/utils": "6.31.5",
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": "1bad0e54cf94fc768e89d623cafa85ececc3cf60"
65
+ "gitHead": "07b292c2f7d20953935b846634c55df093705568"
66
66
  }