We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8255b09 commit 1ce59a5Copy full SHA for 1ce59a5
CHANGELOG.md
@@ -16,6 +16,10 @@
16
<details>
17
<summary>See detailed changelog</summary>
18
19
+### 3.0.3
20
+
21
+- Add `types` field in `exports` in package.json
22
23
### 3.0.2
24
25
- Better fix `only` and `matchMedia` props on DOM elements for the `Match` component
packages/react-responsive/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@blocz/react-responsive",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "🔍 <Only /> displays some contents for a specific screen size",
5
"source": "src/index.ts",
6
"sideEffects": false,
0 commit comments