Skip to content

Commit

Permalink
feat: expose toQuery, 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Jun 2, 2020
1 parent 91c5533 commit 16307cf
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Change Log

### v8.1.0

- Expose `toQuery` function for turning our MediaQuery objects into strings

### v8.0.3

- Republish of 8.0.1 - version 8.0.2 was causing issues for people and is deprecated.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2014 Fractal <contact@wearefractal.com>
Copyright (c) 2020 Contra <yo@contra.io>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
140 changes: 68 additions & 72 deletions dist/react-responsive.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-responsive.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-responsive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-responsive.min.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-responsive",
"description": "Media queries in react for responsive design",
"version": "8.0.3",
"version": "8.1.0",
"homepage": "http://github.com/contra/react-responsive",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,15 +50,15 @@
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"cross-env": "^7.0.0",
"eslint": "^6.0.0",
"jsdom": "^15.0.0",
"jsdom": "^16.0.0",
"match-media-mock": "^0.1.1",
"mocha": "^6.0.0",
"mocha": "^7.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"should": "^13.2.1",
"sinon": "^7.0.0",
"sinon": "^9.0.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.11.5"
},
Expand Down

0 comments on commit 16307cf

Please sign in to comment.