@financial-times/cp-content-pipeline-ui 5.5.7 → 5.5.8
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -518,6 +518,13 @@
|
|
|
518
518
|
* @financial-times/cp-content-pipeline-client bumped from ^3.3.2 to ^3.3.3
|
|
519
519
|
* @financial-times/cp-content-pipeline-schema bumped from ^2.4.2 to ^2.5.0
|
|
520
520
|
|
|
521
|
+
### Dependencies
|
|
522
|
+
|
|
523
|
+
* The following workspace dependencies were updated
|
|
524
|
+
* devDependencies
|
|
525
|
+
* @financial-times/cp-content-pipeline-client bumped from ^3.3.3 to ^3.3.4
|
|
526
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^2.5.0 to ^2.5.1
|
|
527
|
+
|
|
521
528
|
## [5.5.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v5.5.0...cp-content-pipeline-ui-v5.5.1) (2024-03-21)
|
|
522
529
|
|
|
523
530
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@babel/preset-react": "^7.22.5",
|
|
18
18
|
"@dotcom-tool-kit/npm": "^3.1.4",
|
|
19
19
|
"@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
|
|
20
|
-
"@financial-times/cp-content-pipeline-client": "^3.3.
|
|
21
|
-
"@financial-times/cp-content-pipeline-schema": "^2.5.
|
|
20
|
+
"@financial-times/cp-content-pipeline-client": "^3.3.4",
|
|
21
|
+
"@financial-times/cp-content-pipeline-schema": "^2.5.1",
|
|
22
22
|
"@financial-times/cp-content-pipeline-styles": "^2.2.3",
|
|
23
23
|
"@financial-times/n-scrollytelling-image": "^1.1.0",
|
|
24
24
|
"@financial-times/o-colors": "^6.6.2",
|