Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Apr 22, 2021
1 parent 1f8823b commit 64d6167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<details>
<summary>See detailed changelog</summary>

### 3.0.2

- Better fix `only` and `matchMedia` props on DOM elements for the `Match` component
- with the implementation of the v3.0.0, we were polluting the global scope, injecting the variable `React` everywhere. This version ships a better fix for both of them.

### 3.0.1

- Fix `exports` field in package.json
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.1",
"version": "3.0.2",
"description": "🔍 <Only /> displays some contents for a specific screen size",
"source": "src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit 64d6167

Please sign in to comment.