Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Mar 20, 2023
1 parent 8255b09 commit 1ce59a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<details>
<summary>See detailed changelog</summary>

### 3.0.3

- Add `types` field in `exports` in package.json

### 3.0.2

- Better fix `only` and `matchMedia` props on DOM elements for the `Match` component
Expand Down
2 changes: 1 addition & 1 deletion packages/react-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/react-responsive",
"version": "3.0.2",
"version": "3.0.3",
"description": "🔍 <Only /> displays some contents for a specific screen size",
"source": "src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit 1ce59a5

Please sign in to comment.