@financial-times/cp-content-pipeline-ui 5.6.3 → 5.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -532,6 +532,14 @@
532
532
  * @financial-times/cp-content-pipeline-client bumped from ^3.3.5 to ^3.3.6
533
533
  * @financial-times/cp-content-pipeline-schema bumped from ^2.5.2 to ^2.5.3
534
534
 
535
+ ### Dependencies
536
+
537
+ * The following workspace dependencies were updated
538
+ * devDependencies
539
+ * @financial-times/cp-content-pipeline-client bumped from ^3.4.0 to ^3.4.1
540
+ * @financial-times/cp-content-pipeline-schema bumped from ^2.6.0 to ^2.6.1
541
+ * @financial-times/cp-content-pipeline-styles bumped from ^2.2.3 to ^2.2.4
542
+
535
543
  ## [5.6.3](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v5.6.2...cp-content-pipeline-ui-v5.6.3) (2024-04-23)
536
544
 
537
545
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "5.6.3",
3
+ "version": "5.6.4",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
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.4.0",
21
- "@financial-times/cp-content-pipeline-schema": "^2.6.0",
22
- "@financial-times/cp-content-pipeline-styles": "^2.2.3",
20
+ "@financial-times/cp-content-pipeline-client": "^3.4.1",
21
+ "@financial-times/cp-content-pipeline-schema": "^2.6.1",
22
+ "@financial-times/cp-content-pipeline-styles": "^2.2.4",
23
23
  "@financial-times/n-scrollytelling-image": "^1.1.0",
24
24
  "@financial-times/o-colors": "^6.6.2",
25
25
  "@financial-times/o-grid": "^6.1.5",