@pronto-tools-and-more/components 10.7.0 → 10.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,4 +5,5 @@ export interface IArticleListItem {
5
5
  readonly properties: any;
6
6
  readonly slug: string;
7
7
  readonly metadataVideoPodcast?: string;
8
+ readonly readTime?: string;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.7.0",
3
+ "version": "10.9.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",