@financial-times/cp-content-pipeline-ui 0.5.8 → 0.5.9
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -114,6 +114,12 @@
|
|
|
114
114
|
* devDependencies
|
|
115
115
|
* @financial-times/cp-content-pipeline-client bumped from ^0.5.7 to ^0.5.8
|
|
116
116
|
|
|
117
|
+
### Dependencies
|
|
118
|
+
|
|
119
|
+
* The following workspace dependencies were updated
|
|
120
|
+
* devDependencies
|
|
121
|
+
* @financial-times/cp-content-pipeline-client bumped from ^0.5.8 to ^0.5.9
|
|
122
|
+
|
|
117
123
|
## [0.5.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v0.4.0...cp-content-pipeline-ui-v0.5.0) (2023-01-24)
|
|
118
124
|
|
|
119
125
|
|
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.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@dotcom-tool-kit/npm": "^2.0.13",
|
|
15
|
-
"@financial-times/cp-content-pipeline-client": "^0.5.
|
|
15
|
+
"@financial-times/cp-content-pipeline-client": "^0.5.9",
|
|
16
16
|
"@testing-library/react": "^13.3.0",
|
|
17
17
|
"@types/react": "^18.0.15",
|
|
18
18
|
"eslint-plugin-react": "^7.30.1"
|