Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Apr 9, 2021
1 parent 7bc5a79 commit 5b5a434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,17 @@
- Avoid sending a warning on react 17
- Fix `only` and `matchMedia` props on DOM elements for the `Match` component
- Remove prop `strict` **BREAKING CHANGE**
- Fix `exports` field in package.json

<details>
<summary>See detailed changelog</summary>

### 3.0.1

- Fix `exports` field in package.json
- use correct `lib/` folder instead of `dist/`
- Use proper `.mjs` for node

#### 3.0.0

- The package was renamed `@blocz/react-responsive` instead of `react-only`
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.0",
"version": "3.0.1",
"description": "🔍 <Only /> displays some contents for a specific screen size",
"source": "src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit 5b5a434

Please sign in to comment.