@times-components/jest-serializer 3.8.3 → 3.9.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.9.1](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.9.0...@times-components/jest-serializer@3.9.1) (2023-07-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TMRX-1314:** fix image jumping issue ([#3450](https://github.com/newsuk/times-components/issues/3450)) ([8b19feb](https://github.com/newsuk/times-components/commit/8b19feb5c74e115a6b0e7bef61d0efc6e0535a8b))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.9.0](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.8.3...@times-components/jest-serializer@3.9.0) (2023-04-19)
18
+
19
+
20
+ ### Features
21
+
22
+ * **TMRX-753:** update save text font size ([#3323](https://github.com/newsuk/times-components/issues/3323)) ([764ee59](https://github.com/newsuk/times-components/commit/764ee593536dc752ba537f87d1261bb22c64b00e))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.8.3](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.8.2...@times-components/jest-serializer@3.8.3) (2023-04-06)
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.8.3",
3
+ "version": "3.9.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.16.5",
47
+ "@times-components/utils": "6.16.9",
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": "dcb41696e95a452f6479ae300f2bea14563751a9"
65
+ "gitHead": "14c34e7b152cd4e3fc9f754abd415909a3c232d2"
66
66
  }