@financial-times/cp-content-pipeline-ui 3.0.10 → 3.0.11
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
|
@@ -382,6 +382,13 @@
|
|
|
382
382
|
* devDependencies
|
|
383
383
|
* n-content-body bumped from ^14.5.0 to ^14.6.0
|
|
384
384
|
|
|
385
|
+
## [3.0.11](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.0.10...cp-content-pipeline-ui-v3.0.11) (2023-10-19)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
* rename n-content-body to styles ([c86a8fa](https://github.com/Financial-Times/cp-content-pipeline/commit/c86a8fa44e4b9906423be0743456b847b0056603))
|
|
391
|
+
|
|
385
392
|
## [3.0.7](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.0.6...cp-content-pipeline-ui-v3.0.7) (2023-10-16)
|
|
386
393
|
|
|
387
394
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/react": "^18.0.15",
|
|
43
43
|
"eslint-plugin-react": "^7.30.1",
|
|
44
44
|
"jest-environment-jsdom": "^29.6.1",
|
|
45
|
-
"n-content-body": "^14.
|
|
45
|
+
"n-content-body": "^14.4.0",
|
|
46
46
|
"prop-types": "^15.8.1",
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"react-dom": "^18.2.0",
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": "18.x"
|
|
68
68
|
}
|
|
69
|
-
}
|
|
69
|
+
}
|