diff --git a/.changeset/gold-pumpkins-type.md b/.changeset/gold-pumpkins-type.md deleted file mode 100644 index 6ad05ef065..0000000000 --- a/.changeset/gold-pumpkins-type.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@urql/exchange-request-policy': patch -'@urql/introspection': patch -'@urql/exchange-graphcache': patch -'@urql/preact': patch -'@urql/svelte': patch -'@urql/exchange-persisted': patch -'urql': patch -'@urql/storage-rn': patch -'@urql/exchange-populate': patch -'next-urql': patch -'@urql/exchange-context': patch -'@urql/exchange-execute': patch -'@urql/exchange-refocus': patch -'@urql/vue': patch -'@urql/exchange-retry': patch -'@urql/exchange-auth': patch -'@urql/core': patch ---- - -Publish with npm provenance diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index e91195722c..11c09bb351 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "@urql/exchange-persisted-fetch": "^1.3.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "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 e8c491056a..ad5b7cbeed 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,12 +17,12 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^4.0.6", - "@urql/exchange-graphcache": "^6.0.2", + "@urql/core": "^4.0.7", + "@urql/exchange-graphcache": "^6.0.3", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@apollo/server": "^4.4.1", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 206803caa9..97e89d6aa0 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/exchange-graphcache": "^6.0.2", + "@urql/core": "^4.0.7", + "@urql/exchange-graphcache": "^6.0.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index fe7fe12d53..384e4139da 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,13 +6,13 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/exchange-auth": "^2.1.1", - "@urql/exchange-graphcache": "^6.0.2", + "@urql/core": "^4.0.7", + "@urql/exchange-auth": "^2.1.2", + "@urql/exchange-graphcache": "^6.0.3", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index a27c9dc6c7..069c036e74 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 5b689a8ef1..d9d504ca9b 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,13 +3,13 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "graphql": "^16.6.0", "next": "13.2.4", - "next-urql": "^5.0.0", + "next-urql": "^5.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "scripts": { "dev": "next dev", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 3d4acb5e10..34f03d97b8 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index c780098e2e..6afad63366 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,11 +8,11 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@babel/core": "^7.12.9", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 1ee4412b85..d003db0b50 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,11 +6,11 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", + "@urql/core": "^4.0.7", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 8e05e6a892..26f7fa80f5 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/exchange-auth": "^2.1.1", + "@urql/core": "^4.0.7", + "@urql/exchange-auth": "^2.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 824876c442..4ef67e8cca 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,12 +6,12 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/exchange-retry": "^1.1.0", + "@urql/core": "^4.0.7", + "@urql/exchange-retry": "^1.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "urql": "^4.0.0" + "urql": "^4.0.1" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 189dc1dfeb..3c6ed63994 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/svelte": "^4.0.0", + "@urql/core": "^4.0.7", + "@urql/svelte": "^4.0.1", "graphql": "^16.6.0", "svelte": "^3.57.0" }, diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 613f0dcb7c..e385d8bbac 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,8 +8,8 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.6", - "@urql/vue": "^1.1.0", + "@urql/core": "^4.0.7", + "@urql/vue": "^1.1.1", "graphql": "^16.6.0", "vue": "^3.2.47" }, diff --git a/exchanges/auth/CHANGELOG.md b/exchanges/auth/CHANGELOG.md index 4cf60ebb4d..3451890839 100644 --- a/exchanges/auth/CHANGELOG.md +++ b/exchanges/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.1.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 2.1.1 ### Patch Changes diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 62f2314879..f0e479a003 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-auth", - "version": "2.1.1", + "version": "2.1.2", "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 dccc7be4df..47b79e467a 100644 --- a/exchanges/context/CHANGELOG.md +++ b/exchanges/context/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.2.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 0.2.0 ### Minor Changes diff --git a/exchanges/context/package.json b/exchanges/context/package.json index d2e1fd862c..e6e51f462a 100644 --- a/exchanges/context/package.json +++ b/exchanges/context/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-context", - "version": "0.2.0", + "version": "0.2.1", "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 13f825b66c..3141387756 100644 --- a/exchanges/execute/CHANGELOG.md +++ b/exchanges/execute/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 2.2.0 ### Minor Changes diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 90a2161fc9..2bc985f14b 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-execute", - "version": "2.2.0", + "version": "2.2.1", "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 472da322aa..9c55cf3073 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 6.0.3 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 6.0.2 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 10852b6f55..9801eccdd9 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "6.0.2", + "version": "6.0.3", "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 f792337c7b..806e7dc778 100644 --- a/exchanges/persisted/CHANGELOG.md +++ b/exchanges/persisted/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-persisted-fetch +## 3.0.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 3.0.0 ### Major Changes diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index acac92c726..9fcb280318 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted", - "version": "3.0.0", + "version": "3.0.1", "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 31fe1b80b5..4be1bcf735 100644 --- a/exchanges/populate/CHANGELOG.md +++ b/exchanges/populate/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-populate +## 1.1.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.1.1 ### Patch Changes diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index 90a5ab5605..c9ffc17152 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "1.1.1", + "version": "1.1.2", "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 6bb5729d9b..af835ea95c 100644 --- a/exchanges/refocus/CHANGELOG.md +++ b/exchanges/refocus/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.0.1 ### Patch Changes diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index 2b101c6cab..43ab0f4c59 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-refocus", - "version": "1.0.1", + "version": "1.0.2", "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 1677fd749e..fcbc7c3be6 100644 --- a/exchanges/request-policy/CHANGELOG.md +++ b/exchanges/request-policy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.0.1 ### Patch Changes diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index 8b1a1fcb69..0cc7a03aee 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-request-policy", - "version": "1.0.1", + "version": "1.0.2", "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 97085ac5d1..794bbd495d 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.1.0 ### Minor Changes diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 6b4048f4b1..8b07f28aec 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "1.1.0", + "version": "1.1.1", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3c1e70b509..d1eb5c8653 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 4.0.7 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 4.0.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e6ff22a17c..d33bd4337f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "4.0.6", + "version": "4.0.7", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/introspection/CHANGELOG.md b/packages/introspection/CHANGELOG.md index 0c658e1bd0..54ed5e65e1 100644 --- a/packages/introspection/CHANGELOG.md +++ b/packages/introspection/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/introspection +## 1.0.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.0.1 ### Patch Changes diff --git a/packages/introspection/package.json b/packages/introspection/package.json index f087b7f9ae..27c55c9b11 100644 --- a/packages/introspection/package.json +++ b/packages/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@urql/introspection", - "version": "1.0.1", + "version": "1.0.2", "description": "Utilities for dealing with Introspection Queries and Client Schemas", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/next-urql/CHANGELOG.md b/packages/next-urql/CHANGELOG.md index 7798a6ec65..718028dc2d 100644 --- a/packages/next-urql/CHANGELOG.md +++ b/packages/next-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 5.0.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 5.0.0 ### Patch Changes diff --git a/packages/next-urql/package.json b/packages/next-urql/package.json index 705654260b..0ffbb56023 100644 --- a/packages/next-urql/package.json +++ b/packages/next-urql/package.json @@ -1,6 +1,6 @@ { "name": "next-urql", - "version": "5.0.0", + "version": "5.0.1", "description": "Convenience wrappers for using urql with NextJS.", "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 e5ebdac1dc..85ef5a0fd3 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/preact +## 4.0.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 4.0.0 ### Major Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index d09141a307..7f8aee61c0 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "4.0.0", + "version": "4.0.1", "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 590a1029c0..1a9f02b719 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # urql +## 4.0.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 4.0.0 ### Major Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index fa724c0eee..0eb4d01743 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "4.0.0", + "version": "4.0.1", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/storage-rn/CHANGELOG.md b/packages/storage-rn/CHANGELOG.md index 235c27c3eb..b101939be8 100644 --- a/packages/storage-rn/CHANGELOG.md +++ b/packages/storage-rn/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.2 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.0.1 ### Patch Changes diff --git a/packages/storage-rn/package.json b/packages/storage-rn/package.json index 06133f95cb..22689ccbcf 100644 --- a/packages/storage-rn/package.json +++ b/packages/storage-rn/package.json @@ -1,6 +1,6 @@ { "name": "@urql/storage-rn", - "version": "1.0.1", + "version": "1.0.2", "sideEffects": false, "description": "Graphcache offline storage for React Native", "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index b0fcf8668e..0049e27014 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/svelte +## 4.0.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 4.0.0 ### Major Changes diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index 2370c0ada6..e0e93a0a7d 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "4.0.0", + "version": "4.0.1", "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 41d80cb5fa..75bcfc8602 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/vue +## 1.1.1 + +### Patch Changes + +- Publish with npm provenance + Submitted by [@kitten](https://github.com/kitten) (See [#3180](https://github.com/urql-graphql/urql/pull/3180)) + ## 1.1.0 ### Minor Changes diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 08411a7bbb..ccba9f93f6 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "1.1.0", + "version": "1.1.1", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",