@financial-times/cp-content-pipeline-schema 2.0.2 → 2.0.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 +7 -0
- package/package.json +1 -1
- package/queries/article.graphql +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.3](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.0.2...cp-content-pipeline-schema-v2.0.3) (2024-02-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* query for duration in article.graphql ([356fc44](https://github.com/Financial-Times/cp-content-pipeline/commit/356fc4464b893504ab43a5b895e61e82f77d7162))
|
|
9
|
+
|
|
3
10
|
## [2.0.2](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v2.0.1...cp-content-pipeline-schema-v2.0.2) (2024-02-08)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
package/queries/article.graphql
CHANGED
|
@@ -171,7 +171,7 @@ fragment Topper on Topper {
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
... on PodcastTopper {
|
|
174
|
-
headshot(dpr: 2, width:
|
|
174
|
+
headshot(dpr: 2, width: 160)
|
|
175
175
|
}
|
|
176
176
|
... on TopperWithTheme {
|
|
177
177
|
isLargeHeadline
|
|
@@ -441,6 +441,7 @@ fragment Design on Design {
|
|
|
441
441
|
|
|
442
442
|
fragment Media on Media {
|
|
443
443
|
url
|
|
444
|
+
duration
|
|
444
445
|
mediaType
|
|
445
446
|
}
|
|
446
447
|
|