@financial-times/cp-content-pipeline-ui 0.5.1 → 0.5.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -72,6 +72,12 @@
72
72
  * devDependencies
73
73
  * @financial-times/cp-content-pipeline-client bumped from ^0.5.0 to ^0.5.1
74
74
 
75
+ ### Dependencies
76
+
77
+ * The following workspace dependencies were updated
78
+ * devDependencies
79
+ * @financial-times/cp-content-pipeline-client bumped from ^0.5.1 to ^0.5.2
80
+
75
81
  ## [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)
76
82
 
77
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
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.9",
15
- "@financial-times/cp-content-pipeline-client": "^0.5.1",
15
+ "@financial-times/cp-content-pipeline-client": "^0.5.2",
16
16
  "@testing-library/react": "^13.3.0",
17
17
  "@types/react": "^18.0.15",
18
18
  "eslint-plugin-react": "^7.30.1"