@times-components/related-articles 6.12.1 → 6.12.4

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 +30 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.12.4](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.12.3...@times-components/related-articles@6.12.4) (2022-09-06)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * **TDP-000:** Image without resize attribute ([#3141](https://github.com/newsuk/times-components/issues/3141)) ([437d3c9](https://github.com/newsuk/times-components/commit/437d3c919a53a00fa8f2dd5f320b49dcbee7ea0f))
12
+
13
+
14
+
15
+
16
+
17
+ ## [6.12.3](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.12.2...@times-components/related-articles@6.12.3) (2022-09-06)
18
+
19
+ **Note:** Version bump only for package @times-components/related-articles
20
+
21
+
22
+
23
+
24
+
25
+ ## [6.12.2](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.12.1...@times-components/related-articles@6.12.2) (2022-09-01)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **TDP-2399:** Added default value to hi-res images in Related Article ([#3136](https://github.com/newsuk/times-components/issues/3136)) ([305beb6](https://github.com/newsuk/times-components/commit/305beb670bbf5e19423bb20a93a60cd0415697cb))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [6.12.1](https://github.com/newsuk/times-components/compare/@times-components/related-articles@6.12.0...@times-components/related-articles@6.12.1) (2022-08-20)
7
37
 
8
38
  **Note:** Version bump only for package @times-components/related-articles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/related-articles",
3
- "version": "6.12.1",
3
+ "version": "6.12.4",
4
4
  "description": "related articles of an article",
5
5
  "main": "dist/related-articles",
6
6
  "dev": "src/related-articles",
@@ -54,8 +54,8 @@
54
54
  "webpack": "4.30.0"
55
55
  },
56
56
  "dependencies": {
57
- "@times-components/article-summary": "3.20.1",
58
- "@times-components/card": "6.9.0",
57
+ "@times-components/article-summary": "3.20.4",
58
+ "@times-components/card": "6.9.2",
59
59
  "@times-components/context": "1.10.0",
60
60
  "@times-components/link": "3.11.0",
61
61
  "@times-components/markup-forest": "1.9.0",
@@ -78,5 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "gitHead": "078d38afd0c7be38fa2d1196d5056b4d53d859f4"
81
+ "gitHead": "a4cb8f16b75e0d54adf6ad9e23bb6cce1dda01fc"
82
82
  }