Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Apr 26, 2020
1 parent cb82d08 commit d441b48
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 @@ -8,10 +8,15 @@
- add `useQuery`
- drop `media` in `useOnly` **BREAKING CHANGE**
- use Node 13 `exports` field
- add `toJSON` and `toCSS` for CSS-in-JS support

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

#### 2.3.2

- add `toJSON` and `toCSS` for CSS-in-JS support

#### 2.3.1

- Use Node 13 conditional exports: https://nodejs.org/api/esm.html#esm_conditional_exports
Expand Down
2 changes: 1 addition & 1 deletion packages/react-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-only",
"version": "2.3.1",
"version": "2.3.2",
"description": "🔍 <Only /> displays some contents for a specific screen size",
"source": "src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit d441b48

Please sign in to comment.