@financial-times/cp-content-pipeline-ui 3.6.1 → 3.6.2
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
|
@@ -417,6 +417,13 @@
|
|
|
417
417
|
* @financial-times/cp-content-pipeline-client bumped from ^2.4.0 to ^2.5.0
|
|
418
418
|
* @financial-times/cp-content-pipeline-schema bumped from ^1.7.1 to ^1.8.0
|
|
419
419
|
|
|
420
|
+
### Dependencies
|
|
421
|
+
|
|
422
|
+
* The following workspace dependencies were updated
|
|
423
|
+
* devDependencies
|
|
424
|
+
* @financial-times/cp-content-pipeline-client bumped from ^2.5.0 to ^2.5.1
|
|
425
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^1.8.0 to ^1.8.1
|
|
426
|
+
|
|
420
427
|
## [3.6.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.5.0...cp-content-pipeline-ui-v3.6.0) (2023-11-27)
|
|
421
428
|
|
|
422
429
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
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": "^2.5.
|
|
21
|
-
"@financial-times/cp-content-pipeline-schema": "^1.8.
|
|
20
|
+
"@financial-times/cp-content-pipeline-client": "^2.5.1",
|
|
21
|
+
"@financial-times/cp-content-pipeline-schema": "^1.8.1",
|
|
22
22
|
"@financial-times/cp-content-pipeline-styles": "^1.2.0",
|
|
23
23
|
"@financial-times/n-scrollytelling-image": "^1.1.0",
|
|
24
24
|
"@financial-times/o-colors": "^6.6.2",
|