Skip to content

Commit 1ce59a5

Browse files
committed
v3.0.3
1 parent 8255b09 commit 1ce59a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<details>
1717
<summary>See detailed changelog</summary>
1818

19+
### 3.0.3
20+
21+
- Add `types` field in `exports` in package.json
22+
1923
### 3.0.2
2024

2125
- Better fix `only` and `matchMedia` props on DOM elements for the `Match` component

packages/react-responsive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/react-responsive",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "🔍 <Only /> displays some contents for a specific screen size",
55
"source": "src/index.ts",
66
"sideEffects": false,

0 commit comments

Comments
 (0)