diff --git a/.changeset/silent-nights-wait.md b/.changeset/silent-nights-wait.md deleted file mode 100644 index 4a8d497..0000000 --- a/.changeset/silent-nights-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@rn-devtools/react-navigation-plugin": patch -"@rn-devtools/react-query-plugin": patch ---- - -Fix peerDeps and pass queryClient to the ReactQueryDevtoolsPanel diff --git a/packages/react-navigation-plugin/CHANGELOG.md b/packages/react-navigation-plugin/CHANGELOG.md new file mode 100644 index 0000000..96f13c8 --- /dev/null +++ b/packages/react-navigation-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rn-devtools/react-navigation-plugin + +## 1.0.2 + +### Patch Changes + +- acc13a2: Fix peerDeps and pass queryClient to the ReactQueryDevtoolsPanel diff --git a/packages/react-navigation-plugin/package.json b/packages/react-navigation-plugin/package.json index 38911f7..c37e7a3 100644 --- a/packages/react-navigation-plugin/package.json +++ b/packages/react-navigation-plugin/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/DorianMazur/rn-devtools/issues" }, "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "description": "React Navigation tab for rn-devtools", "main": "dist/web.mjs", "types": "dist/web.d.mts", diff --git a/packages/react-query-plugin/CHANGELOG.md b/packages/react-query-plugin/CHANGELOG.md new file mode 100644 index 0000000..9a42684 --- /dev/null +++ b/packages/react-query-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rn-devtools/react-query-plugin + +## 1.0.4 + +### Patch Changes + +- acc13a2: Fix peerDeps and pass queryClient to the ReactQueryDevtoolsPanel diff --git a/packages/react-query-plugin/package.json b/packages/react-query-plugin/package.json index daf2480..680ecf1 100644 --- a/packages/react-query-plugin/package.json +++ b/packages/react-query-plugin/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/DorianMazur/rn-devtools/issues" }, "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "description": "React Query tab for rn-devtools", "main": "dist/web.mjs", "types": "dist/web.d.mts",