From 6662b166d420fbb4ac6e495b7a2f8ad903ce36af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:08:02 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/silent-nights-wait.md | 6 ------ packages/react-navigation-plugin/CHANGELOG.md | 7 +++++++ packages/react-navigation-plugin/package.json | 2 +- packages/react-query-plugin/CHANGELOG.md | 7 +++++++ packages/react-query-plugin/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/silent-nights-wait.md create mode 100644 packages/react-navigation-plugin/CHANGELOG.md create mode 100644 packages/react-query-plugin/CHANGELOG.md 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",