@pronto-tools-and-more/components 10.5.0 → 10.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ export interface ICollectionItem {
4
4
  readonly description: string;
5
5
  readonly imageSrc: string;
6
6
  readonly slug: string;
7
+ readonly publicationDate: string;
7
8
  }
8
9
  export interface CollectionRenderer {
9
10
  (item: ICollectionItem): React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "10.5.0",
3
+ "version": "10.6.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",