@financial-times/cp-content-pipeline-ui 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -458,6 +458,12 @@
458
458
  * @financial-times/cp-content-pipeline-client bumped from ^3.0.1 to ^3.0.2
459
459
  * @financial-times/cp-content-pipeline-schema bumped from ^2.0.1 to ^2.0.2
460
460
 
461
+ ### Dependencies
462
+
463
+ * The following workspace dependencies were updated
464
+ * devDependencies
465
+ * @financial-times/cp-content-pipeline-styles bumped from ^2.0.0 to ^2.0.1
466
+
461
467
  ## [5.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v4.1.4...cp-content-pipeline-ui-v5.0.0) (2024-02-23)
462
468
 
463
469
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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": "^3.0.3",
21
21
  "@financial-times/cp-content-pipeline-schema": "^2.0.3",
22
- "@financial-times/cp-content-pipeline-styles": "^2.0.0",
22
+ "@financial-times/cp-content-pipeline-styles": "^2.0.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",