@times-components/article-list 9.19.13-alpha.6 → 9.19.13-alpha.62

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 +91 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,97 @@
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
+ ## [9.19.23](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.22...@times-components/article-list@9.19.23) (2024-11-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **TMD-839:** handling GIFs as the lead asset within related articles rail ([#3975](https://github.com/newsuk/times-components/issues/3975)) ([d453d0f](https://github.com/newsuk/times-components/commit/d453d0ffd99529725f342ea6ec02581c5c5b1690))
12
+
13
+
14
+
15
+
16
+
17
+ ## [9.19.22](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.21...@times-components/article-list@9.19.22) (2024-11-05)
18
+
19
+ **Note:** Version bump only for package @times-components/article-list
20
+
21
+
22
+
23
+
24
+
25
+ ## [9.19.21](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.20...@times-components/article-list@9.19.21) (2024-10-28)
26
+
27
+ **Note:** Version bump only for package @times-components/article-list
28
+
29
+
30
+
31
+
32
+
33
+ ## [9.19.20](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.19...@times-components/article-list@9.19.20) (2024-10-28)
34
+
35
+ **Note:** Version bump only for package @times-components/article-list
36
+
37
+
38
+
39
+
40
+
41
+ ## [9.19.19](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.18...@times-components/article-list@9.19.19) (2024-10-23)
42
+
43
+ **Note:** Version bump only for package @times-components/article-list
44
+
45
+
46
+
47
+
48
+
49
+ ## [9.19.18](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.17...@times-components/article-list@9.19.18) (2024-10-18)
50
+
51
+ **Note:** Version bump only for package @times-components/article-list
52
+
53
+
54
+
55
+
56
+
57
+ ## [9.19.17](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.16...@times-components/article-list@9.19.17) (2024-10-18)
58
+
59
+ **Note:** Version bump only for package @times-components/article-list
60
+
61
+
62
+
63
+
64
+
65
+ ## [9.19.16](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.15...@times-components/article-list@9.19.16) (2024-10-17)
66
+
67
+ **Note:** Version bump only for package @times-components/article-list
68
+
69
+
70
+
71
+
72
+
73
+ ## [9.19.15](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.14...@times-components/article-list@9.19.15) (2024-10-15)
74
+
75
+ **Note:** Version bump only for package @times-components/article-list
76
+
77
+
78
+
79
+
80
+
81
+ ## [9.19.14](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.13...@times-components/article-list@9.19.14) (2024-10-15)
82
+
83
+ **Note:** Version bump only for package @times-components/article-list
84
+
85
+
86
+
87
+
88
+
89
+ ## [9.19.13](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.12...@times-components/article-list@9.19.13) (2024-10-14)
90
+
91
+ **Note:** Version bump only for package @times-components/article-list
92
+
93
+
94
+
95
+
96
+
6
97
  ## [9.19.12](https://github.com/newsuk/times-components/compare/@times-components/article-list@9.19.11...@times-components/article-list@9.19.12) (2024-10-01)
7
98
 
8
99
  **Note:** Version bump only for package @times-components/article-list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/article-list",
3
- "version": "9.19.13-alpha.6+a83a30b541",
3
+ "version": "9.19.13-alpha.62+a0f8ef3b78",
4
4
  "description": "Paginated list of articles",
5
5
  "main": "dist/article-list",
6
6
  "dev": "src/article-list",
@@ -61,12 +61,12 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@times-components/ad": "^2.22.23",
64
- "@times-components/article-summary": "^3.25.9-alpha.9+a83a30b541",
64
+ "@times-components/article-summary": "^3.25.9-alpha.65+a0f8ef3b78",
65
65
  "@times-components/button": "^2.10.61",
66
- "@times-components/card": "^6.15.1",
66
+ "@times-components/card": "^6.15.2",
67
67
  "@times-components/context": "^1.24.0",
68
68
  "@times-components/error-view": "^2.6.61",
69
- "@times-components/image": "^6.18.1",
69
+ "@times-components/image": "^6.18.2",
70
70
  "@times-components/lazy-load": "^0.20.0",
71
71
  "@times-components/link": "^3.17.34",
72
72
  "@times-components/pagination": "^3.13.20",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "a83a30b54173703ecd87801b7b559b0eb9a1525b"
91
+ "gitHead": "a0f8ef3b78f59a317e5d16a620595dc8f321c508"
92
92
  }