From f3faf9f8fbc49da158a27c1eea4a83419c46216c Mon Sep 17 00:00:00 2001
From: John Dunn <johnwdunn20@gmail.com>
Date: Fri, 21 Jun 2024 09:08:45 -0700
Subject: [PATCH] updated package versions

---
 package-react/package.json  | 2 +-
 package-svelte/package.json | 2 +-
 package-vue/package.json    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-react/package.json b/package-react/package.json
index 8f0f45e..5908a60 100644
--- a/package-react/package.json
+++ b/package-react/package.json
@@ -18,7 +18,7 @@
     "type": "git",
     "url": "git+https://github.com/oslabs-beta/react-query-rewind.git"
   },
-  "version": "2.1.5",
+  "version": "2.1.6",
   "description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
   "keywords": [
     "react",
diff --git a/package-svelte/package.json b/package-svelte/package.json
index 499670b..ea68a2a 100644
--- a/package-svelte/package.json
+++ b/package-svelte/package.json
@@ -18,7 +18,7 @@
     "type": "git",
     "url": "git+https://github.com/oslabs-beta/react-query-rewind"
   },
-  "version": "1.1.4",
+  "version": "1.1.5",
   "description": "Svelte Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
   "keywords": [
     "react",
diff --git a/package-vue/package.json b/package-vue/package.json
index faa74db..5765d80 100644
--- a/package-vue/package.json
+++ b/package-vue/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@react-query-rewind/vue-query-rewind",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "description": "Vue Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
   "type": "module",
   "files": [