@financial-times/cp-content-pipeline-ui 3.7.3 → 3.7.4
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -430,6 +430,12 @@
|
|
|
430
430
|
* devDependencies
|
|
431
431
|
* @financial-times/cp-content-pipeline-client bumped from ^2.5.1 to ^2.6.0
|
|
432
432
|
|
|
433
|
+
### Dependencies
|
|
434
|
+
|
|
435
|
+
* The following workspace dependencies were updated
|
|
436
|
+
* devDependencies
|
|
437
|
+
* @financial-times/cp-content-pipeline-styles bumped from ^1.2.0 to ^1.2.1
|
|
438
|
+
|
|
433
439
|
## [3.7.3](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.7.2...cp-content-pipeline-ui-v3.7.3) (2024-01-08)
|
|
434
440
|
|
|
435
441
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
|
|
20
20
|
"@financial-times/cp-content-pipeline-client": "^2.6.1",
|
|
21
21
|
"@financial-times/cp-content-pipeline-schema": "^1.8.2",
|
|
22
|
-
"@financial-times/cp-content-pipeline-styles": "^1.2.
|
|
22
|
+
"@financial-times/cp-content-pipeline-styles": "^1.2.1",
|
|
23
23
|
"@financial-times/n-scrollytelling-image": "^1.1.0",
|
|
24
24
|
"@financial-times/o-colors": "^6.6.2",
|
|
25
25
|
"@financial-times/o-expander": "^6.2.6",
|