Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Apr 26, 2020
1 parent d441b48 commit 0a8b30e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11,143 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<details>
<summary>See detailed changelog</summary>

#### 2.3.3

- remove wrong dependency on `emotion`

#### 2.3.2

- add `toJSON` and `toCSS` for CSS-in-JS support
Expand Down
5 changes: 1 addition & 4 deletions 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.2",
"version": "2.3.3",
"description": "🔍 <Only /> displays some contents for a specific screen size",
"source": "src/index.ts",
"sideEffects": false,
Expand Down Expand Up @@ -40,8 +40,5 @@
},
"peerDependencies": {
"react": "^16.8.0"
},
"dependencies": {
"emotion": "^10.0.27"
}
}
1 change: 1 addition & 0 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"emotion": "^10.0.27",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-only": "link:packages/react-only",
Expand Down
Loading

0 comments on commit 0a8b30e

Please sign in to comment.