@financial-times/cp-content-pipeline-ui 2.0.2 → 2.0.3
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
|
@@ -349,6 +349,13 @@
|
|
|
349
349
|
* @financial-times/cp-content-pipeline-client bumped from ^1.3.9 to ^1.3.10
|
|
350
350
|
* @financial-times/cp-content-pipeline-schema bumped from ^1.3.6 to ^1.3.7
|
|
351
351
|
|
|
352
|
+
### Dependencies
|
|
353
|
+
|
|
354
|
+
* The following workspace dependencies were updated
|
|
355
|
+
* devDependencies
|
|
356
|
+
* @financial-times/cp-content-pipeline-client bumped from ^1.3.10 to ^1.3.11
|
|
357
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^1.3.7 to ^1.3.8
|
|
358
|
+
|
|
352
359
|
## [2.0.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v2.0.0...cp-content-pipeline-ui-v2.0.1) (2023-09-20)
|
|
353
360
|
|
|
354
361
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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": "^1.3.
|
|
21
|
-
"@financial-times/cp-content-pipeline-schema": "^1.3.
|
|
20
|
+
"@financial-times/cp-content-pipeline-client": "^1.3.11",
|
|
21
|
+
"@financial-times/cp-content-pipeline-schema": "^1.3.8",
|
|
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",
|