@times-components/jest-serializer 3.5.1 → 3.5.3

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 +19 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.5.3](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.5.2...@times-components/jest-serializer@3.5.3) (2023-01-26)
7
+
8
+ **Note:** Version bump only for package @times-components/jest-serializer
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.5.2](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.5.1...@times-components/jest-serializer@3.5.2) (2023-01-19)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **TDP-2976:** update article query ([#3215](https://github.com/newsuk/times-components/issues/3215)) ([936b45a](https://github.com/newsuk/times-components/commit/936b45a04108de1a043a86a33ab6dba83fb89819))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [3.5.1](https://github.com/newsuk/times-components/compare/@times-components/jest-serializer@3.5.0...@times-components/jest-serializer@3.5.1) (2022-11-02)
7
26
 
8
27
  **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.5.1",
3
+ "version": "3.5.3",
4
4
  "description": "serializer",
5
5
  "main": "dist/index",
6
6
  "dev": "src/jest-serializer",
@@ -10,6 +10,7 @@
10
10
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,identity-obj-proxy,jest,prettier,react-art,webpack*' --ignore-bin-package=false --skip-missing",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
12
  "test:web": "jest --config='./__tests__/jest.config.js'",
13
+ "test:web:updatesnapshot": "yarn test:web -u",
13
14
  "prepublishOnly": "yarn transpile",
14
15
  "cleanup-dist": "rm -rf dist",
15
16
  "transpile": "yarn cleanup-dist && babel src -d dist"
@@ -43,7 +44,7 @@
43
44
  "react-test-renderer": "16.9.0"
44
45
  },
45
46
  "dependencies": {
46
- "@times-components/utils": "6.15.6",
47
+ "@times-components/utils": "6.15.9",
47
48
  "css": "^2.2.1",
48
49
  "enzyme-to-json": "3.3.5",
49
50
  "hyphenate-style-name": "1.0.2",
@@ -61,5 +62,5 @@
61
62
  "publishConfig": {
62
63
  "access": "public"
63
64
  },
64
- "gitHead": "a90df035b9b315432c6a6db52e5d8310472c00aa"
65
+ "gitHead": "118ecc9359a1c9d9f72519b2985b8f59f4f5cd5e"
65
66
  }