@financial-times/cp-content-pipeline-ui 0.5.39 → 0.5.40
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
|
@@ -245,6 +245,13 @@
|
|
|
245
245
|
* @financial-times/cp-content-pipeline-client bumped from ^0.6.23 to ^0.6.24
|
|
246
246
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.21 to ^0.7.22
|
|
247
247
|
|
|
248
|
+
### Dependencies
|
|
249
|
+
|
|
250
|
+
* The following workspace dependencies were updated
|
|
251
|
+
* devDependencies
|
|
252
|
+
* @financial-times/cp-content-pipeline-client bumped from ^0.6.24 to ^0.6.25
|
|
253
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.22 to ^0.7.23
|
|
254
|
+
|
|
248
255
|
## [0.5.39](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v0.5.38...cp-content-pipeline-ui-v0.5.39) (2023-07-26)
|
|
249
256
|
|
|
250
257
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.40",
|
|
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.0",
|
|
19
19
|
"@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
|
|
20
|
-
"@financial-times/cp-content-pipeline-client": "^0.6.
|
|
21
|
-
"@financial-times/cp-content-pipeline-schema": "^0.7.
|
|
20
|
+
"@financial-times/cp-content-pipeline-client": "^0.6.25",
|
|
21
|
+
"@financial-times/cp-content-pipeline-schema": "^0.7.23",
|
|
22
22
|
"@financial-times/n-scrollytelling-image": "^1.1.0",
|
|
23
23
|
"@financial-times/o-colors": "^6.6.2",
|
|
24
24
|
"@financial-times/o-expander": "^6.2.6",
|