diff --git a/.changeset/famous-deers-marry.md b/.changeset/famous-deers-marry.md deleted file mode 100644 index 9a15509723..0000000000 --- a/.changeset/famous-deers-marry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@urql/preact': patch -'@urql/svelte': patch -'urql': patch -'@urql/vue': patch ---- - -Fix subscription handlers to not receive `null` values. diff --git a/.changeset/itchy-cups-remember.md b/.changeset/itchy-cups-remember.md deleted file mode 100644 index 5f39465f46..0000000000 --- a/.changeset/itchy-cups-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/vue': patch ---- - -Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation` diff --git a/.changeset/two-hounds-yell.md b/.changeset/two-hounds-yell.md deleted file mode 100644 index df10f2d249..0000000000 --- a/.changeset/two-hounds-yell.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@urql/exchange-request-policy': minor -'@urql/introspection': minor -'@urql/exchange-graphcache': minor -'@urql/preact': minor -'@urql/svelte': minor -'@urql/exchange-persisted': minor -'urql': minor -'@urql/exchange-populate': minor -'@urql/exchange-context': minor -'@urql/exchange-execute': minor -'@urql/exchange-refocus': minor -'@urql/vue': minor -'@urql/exchange-retry': minor -'@urql/exchange-auth': minor ---- - -Mark `@urql/core` as a peer dependency as well as a regular dependency. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 1881c85cd6..336e981f3b 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-persisted": "^4.2.0", + "@urql/exchange-persisted": "^4.3.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index b71a7199cc..2ccdb16f2d 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -18,11 +18,11 @@ "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.0.2", + "@urql/exchange-graphcache": "^7.1.0", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index f104a37ea3..8e982d0b6a 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.0.2", + "@urql/exchange-graphcache": "^7.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index 4ba44581b7..fe15c24c51 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -7,12 +7,12 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-auth": "^2.1.6", - "@urql/exchange-graphcache": "^7.0.2", + "@urql/exchange-auth": "^2.2.0", + "@urql/exchange-graphcache": "^7.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 980d55c764..0dcf00492e 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index dc4e89280d..1c11b0f960 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index b520f8d1cd..e1b545d4e8 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -9,7 +9,7 @@ "next": "13.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 980d55c764..0dcf00492e 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index b4822b7bf0..6f2d267efa 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -12,7 +12,7 @@ "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 656d29ea29..36ff72575a 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -10,7 +10,7 @@ "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 2ecb72f9e8..0bff62696a 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-auth": "^2.1.6", + "@urql/exchange-auth": "^2.2.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 1093ca6bcc..a5c5dfa3d7 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-retry": "^1.2.1", + "@urql/exchange-retry": "^1.3.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 36931f1119..e668658692 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.0.2", + "@urql/exchange-graphcache": "^7.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.7" + "urql": "^4.1.0" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 766436678b..e6a20ac2ff 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.3", - "@urql/svelte": "^4.1.1", + "@urql/svelte": "^4.2.0", "graphql": "^16.6.0", "svelte": "^4.0.5" }, diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index f476e2f027..552f74022b 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.1.3", + "@urql/vue": "^1.2.0", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/exchanges/auth/CHANGELOG.md b/exchanges/auth/CHANGELOG.md index a7a6b10cf3..4e08e48b3c 100644 --- a/exchanges/auth/CHANGELOG.md +++ b/exchanges/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 2.1.6 ### Patch Changes diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 519b6477a6..bb9ef542d0 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-auth", - "version": "2.1.6", + "version": "2.2.0", "description": "An exchange for managing authentication and token refresh in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/context/CHANGELOG.md b/exchanges/context/CHANGELOG.md index 47b79e467a..d08998d005 100644 --- a/exchanges/context/CHANGELOG.md +++ b/exchanges/context/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 0.2.1 ### Patch Changes diff --git a/exchanges/context/package.json b/exchanges/context/package.json index 8752210618..3b3ae0b659 100644 --- a/exchanges/context/package.json +++ b/exchanges/context/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-context", - "version": "0.2.1", + "version": "0.3.0", "description": "An exchange for setting (a)synchronous operation-context in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/execute/CHANGELOG.md b/exchanges/execute/CHANGELOG.md index 5a1cbedd48..f87a507d39 100644 --- a/exchanges/execute/CHANGELOG.md +++ b/exchanges/execute/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.3.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 2.2.2 ### Patch Changes diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 8734ce41e6..963276da6b 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-execute", - "version": "2.2.2", + "version": "2.3.0", "description": "An exchange for executing queries against a local schema in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 5c239e0426..77719b724d 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.1.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 7.0.2 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 458fa4108b..3b1a5783ec 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.0.2", + "version": "7.1.0", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", diff --git a/exchanges/persisted/CHANGELOG.md b/exchanges/persisted/CHANGELOG.md index 84f3d7613e..4b17777b49 100644 --- a/exchanges/persisted/CHANGELOG.md +++ b/exchanges/persisted/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-persisted-fetch +## 4.3.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 4.2.0 ### Minor Changes diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index 4ba2052dfa..d40a652f84 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted", - "version": "4.2.0", + "version": "4.3.0", "description": "An exchange that allows for persisted queries support when fetching queries", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/populate/CHANGELOG.md b/exchanges/populate/CHANGELOG.md index 4be1bcf735..4b7380d158 100644 --- a/exchanges/populate/CHANGELOG.md +++ b/exchanges/populate/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-populate +## 1.2.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 1.1.2 ### Patch Changes diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index 234831b475..3c60ab7dea 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "1.1.2", + "version": "1.2.0", "description": "An exchange that automaticcally populates the mutation selection body", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations", diff --git a/exchanges/refocus/CHANGELOG.md b/exchanges/refocus/CHANGELOG.md index af835ea95c..350151435a 100644 --- a/exchanges/refocus/CHANGELOG.md +++ b/exchanges/refocus/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 1.0.2 ### Patch Changes diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index 2c01c39129..9a83208536 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-refocus", - "version": "1.0.2", + "version": "1.1.0", "description": "An exchange that dispatches active operations when the window regains focus", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/request-policy/CHANGELOG.md b/exchanges/request-policy/CHANGELOG.md index e8677d207f..0b14c4ac02 100644 --- a/exchanges/request-policy/CHANGELOG.md +++ b/exchanges/request-policy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 1.1.0 ### Minor Changes diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index 5958318dc3..c2118e04be 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-request-policy", - "version": "1.1.0", + "version": "1.2.0", "description": "An exchange for operation request-policy upgrading in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/exchanges/retry/CHANGELOG.md b/exchanges/retry/CHANGELOG.md index 2a51a234f1..027de475f4 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 1.2.1 ### Patch Changes diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 93c6bc5ccc..59a1e00a7a 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "1.2.1", + "version": "1.3.0", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/introspection/CHANGELOG.md b/packages/introspection/CHANGELOG.md index b00c84f408..a7292d8a90 100644 --- a/packages/introspection/CHANGELOG.md +++ b/packages/introspection/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/introspection +## 1.1.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + ## 1.0.3 ### Patch Changes diff --git a/packages/introspection/package.json b/packages/introspection/package.json index 167ef4d9d6..e992937b9f 100644 --- a/packages/introspection/package.json +++ b/packages/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@urql/introspection", - "version": "1.0.3", + "version": "1.1.0", "description": "Utilities for dealing with Introspection Queries and Client Schemas", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index 9173fb225a..39eca1c88b 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,17 @@ # @urql/preact +## 4.1.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + +### Patch Changes + +- ⚠️ Fix subscription handlers to not receive `null` values + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) + ## 4.0.5 ### Patch Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index d137f713b8..dede80385d 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.0.5", + "version": "4.1.0", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index 3485f2b3ad..eccdfd872d 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,17 @@ # urql +## 4.1.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + +### Patch Changes + +- ⚠️ Fix subscription handlers to not receive `null` values + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) + ## 4.0.7 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index cbdefbc9c4..65133fd2ec 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.0.7", + "version": "4.1.0", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index 1ac4e1ae1c..9946f28bd6 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,17 @@ # @urql/svelte +## 4.2.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + +### Patch Changes + +- ⚠️ Fix subscription handlers to not receive `null` values + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) + ## 4.1.1 ### Patch Changes diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index 7f9079e7f4..0a934ddd6e 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.1.1", + "version": "4.2.0", "description": "A highly customizable and versatile GraphQL client for Svelte", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/vue-urql/CHANGELOG.md b/packages/vue-urql/CHANGELOG.md index d76070e946..a57b7e566c 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,19 @@ # @urql/vue +## 1.2.0 + +### Minor Changes + +- Mark `@urql/core` as a peer dependency as well as a regular dependency + Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) + +### Patch Changes + +- ⚠️ Fix subscription handlers to not receive `null` values + Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581)) +- Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation` + Submitted by [@kitten](https://github.com/kitten) (See [#3582](https://github.com/urql-graphql/urql/pull/3582)) + ## 1.1.3 ### Patch Changes diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 3f659d8673..0ca79df35c 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.1.3", + "version": "1.2.0", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",