@contentful/f36-card 4.0.1-next-v4-10848.2476 → 4.0.2

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 ADDED
@@ -0,0 +1,22 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [4.0.2](https://github.com/contentful/forma-36/compare/@contentful/f36-card@4.0.1...@contentful/f36-card@4.0.2) (2022-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * force types regeneration for DateTime, Asset and AssetCard ([6965180](https://github.com/contentful/forma-36/commit/69651807d56da28c0a81204aa29746ccac00169f))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.0.1](https://github.com/contentful/forma-36/compare/@contentful/f36-card@4.0.0...@contentful/f36-card@4.0.1) (2022-01-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * AssetCard max-width ([#1723](https://github.com/contentful/forma-36/issues/1723)) ([961e91c](https://github.com/contentful/forma-36/commit/961e91c43391c212c859317a3451e516018eff34))
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @contentful/f36-card
2
2
 
3
- This package is part of the pre-release. This means it is unsupported and subject to breaking changes without warning.
3
+ This package contains:
4
4
 
5
- Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/master/packages/forma-36-react-components), [NPM](https://www.npmjs.com/package/@contentful/forma-36-react-components).
5
+ - [AssetCard](./src/AssetCard)
6
+ - [Card](./src/Card)
7
+ - [EntryCard](./src/EntryCard)
8
+ - [InlineEntryCard](./src/InlineEntryCard)