@times-components/article-skeleton 1.122.9 → 1.122.10-alpha.10
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 +78 -0
- package/package.json +36 -36
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,84 @@
|
|
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
|
+
## [1.123.7](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.6...@times-components/article-skeleton@1.123.7) (2024-03-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [1.123.6](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.5...@times-components/article-skeleton@1.123.6) (2024-03-05)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## [1.123.5](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.4...@times-components/article-skeleton@1.123.5) (2024-03-04)
|
23
|
+
|
24
|
+
|
25
|
+
### Reverts
|
26
|
+
|
27
|
+
* Revert "feat(TMRX-1962): Update ad placement in articles (#3775)" (#3782) ([3d7a766](https://github.com/newsuk/times-components/commit/3d7a766318d750d672a44827d87ebc892bff72ae)), closes [#3775](https://github.com/newsuk/times-components/issues/3775) [#3782](https://github.com/newsuk/times-components/issues/3782)
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
## [1.123.4](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.3...@times-components/article-skeleton@1.123.4) (2024-02-29)
|
34
|
+
|
35
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
## [1.123.3](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.2...@times-components/article-skeleton@1.123.3) (2024-02-28)
|
42
|
+
|
43
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
## [1.123.2](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.1...@times-components/article-skeleton@1.123.2) (2024-02-27)
|
50
|
+
|
51
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
## [1.123.1](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.123.0...@times-components/article-skeleton@1.123.1) (2024-02-27)
|
58
|
+
|
59
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
# [1.123.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.122.10...@times-components/article-skeleton@1.123.0) (2024-02-26)
|
66
|
+
|
67
|
+
|
68
|
+
### Features
|
69
|
+
|
70
|
+
* **TMRX-1962:** Update ad placement in articles ([#3775](https://github.com/newsuk/times-components/issues/3775)) ([4115834](https://github.com/newsuk/times-components/commit/41158344f92428ad4b2e33ed8fc9ad7fe837f611))
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
## [1.122.10](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.122.9...@times-components/article-skeleton@1.122.10) (2024-02-21)
|
77
|
+
|
78
|
+
**Note:** Version bump only for package @times-components/article-skeleton
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
6
84
|
## [1.122.9](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.122.8...@times-components/article-skeleton@1.122.9) (2024-02-20)
|
7
85
|
|
8
86
|
**Note:** Version bump only for package @times-components/article-skeleton
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@times-components/article-skeleton",
|
3
|
-
"version": "1.122.
|
3
|
+
"version": "1.122.10-alpha.10+b17cfb3b77",
|
4
4
|
"description": "The article skeleton",
|
5
5
|
"main": "dist/article-skeleton",
|
6
6
|
"dev": "src/article-skeleton",
|
@@ -37,14 +37,14 @@
|
|
37
37
|
"@storybook/addon-actions": "6.5.16",
|
38
38
|
"@storybook/addon-knobs": "6.4.0",
|
39
39
|
"@storybook/react": "6.5.16",
|
40
|
-
"@times-components/eslint-config-thetimes": "0.8.18",
|
41
|
-
"@times-components/jest-configurator-web": "0.8.1",
|
42
|
-
"@times-components/jest-serializer": "3.13.6",
|
43
|
-
"@times-components/provider-test-tools": "1.29.2",
|
44
|
-
"@times-components/storybook": "4.12.11",
|
45
|
-
"@times-components/tealium-utils": "0.9.0",
|
46
|
-
"@times-components/test-utils": "2.4.1",
|
47
|
-
"@times-components/webpack-configurator": "2.1.0",
|
40
|
+
"@times-components/eslint-config-thetimes": "^0.8.18",
|
41
|
+
"@times-components/jest-configurator-web": "^0.8.1",
|
42
|
+
"@times-components/jest-serializer": "^3.13.6",
|
43
|
+
"@times-components/provider-test-tools": "^1.29.2",
|
44
|
+
"@times-components/storybook": "^4.12.11",
|
45
|
+
"@times-components/tealium-utils": "^0.9.0",
|
46
|
+
"@times-components/test-utils": "^2.4.1",
|
47
|
+
"@times-components/webpack-configurator": "^2.1.0",
|
48
48
|
"babel-jest": "24.8.0",
|
49
49
|
"babel-loader": "8.0.5",
|
50
50
|
"depcheck": "0.6.9",
|
@@ -61,32 +61,32 @@
|
|
61
61
|
"webpack": "4.30.0"
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
|
-
"@times-components/ad": "2.21.61",
|
65
|
-
"@times-components/article-extras": "0.24.
|
66
|
-
"@times-components/article-image": "7.16.31",
|
67
|
-
"@times-components/article-paragraph": "1.9.
|
68
|
-
"@times-components/article-topics": "4.11.32",
|
69
|
-
"@times-components/caption": "3.8.32",
|
70
|
-
"@times-components/context": "1.15.0",
|
71
|
-
"@times-components/interactive-wrapper": "0.9.63",
|
72
|
-
"@times-components/key-facts": "2.12.58",
|
73
|
-
"@times-components/lazy-load": "0.11.0",
|
74
|
-
"@times-components/link": "3.17.11",
|
75
|
-
"@times-components/markup": "3.8.38",
|
76
|
-
"@times-components/markup-forest": "1.9.1",
|
77
|
-
"@times-components/message-bar": "0.7.62",
|
78
|
-
"@times-components/provider-queries": "2.21.0",
|
79
|
-
"@times-components/pull-quote": "3.15.17",
|
80
|
-
"@times-components/save-and-share-bar": "0.19.52",
|
81
|
-
"@times-components/sticky": "0.5.61",
|
82
|
-
"@times-components/tracking": "2.22.11",
|
83
|
-
"@times-components/ts-components": "1.81.25",
|
84
|
-
"@times-components/ts-newskit": "1.172.
|
85
|
-
"@times-components/ts-styleguide": "1.50.11",
|
86
|
-
"@times-components/typeset": "0.3.2",
|
87
|
-
"@times-components/user-state": "0.5.28",
|
88
|
-
"@times-components/utils": "6.19.0",
|
89
|
-
"@times-components/video": "4.
|
64
|
+
"@times-components/ad": "^2.21.61",
|
65
|
+
"@times-components/article-extras": "^0.24.19-alpha.10+b17cfb3b77",
|
66
|
+
"@times-components/article-image": "^7.16.31",
|
67
|
+
"@times-components/article-paragraph": "^1.9.257-alpha.10+b17cfb3b77",
|
68
|
+
"@times-components/article-topics": "^4.11.32",
|
69
|
+
"@times-components/caption": "^3.8.32",
|
70
|
+
"@times-components/context": "^1.15.0",
|
71
|
+
"@times-components/interactive-wrapper": "^0.9.63",
|
72
|
+
"@times-components/key-facts": "^2.12.58",
|
73
|
+
"@times-components/lazy-load": "^0.11.0",
|
74
|
+
"@times-components/link": "^3.17.11",
|
75
|
+
"@times-components/markup": "^3.8.38",
|
76
|
+
"@times-components/markup-forest": "^1.9.1",
|
77
|
+
"@times-components/message-bar": "^0.7.62",
|
78
|
+
"@times-components/provider-queries": "^2.21.0",
|
79
|
+
"@times-components/pull-quote": "^3.15.17",
|
80
|
+
"@times-components/save-and-share-bar": "^0.19.52",
|
81
|
+
"@times-components/sticky": "^0.5.61",
|
82
|
+
"@times-components/tracking": "^2.22.11",
|
83
|
+
"@times-components/ts-components": "^1.81.25",
|
84
|
+
"@times-components/ts-newskit": "^1.172.1-alpha.12+b17cfb3b77",
|
85
|
+
"@times-components/ts-styleguide": "^1.50.11",
|
86
|
+
"@times-components/typeset": "^0.3.2",
|
87
|
+
"@times-components/user-state": "^0.5.28",
|
88
|
+
"@times-components/utils": "^6.19.0",
|
89
|
+
"@times-components/video": "^4.17.2",
|
90
90
|
"lodash.get": "4.4.2",
|
91
91
|
"lodash.pick": "4.4.0",
|
92
92
|
"memoize-one": "5.1.1",
|
@@ -106,5 +106,5 @@
|
|
106
106
|
"publishConfig": {
|
107
107
|
"access": "public"
|
108
108
|
},
|
109
|
-
"gitHead": "
|
109
|
+
"gitHead": "b17cfb3b77d49c01dc35d092a063f54533517cd1"
|
110
110
|
}
|