RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
10.5.0 → 10.6.0
@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.
Files changed (2)
hide
show
package/dist/parts/CollectionRenderer/CollectionRenderer.d.ts
+1
-0
package/package.json
+1
-1
package/dist/parts/CollectionRenderer/CollectionRenderer.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",