@financial-times/cp-content-pipeline-ui 0.5.52 → 1.0.0
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -287,6 +287,21 @@
|
|
|
287
287
|
* @financial-times/cp-content-pipeline-client bumped from ^0.6.34 to ^0.6.35
|
|
288
288
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.32 to ^0.7.33
|
|
289
289
|
|
|
290
|
+
## [1.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v0.5.52...cp-content-pipeline-ui-v1.0.0) (2023-08-16)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Miscellaneous Chores
|
|
294
|
+
|
|
295
|
+
* release 1.0 ([71d8ff4](https://github.com/Financial-Times/cp-content-pipeline/commit/71d8ff416c06d318413d1e20ce63d24ec14b7059))
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Dependencies
|
|
299
|
+
|
|
300
|
+
* The following workspace dependencies were updated
|
|
301
|
+
* devDependencies
|
|
302
|
+
* @financial-times/cp-content-pipeline-client bumped from ^0.6.35 to ^1.0.0
|
|
303
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.33 to ^1.0.0
|
|
304
|
+
|
|
290
305
|
## [0.5.50](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v0.5.49...cp-content-pipeline-ui-v0.5.50) (2023-08-14)
|
|
291
306
|
|
|
292
307
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@babel/preset-react": "^7.22.5",
|
|
18
18
|
"@dotcom-tool-kit/npm": "^3.1.0",
|
|
19
19
|
"@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
|
|
20
|
-
"@financial-times/cp-content-pipeline-client": "^0.
|
|
21
|
-
"@financial-times/cp-content-pipeline-schema": "^0.
|
|
20
|
+
"@financial-times/cp-content-pipeline-client": "^1.0.0",
|
|
21
|
+
"@financial-times/cp-content-pipeline-schema": "^1.0.0",
|
|
22
22
|
"@financial-times/n-scrollytelling-image": "^1.1.0",
|
|
23
23
|
"@financial-times/o-colors": "^6.6.2",
|
|
24
24
|
"@financial-times/o-expander": "^6.2.6",
|