@financial-times/cp-content-pipeline-ui 0.5.6 → 0.5.7
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
|
@@ -102,6 +102,12 @@
|
|
|
102
102
|
* devDependencies
|
|
103
103
|
* @financial-times/cp-content-pipeline-client bumped from ^0.5.5 to ^0.5.6
|
|
104
104
|
|
|
105
|
+
### Dependencies
|
|
106
|
+
|
|
107
|
+
* The following workspace dependencies were updated
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @financial-times/cp-content-pipeline-client bumped from ^0.5.6 to ^0.5.7
|
|
110
|
+
|
|
105
111
|
## [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)
|
|
106
112
|
|
|
107
113
|
|
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.7",
|
|
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.7",
|
|
16
16
|
"@testing-library/react": "^13.3.0",
|
|
17
17
|
"@types/react": "^18.0.15",
|
|
18
18
|
"eslint-plugin-react": "^7.30.1"
|