diff --git a/.changeset/eight-mirrors-sing.md b/.changeset/eight-mirrors-sing.md deleted file mode 100644 index 99095cc7af..0000000000 --- a/.changeset/eight-mirrors-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/vue': patch ---- - -Fix regression causing `pause` argument on `useQuery` and `useSubscription` to not be reactive diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 552f74022b..535a582507 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/vue": "^1.2.0", + "@urql/vue": "^1.2.1", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/exchanges/auth/jsr.json b/exchanges/auth/jsr.json index 4294b71e0b..7921e75531 100644 --- a/exchanges/auth/jsr.json +++ b/exchanges/auth/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/context/jsr.json b/exchanges/context/jsr.json index afe4d97d82..31a0ab909b 100644 --- a/exchanges/context/jsr.json +++ b/exchanges/context/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/execute/jsr.json b/exchanges/execute/jsr.json index 2c9718bbed..7f2dcb8d72 100644 --- a/exchanges/execute/jsr.json +++ b/exchanges/execute/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 2fe3f522b7..1800b19c15 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -14,4 +14,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/persisted/jsr.json b/exchanges/persisted/jsr.json index f1e57a8f09..eaa2d98e31 100644 --- a/exchanges/persisted/jsr.json +++ b/exchanges/persisted/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/populate/jsr.json b/exchanges/populate/jsr.json index f9420b45c9..8888043f8a 100644 --- a/exchanges/populate/jsr.json +++ b/exchanges/populate/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/refocus/jsr.json b/exchanges/refocus/jsr.json index 5bcff39429..3b0641c7cf 100644 --- a/exchanges/refocus/jsr.json +++ b/exchanges/refocus/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/request-policy/jsr.json b/exchanges/request-policy/jsr.json index c8eedee981..1b3574ec1b 100644 --- a/exchanges/request-policy/jsr.json +++ b/exchanges/request-policy/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/exchanges/retry/jsr.json b/exchanges/retry/jsr.json index 5d0d5b6acd..b73288f038 100644 --- a/exchanges/retry/jsr.json +++ b/exchanges/retry/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/core/jsr.json b/packages/core/jsr.json index a74e403163..e999ad55f7 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -13,4 +13,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/introspection/jsr.json b/packages/introspection/jsr.json index 062c98c5b9..d80d471a40 100644 --- a/packages/introspection/jsr.json +++ b/packages/introspection/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/preact-urql/jsr.json b/packages/preact-urql/jsr.json index 454be6f476..24278b3735 100644 --- a/packages/preact-urql/jsr.json +++ b/packages/preact-urql/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/react-urql/jsr.json b/packages/react-urql/jsr.json index 15d1c7fdbb..a03b1542a8 100644 --- a/packages/react-urql/jsr.json +++ b/packages/react-urql/jsr.json @@ -10,4 +10,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/svelte-urql/jsr.json b/packages/svelte-urql/jsr.json index 094a29b9e2..ac8bb4a777 100644 --- a/packages/svelte-urql/jsr.json +++ b/packages/svelte-urql/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/vue-urql/CHANGELOG.md b/packages/vue-urql/CHANGELOG.md index a57b7e566c..11350e003e 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/vue +## 1.2.1 + +### Patch Changes + +- ⚠️ Fix regression causing `pause` argument on `useQuery` and `useSubscription` to not be reactive + Submitted by [@arkandias](https://github.com/arkandias) (See [#3595](https://github.com/urql-graphql/urql/pull/3595)) + ## 1.2.0 ### Minor Changes diff --git a/packages/vue-urql/jsr.json b/packages/vue-urql/jsr.json index 2b5d4b6e39..e5249e5429 100644 --- a/packages/vue-urql/jsr.json +++ b/packages/vue-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.2.0", + "version": "1.2.1", "exports": { ".": "./src/index.ts" }, @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 0ca79df35c..2ae56cda53 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.2.0", + "version": "1.2.1", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",