@times-components/article-magazine-standard 3.74.41 → 3.74.42-alpha.12
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 +40 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,46 @@
|
|
|
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.74.46](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.45...@times-components/article-magazine-standard@3.74.46) (2024-01-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @times-components/article-magazine-standard
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.74.45](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.44...@times-components/article-magazine-standard@3.74.45) (2024-01-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @times-components/article-magazine-standard
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.74.44](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.43...@times-components/article-magazine-standard@3.74.44) (2024-01-11)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @times-components/article-magazine-standard
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [3.74.43](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.42...@times-components/article-magazine-standard@3.74.43) (2024-01-11)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @times-components/article-magazine-standard
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [3.74.42](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.41...@times-components/article-magazine-standard@3.74.42) (2024-01-10)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @times-components/article-magazine-standard
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
6
46
|
## [3.74.41](https://github.com/newsuk/times-components/compare/@times-components/article-magazine-standard@3.74.40...@times-components/article-magazine-standard@3.74.41) (2024-01-10)
|
|
7
47
|
|
|
8
48
|
**Note:** Version bump only for package @times-components/article-magazine-standard
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/article-magazine-standard",
|
|
3
|
-
"version": "3.74.
|
|
3
|
+
"version": "3.74.42-alpha.12+00de22d1f1",
|
|
4
4
|
"description": "Magazine Standard Article Template",
|
|
5
5
|
"main": "dist/article-magazine-standard",
|
|
6
6
|
"dev": "src/article-magazine-standard",
|
|
@@ -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.1",
|
|
38
|
-
"@times-components/jest-serializer": "3.12.
|
|
39
|
-
"@times-components/provider": "1.39.
|
|
40
|
-
"@times-components/provider-test-tools": "1.29.1",
|
|
41
|
-
"@times-components/storybook": "4.11.
|
|
42
|
-
"@times-components/tealium-utils": "0.9.0",
|
|
43
|
-
"@times-components/test-utils": "2.4.1",
|
|
44
|
-
"@times-components/webpack-configurator": "2.1.0",
|
|
36
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
|
37
|
+
"@times-components/jest-configurator-web": "^0.8.1",
|
|
38
|
+
"@times-components/jest-serializer": "^3.12.3-alpha.166+00de22d1f1",
|
|
39
|
+
"@times-components/provider": "^1.39.4-alpha.166+00de22d1f1",
|
|
40
|
+
"@times-components/provider-test-tools": "^1.29.1",
|
|
41
|
+
"@times-components/storybook": "^4.11.4-alpha.166+00de22d1f1",
|
|
42
|
+
"@times-components/tealium-utils": "^0.9.0",
|
|
43
|
+
"@times-components/test-utils": "^2.4.1",
|
|
44
|
+
"@times-components/webpack-configurator": "^2.1.0",
|
|
45
45
|
"babel-jest": "24.8.0",
|
|
46
46
|
"eslint": "5.9.0",
|
|
47
47
|
"jest": "24.8.0",
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
"webpack": "4.30.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@times-components/ad": "2.21.
|
|
57
|
-
"@times-components/article-byline": "3.13.
|
|
58
|
-
"@times-components/article-label": "2.16.
|
|
59
|
-
"@times-components/article-lead-asset": "1.17.
|
|
60
|
-
"@times-components/article-skeleton": "1.116.
|
|
61
|
-
"@times-components/caption": "3.8.
|
|
62
|
-
"@times-components/context": "1.10.
|
|
63
|
-
"@times-components/date-publication": "0.28.
|
|
64
|
-
"@times-components/ts-components": "1.81.
|
|
65
|
-
"@times-components/ts-styleguide": "1.48.
|
|
66
|
-
"@times-components/user-state": "0.5.
|
|
67
|
-
"@times-components/utils": "6.16.
|
|
68
|
-
"@times-components/video-label": "2.11.
|
|
56
|
+
"@times-components/ad": "^2.21.45-alpha.39+00de22d1f1",
|
|
57
|
+
"@times-components/article-byline": "^3.13.16-alpha.166+00de22d1f1",
|
|
58
|
+
"@times-components/article-label": "^2.16.2-alpha.166+00de22d1f1",
|
|
59
|
+
"@times-components/article-lead-asset": "^1.17.5-alpha.111+00de22d1f1",
|
|
60
|
+
"@times-components/article-skeleton": "^1.116.26-alpha.12+00de22d1f1",
|
|
61
|
+
"@times-components/caption": "^3.8.16-alpha.166+00de22d1f1",
|
|
62
|
+
"@times-components/context": "^1.10.38-alpha.166+00de22d1f1",
|
|
63
|
+
"@times-components/date-publication": "^0.28.2-alpha.166+00de22d1f1",
|
|
64
|
+
"@times-components/ts-components": "^1.81.8-alpha.111+00de22d1f1",
|
|
65
|
+
"@times-components/ts-styleguide": "^1.48.2-alpha.166+00de22d1f1",
|
|
66
|
+
"@times-components/user-state": "^0.5.12-alpha.166+00de22d1f1",
|
|
67
|
+
"@times-components/utils": "^6.16.22-alpha.166+00de22d1f1",
|
|
68
|
+
"@times-components/video-label": "^2.11.23-alpha.111+00de22d1f1",
|
|
69
69
|
"prop-types": "15.7.2",
|
|
70
70
|
"styled-components": "4.3.2"
|
|
71
71
|
},
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "00de22d1f1f8da45489f20b999caa9d7fae22fb1"
|
|
84
84
|
}
|