@financial-times/cp-content-pipeline-ui 0.3.11 → 0.3.13

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -48,6 +48,18 @@
48
48
  * devDependencies
49
49
  * @financial-times/cp-content-pipeline-client bumped from ^0.3.3 to ^0.3.4
50
50
 
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * devDependencies
55
+ * @financial-times/cp-content-pipeline-client bumped from ^0.3.4 to ^0.3.5
56
+
57
+ ### Dependencies
58
+
59
+ * The following workspace dependencies were updated
60
+ * devDependencies
61
+ * @financial-times/cp-content-pipeline-client bumped from ^0.3.5 to ^0.3.6
62
+
51
63
  ## [0.3.7](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v0.3.6...cp-content-pipeline-ui-v0.3.7) (2022-11-09)
52
64
 
53
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
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.3.4",
15
+ "@financial-times/cp-content-pipeline-client": "^0.3.6",
16
16
  "@testing-library/react": "^13.3.0",
17
17
  "@types/hast": "^2.3.4",
18
18
  "@types/react": "^18.0.15",