@times-components/utils 6.17.1 → 6.18.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 +4 -4
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
+ ## [6.18.1](https://github.com/newsuk/times-components/compare/@times-components/utils@6.18.0...@times-components/utils@6.18.1) (2024-01-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TMRX-1841:** listviewslice updates ([#3750](https://github.com/newsuk/times-components/issues/3750)) ([0e7da01](https://github.com/newsuk/times-components/commit/0e7da0123ebb5e5bb008fe585d028b841c2fe754))
12
+
13
+
14
+
15
+
16
+
17
+ # [6.18.0](https://github.com/newsuk/times-components/compare/@times-components/utils@6.17.1...@times-components/utils@6.18.0) (2024-01-30)
18
+
19
+
20
+ ### Features
21
+
22
+ * **TMRX-1843:** add note to files that are being moved to render ([#3747](https://github.com/newsuk/times-components/issues/3747)) ([c94ffaf](https://github.com/newsuk/times-components/commit/c94ffaf7b13a65fb254783471d1e0a7b345f0d24))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [6.17.1](https://github.com/newsuk/times-components/compare/@times-components/utils@6.17.0...@times-components/utils@6.17.1) (2024-01-26)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/utils",
3
- "version": "6.17.1",
3
+ "version": "6.18.1",
4
4
  "description": "A set of helpers and/or workarounds to be shared across packages ",
5
5
  "main": "dist/index",
6
6
  "dev": "src/index",
@@ -35,7 +35,7 @@
35
35
  "@babel/core": "7.4.4",
36
36
  "@times-components/eslint-config-thetimes": "0.8.18",
37
37
  "@times-components/jest-configurator-web": "0.8.1",
38
- "@times-components/jest-serializer": "3.13.3",
38
+ "@times-components/jest-serializer": "3.13.5",
39
39
  "@times-components/webpack-configurator": "2.1.0",
40
40
  "babel-jest": "24.8.0",
41
41
  "babel-loader": "8.0.5",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@times-components/schema": "0.7.4",
51
- "@times-components/ts-styleguide": "1.50.6",
51
+ "@times-components/ts-styleguide": "1.50.10",
52
52
  "apollo-cache-inmemory": "1.5.1",
53
53
  "apollo-client": "2.5.1",
54
54
  "apollo-link": "1.2.4",
@@ -67,5 +67,5 @@
67
67
  "react": ">=16.9",
68
68
  "react-dom": ">=16.9"
69
69
  },
70
- "gitHead": "bf7607405ae468b881f595835f5e82fc4e049737"
70
+ "gitHead": "6520cf80b7505b2f8e4d8d86bff78c28832519ef"
71
71
  }