Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit a287db8

Browse files
committed
v1.1.0
1 parent f8328cb commit a287db8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ coverage
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26-
.history
26+
.history
27+
size-plugin.json

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
- Added the ability to add props to all three internal dev tools components
6+
- Fixed an issue where z-index was not initially set to something very high
7+
38
## 1.0.13
49

510
- Better overflow styles

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-query-devtools",
3-
"version": "1.0.13",
3+
"version": "1.1.0",
44
"description": "Devtools for React Query",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)