@times-components/article-skeleton 1.151.2-fcdf1e2cba27b25098a0572ef023965231208ac0.1 → 1.152.1-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.3
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 +11 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,17 @@
|
|
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.152.0](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.151.1...@times-components/article-skeleton@1.152.0) (2025-02-25)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **TMRP-193:** fix indents on unordered lists ([#4077](https://github.com/newsuk/times-components/issues/4077)) ([f066235](https://github.com/newsuk/times-components/commit/f06623552ace6139498b59c7d3894a0d71383169))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
## [1.151.1](https://github.com/newsuk/times-components/compare/@times-components/article-skeleton@1.151.0...@times-components/article-skeleton@1.151.1) (2025-02-25)
|
7
18
|
|
8
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@times-components/article-skeleton",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.152.1-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.3+2997a285c9",
|
4
4
|
"description": "The article skeleton",
|
5
5
|
"main": "dist/article-skeleton",
|
6
6
|
"dev": "src/article-skeleton",
|
@@ -62,14 +62,14 @@
|
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
64
|
"@times-components/ad": "^2.22.23",
|
65
|
-
"@times-components/article-extras": "^0.34.
|
65
|
+
"@times-components/article-extras": "^0.34.14-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.11+2997a285c9",
|
66
66
|
"@times-components/article-image": "^7.19.0",
|
67
|
-
"@times-components/article-paragraph": "^1.9.
|
67
|
+
"@times-components/article-paragraph": "^1.9.381-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.3+2997a285c9",
|
68
68
|
"@times-components/article-topics": "^4.11.55",
|
69
69
|
"@times-components/caption": "^3.8.55",
|
70
70
|
"@times-components/context": "^1.24.0",
|
71
71
|
"@times-components/interactive-wrapper": "^0.9.91",
|
72
|
-
"@times-components/key-facts": "^2.13.
|
72
|
+
"@times-components/key-facts": "^2.13.4-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.11+2997a285c9",
|
73
73
|
"@times-components/lazy-load": "^0.20.0",
|
74
74
|
"@times-components/link": "^3.17.34",
|
75
75
|
"@times-components/markup": "^3.9.0",
|
@@ -77,10 +77,10 @@
|
|
77
77
|
"@times-components/message-bar": "^0.7.86",
|
78
78
|
"@times-components/provider-queries": "^2.24.0",
|
79
79
|
"@times-components/pull-quote": "^3.15.41",
|
80
|
-
"@times-components/save-and-share-bar": "^0.26.
|
80
|
+
"@times-components/save-and-share-bar": "^0.26.19-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.11+2997a285c9",
|
81
81
|
"@times-components/sticky": "^0.5.84",
|
82
82
|
"@times-components/tracking": "^2.22.34",
|
83
|
-
"@times-components/ts-components": "^1.123.
|
83
|
+
"@times-components/ts-components": "^1.123.1-2997a285c98f0ff639dc8e32b8b3a8d44d65630e.11+2997a285c9",
|
84
84
|
"@times-components/ts-styleguide": "^1.50.34",
|
85
85
|
"@times-components/typeset": "^0.3.3",
|
86
86
|
"@times-components/user-state": "^0.5.51",
|
@@ -105,5 +105,5 @@
|
|
105
105
|
"publishConfig": {
|
106
106
|
"access": "public"
|
107
107
|
},
|
108
|
-
"gitHead": "
|
108
|
+
"gitHead": "2997a285c98f0ff639dc8e32b8b3a8d44d65630e"
|
109
109
|
}
|