@financial-times/cp-content-pipeline-ui 9.0.0 → 9.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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -574,6 +574,13 @@
|
|
|
574
574
|
* @financial-times/cp-content-pipeline-client bumped from ^3.7.2 to ^3.7.3
|
|
575
575
|
* @financial-times/cp-content-pipeline-schema bumped from ^2.10.1 to ^2.10.2
|
|
576
576
|
|
|
577
|
+
## [9.0.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v9.0.0...cp-content-pipeline-ui-v9.0.1) (2025-04-10)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
* update to latest o3-tooltip ([de5ef95](https://github.com/Financial-Times/cp-content-pipeline/commit/de5ef95b7182881a0130aaa0b79e2855aecc9765))
|
|
583
|
+
|
|
577
584
|
## [9.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v8.0.1...cp-content-pipeline-ui-v9.0.0) (2025-04-03)
|
|
578
585
|
|
|
579
586
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@financial-times/o3-button": "^3.0.1",
|
|
58
58
|
"@financial-times/o3-editorial-typography": "^3.1.1",
|
|
59
59
|
"@financial-times/o3-foundation": "^3.2.2",
|
|
60
|
-
"@financial-times/o3-tooltip": "^
|
|
60
|
+
"@financial-times/o3-tooltip": "^3.0.1",
|
|
61
61
|
"@financial-times/x-interaction": "^15.0.0",
|
|
62
62
|
"@financial-times/x-teaser": "^14.6.5",
|
|
63
63
|
"classnames": "^2.5.1"
|