Skip to content

Commit

Permalink
fix: changes for last release - 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Nov 29, 2022
1 parent 87ad844 commit 8ce76d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
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.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-responsive",
"description": "Media queries in react for responsive design",
"version": "9.0.1",
"version": "9.0.2",
"homepage": "http://github.com/contra/react-responsive",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export type {
MediaQueryTypes,
MediaQueryType,
MediaQueryFeatures,
MediaQueryMatchers,
MediaQueryAllQueryable
} from './types'
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import MediaQuery from './Component';
import toQuery from './toQuery';
import Context from './Context';
export { MediaQuery as default, useMediaQuery, toQuery, Context };
export type { MediaQueryTypes, MediaQueryType, MediaQueryFeatures, MediaQueryAllQueryable } from './types';
export type { MediaQueryTypes, MediaQueryType, MediaQueryFeatures, MediaQueryMatchers, MediaQueryAllQueryable } from './types';

0 comments on commit 8ce76d9

Please sign in to comment.