@financial-times/cp-content-pipeline-ui 0.5.7 → 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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -108,6 +108,18 @@
|
|
|
108
108
|
* devDependencies
|
|
109
109
|
* @financial-times/cp-content-pipeline-client bumped from ^0.5.6 to ^0.5.7
|
|
110
110
|
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* devDependencies
|
|
115
|
+
* @financial-times/cp-content-pipeline-client bumped from ^0.5.7 to ^0.5.8
|
|
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
|
+
|
|
111
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)
|
|
112
124
|
|
|
113
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"
|