@financial-times/cp-content-pipeline-ui 1.3.4 → 1.3.5
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -328,6 +328,14 @@
|
|
|
328
328
|
* @financial-times/cp-content-pipeline-client bumped from ^1.3.5 to ^1.3.6
|
|
329
329
|
* @financial-times/cp-content-pipeline-schema bumped from ^1.3.2 to ^1.3.3
|
|
330
330
|
|
|
331
|
+
## [1.3.5](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v1.3.4...cp-content-pipeline-ui-v1.3.5) (2023-09-14)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Bug Fixes
|
|
335
|
+
|
|
336
|
+
* bump x-live-blog-wrapper ([2417779](https://github.com/Financial-Times/cp-content-pipeline/commit/2417779464e4058df45567ac2d8176169df43701))
|
|
337
|
+
* bump x-teaser ([78ff1de](https://github.com/Financial-Times/cp-content-pipeline/commit/78ff1de0d76eb9bd5d88fb033a8c729e42e6ec4f))
|
|
338
|
+
|
|
331
339
|
## [1.3.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v1.3.0...cp-content-pipeline-ui-v1.3.1) (2023-09-13)
|
|
332
340
|
|
|
333
341
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@financial-times/n-clip": "^0.0.26",
|
|
54
54
|
"@financial-times/o-labels": "^6.5.0",
|
|
55
55
|
"@financial-times/o-teaser": "^6.2.2",
|
|
56
|
-
"@financial-times/x-live-blog-wrapper": "^
|
|
57
|
-
"@financial-times/x-teaser": "^
|
|
56
|
+
"@financial-times/x-live-blog-wrapper": "^14.0.2",
|
|
57
|
+
"@financial-times/x-teaser": "^14.0.2",
|
|
58
58
|
"classnames": "^2.3.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|