@times-components/article-magazine-comment 3.81.10 → 3.81.12-alpha.11
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.
- package/CHANGELOG.md +19 -0
- package/package.json +25 -25
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.82.0](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.81.11...@times-components/article-magazine-comment@3.82.0) (2024-07-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TMD-329:** remove placeholder for article image ([#3856](https://github.com/newsuk/times-components/issues/3856)) ([9f1d249](https://github.com/newsuk/times-components/commit/9f1d249ac23312d00cb47a995767deb856e81a71))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.81.11](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.81.10...@times-components/article-magazine-comment@3.81.11) (2024-07-02)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @times-components/article-magazine-comment
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [3.81.10](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-comment@3.81.9...@times-components/article-magazine-comment@3.81.10) (2024-06-25)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @times-components/article-magazine-comment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-magazine-comment",
|
|
3
|
-
"version": "3.81.
|
|
3
|
+
"version": "3.81.12-alpha.11+bcc0201a5c",
|
|
4
4
|
"description": "Magazine Comment Article Template",
|
|
5
5
|
"main": "dist/article-magazine-comment",
|
|
6
6
|
"dev": "src/article-magazine-comment",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/core": "7.4.4",
|
|
36
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
37
|
-
"@times-components/jest-configurator-web": "0.8.2",
|
|
38
|
-
"@times-components/jest-serializer": "3.13.
|
|
39
|
-
"@times-components/provider": "1.40.
|
|
40
|
-
"@times-components/provider-test-tools": "1.29.3",
|
|
41
|
-
"@times-components/storybook": "4.12.
|
|
42
|
-
"@times-components/tealium-utils": "0.9.1",
|
|
43
|
-
"@times-components/test-utils": "2.4.2",
|
|
44
|
-
"@times-components/webpack-configurator": "2.1.1",
|
|
36
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
37
|
+
"@times-components/jest-configurator-web": "^0.8.2",
|
|
38
|
+
"@times-components/jest-serializer": "^3.13.20-alpha.11+bcc0201a5c",
|
|
39
|
+
"@times-components/provider": "^1.40.35-alpha.11+bcc0201a5c",
|
|
40
|
+
"@times-components/provider-test-tools": "^1.29.3",
|
|
41
|
+
"@times-components/storybook": "^4.12.34-alpha.11+bcc0201a5c",
|
|
42
|
+
"@times-components/tealium-utils": "^0.9.1",
|
|
43
|
+
"@times-components/test-utils": "^2.4.2",
|
|
44
|
+
"@times-components/webpack-configurator": "^2.1.1",
|
|
45
45
|
"babel-jest": "24.8.0",
|
|
46
46
|
"eslint": "5.9.0",
|
|
47
47
|
"jest": "24.8.0",
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
"webpack": "4.30.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@times-components/ad": "2.22.
|
|
57
|
-
"@times-components/article-byline": "3.13.
|
|
58
|
-
"@times-components/article-label": "2.18.
|
|
59
|
-
"@times-components/article-lead-asset": "1.18.
|
|
60
|
-
"@times-components/article-skeleton": "1.133.
|
|
61
|
-
"@times-components/caption": "3.8.
|
|
62
|
-
"@times-components/context": "1.
|
|
63
|
-
"@times-components/date-publication": "0.30.
|
|
64
|
-
"@times-components/image": "6.17.
|
|
65
|
-
"@times-components/ts-components": "1.97.
|
|
66
|
-
"@times-components/ts-styleguide": "1.50.
|
|
67
|
-
"@times-components/user-state": "0.5.
|
|
68
|
-
"@times-components/utils": "6.25.
|
|
69
|
-
"@times-components/video-label": "2.11.
|
|
56
|
+
"@times-components/ad": "^2.22.23-alpha.11+bcc0201a5c",
|
|
57
|
+
"@times-components/article-byline": "^3.13.55-alpha.11+bcc0201a5c",
|
|
58
|
+
"@times-components/article-label": "^2.18.34-alpha.11+bcc0201a5c",
|
|
59
|
+
"@times-components/article-lead-asset": "^1.18.41-alpha.11+bcc0201a5c",
|
|
60
|
+
"@times-components/article-skeleton": "^1.133.11-alpha.11+bcc0201a5c",
|
|
61
|
+
"@times-components/caption": "^3.8.55-alpha.11+bcc0201a5c",
|
|
62
|
+
"@times-components/context": "^1.24.0",
|
|
63
|
+
"@times-components/date-publication": "^0.30.34-alpha.11+bcc0201a5c",
|
|
64
|
+
"@times-components/image": "^6.17.21-alpha.11+bcc0201a5c",
|
|
65
|
+
"@times-components/ts-components": "^1.97.2-alpha.11+bcc0201a5c",
|
|
66
|
+
"@times-components/ts-styleguide": "^1.50.34-alpha.11+bcc0201a5c",
|
|
67
|
+
"@times-components/user-state": "^0.5.51-alpha.11+bcc0201a5c",
|
|
68
|
+
"@times-components/utils": "^6.25.2-alpha.11+bcc0201a5c",
|
|
69
|
+
"@times-components/video-label": "^2.11.62-alpha.11+bcc0201a5c",
|
|
70
70
|
"prop-types": "15.7.2",
|
|
71
71
|
"styled-components": "4.3.2"
|
|
72
72
|
},
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "bcc0201a5cb74ec38c26a9d0ebcf21568aed88ee"
|
|
85
85
|
}
|