From e1f4e6a2ec93eca62dd9c7bd32b73001825fd601 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Aug 2022 09:17:06 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-chefs-add.md | 10 ---------- .changeset/four-dots-camp.md | 5 ----- .changeset/four-flies-buy.md | 23 ----------------------- .changeset/four-jokes-tease.md | 5 ----- .changeset/hungry-swans-tell.md | 5 ----- .changeset/light-dolls-taste.md | 5 ----- .changeset/stale-plants-design.md | 10 ---------- .changeset/strange-needles-march.md | 20 -------------------- exchanges/auth/CHANGELOG.md | 17 +++++++++++++++++ exchanges/auth/package.json | 4 ++-- exchanges/execute/CHANGELOG.md | 18 ++++++++++++++++++ exchanges/execute/package.json | 4 ++-- exchanges/graphcache/CHANGELOG.md | 19 +++++++++++++++++++ exchanges/graphcache/package.json | 4 ++-- exchanges/multipart-fetch/CHANGELOG.md | 13 +++++++++++++ exchanges/multipart-fetch/package.json | 4 ++-- exchanges/persisted-fetch/CHANGELOG.md | 17 +++++++++++++++++ exchanges/persisted-fetch/package.json | 4 ++-- exchanges/populate/CHANGELOG.md | 17 +++++++++++++++++ exchanges/populate/package.json | 4 ++-- exchanges/refocus/CHANGELOG.md | 13 +++++++++++++ exchanges/refocus/package.json | 4 ++-- exchanges/request-policy/CHANGELOG.md | 13 +++++++++++++ exchanges/request-policy/package.json | 4 ++-- exchanges/retry/CHANGELOG.md | 14 ++++++++++++++ exchanges/retry/package.json | 4 ++-- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- packages/introspection/CHANGELOG.md | 6 ++++++ packages/introspection/package.json | 2 +- packages/next-urql/CHANGELOG.md | 11 +++++++++++ packages/next-urql/package.json | 4 ++-- packages/preact-urql/CHANGELOG.md | 14 ++++++++++++++ packages/preact-urql/package.json | 4 ++-- packages/react-urql/CHANGELOG.md | 14 ++++++++++++++ packages/react-urql/package.json | 4 ++-- packages/site/CHANGELOG.md | 6 ++++++ packages/site/package.json | 2 +- packages/storage-rn/CHANGELOG.md | 6 ++++++ packages/storage-rn/package.json | 4 ++-- packages/storybook-addon/CHANGELOG.md | 8 ++++++++ packages/storybook-addon/package.json | 6 +++--- packages/svelte-urql/CHANGELOG.md | 14 ++++++++++++++ packages/svelte-urql/package.json | 4 ++-- packages/vue-urql/CHANGELOG.md | 15 +++++++++++++++ packages/vue-urql/package.json | 4 ++-- 46 files changed, 284 insertions(+), 119 deletions(-) delete mode 100644 .changeset/beige-chefs-add.md delete mode 100644 .changeset/four-dots-camp.md delete mode 100644 .changeset/four-flies-buy.md delete mode 100644 .changeset/four-jokes-tease.md delete mode 100644 .changeset/hungry-swans-tell.md delete mode 100644 .changeset/light-dolls-taste.md delete mode 100644 .changeset/stale-plants-design.md delete mode 100644 .changeset/strange-needles-march.md create mode 100644 packages/site/CHANGELOG.md diff --git a/.changeset/beige-chefs-add.md b/.changeset/beige-chefs-add.md deleted file mode 100644 index 34270633e6..0000000000 --- a/.changeset/beige-chefs-add.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@urql/exchange-auth': minor -'@urql/exchange-execute': minor -'@urql/exchange-graphcache': minor -'@urql/exchange-persisted-fetch': minor -'@urql/exchange-populate': minor -'@urql/core': minor ---- - -Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments diff --git a/.changeset/four-dots-camp.md b/.changeset/four-dots-camp.md deleted file mode 100644 index a5e80c6c7a..0000000000 --- a/.changeset/four-dots-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/vue': patch ---- - -Support nested refs in variables diff --git a/.changeset/four-flies-buy.md b/.changeset/four-flies-buy.md deleted file mode 100644 index 8dda488c50..0000000000 --- a/.changeset/four-flies-buy.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -'@urql/exchange-graphcache': major -'@urql/exchange-persisted-fetch': major -'next-urql': major -'@urql/preact': major -'urql': major -'@urql/storybook-addon': major -'@urql/svelte': major -'@urql/vue': major -'@urql/exchange-auth': major -'@urql/exchange-execute': major -'@urql/exchange-multipart-fetch': major -'@urql/exchange-populate': major -'@urql/exchange-refocus': major -'@urql/exchange-request-policy': major -'@urql/exchange-retry': major -'@urql/core': major -'@urql/introspection': major -'urql-docs': major -'@urql/storage-rn': major ---- - -**Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore. diff --git a/.changeset/four-jokes-tease.md b/.changeset/four-jokes-tease.md deleted file mode 100644 index 3c8bfb8694..0000000000 --- a/.changeset/four-jokes-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/exchange-retry": patch ---- - -make `randomDelay` work correctly diff --git a/.changeset/hungry-swans-tell.md b/.changeset/hungry-swans-tell.md deleted file mode 100644 index 9d031849a8..0000000000 --- a/.changeset/hungry-swans-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': minor ---- - -Allow passing in `fragmentName` for `write` and `read` operations diff --git a/.changeset/light-dolls-taste.md b/.changeset/light-dolls-taste.md deleted file mode 100644 index c05ab09635..0000000000 --- a/.changeset/light-dolls-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/exchange-execute": patch ---- - -fix return for context function argument diff --git a/.changeset/stale-plants-design.md b/.changeset/stale-plants-design.md deleted file mode 100644 index 08956b7b50..0000000000 --- a/.changeset/stale-plants-design.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@urql/exchange-graphcache': major -'@urql/core': major -'@urql/preact': major -'urql': major -'@urql/svelte': major -'@urql/vue': major ---- - -Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to. diff --git a/.changeset/strange-needles-march.md b/.changeset/strange-needles-march.md deleted file mode 100644 index 97d0595a48..0000000000 --- a/.changeset/strange-needles-march.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@urql/exchange-auth': major -'@urql/exchange-execute': major -'@urql/exchange-graphcache': major -'@urql/exchange-multipart-fetch': major -'@urql/exchange-persisted-fetch': major -'@urql/exchange-populate': major -'@urql/exchange-refocus': major -'@urql/exchange-request-policy': major -'@urql/exchange-retry': major -'@urql/core': major -'@urql/preact': major -'urql': major -'@urql/storybook-addon': major -'@urql/svelte': major -'@urql/vue': major ---- - -Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. -The library has fully been migrated to TypeScript which will hopefully help with making contributions easier! diff --git a/exchanges/auth/CHANGELOG.md b/exchanges/auth/CHANGELOG.md index 796273e085..15e74d5f1d 100644 --- a/exchanges/auth/CHANGELOG.md +++ b/exchanges/auth/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.1.7 ### Patch Changes diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 9a63ea72c9..b4ed9b79e6 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-auth", - "version": "0.1.7", + "version": "1.0.0", "description": "An exchange for managing authentication and token refresh in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -51,7 +51,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "peerDependencies": { diff --git a/exchanges/execute/CHANGELOG.md b/exchanges/execute/CHANGELOG.md index 18dad98967..b74522e05f 100644 --- a/exchanges/execute/CHANGELOG.md +++ b/exchanges/execute/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) + +### Patch Changes + +- ⚠️ fix return for context function argument, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2583](https://github.com/FormidableLabs/urql/pull/2583)) +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 1.2.3 ### Patch Changes diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 9cbb9a064e..98c37fff4f 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-execute", - "version": "1.2.3", + "version": "2.0.0", "description": "An exchange for executing queries against a local schema in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -51,7 +51,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "peerDependencies": { diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 0680c5603c..fea6e1d34d 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,24 @@ # @urql/exchange-graphcache +## 5.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) +- Allow passing in `fragmentName` for `write` and `read` operations, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2609](https://github.com/FormidableLabs/urql/pull/2609)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 4.4.3 ### Patch Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index bbccd7136c..7b1486b22d 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "4.4.3", + "version": "5.0.0", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", @@ -65,7 +65,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.5.0", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "peerDependencies": { diff --git a/exchanges/multipart-fetch/CHANGELOG.md b/exchanges/multipart-fetch/CHANGELOG.md index 65f0c2716e..aac9264ab7 100644 --- a/exchanges/multipart-fetch/CHANGELOG.md +++ b/exchanges/multipart-fetch/CHANGELOG.md @@ -1,5 +1,18 @@ # @urql/exchange-multipart-fetch +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.1.14 ### Patch Changes diff --git a/exchanges/multipart-fetch/package.json b/exchanges/multipart-fetch/package.json index 2e274c16d5..d895f47b52 100644 --- a/exchanges/multipart-fetch/package.json +++ b/exchanges/multipart-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-multipart-fetch", - "version": "0.1.14", + "version": "1.0.0", "description": "An exchange that allows regular fetch and will transition to multipart when files are included", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -49,7 +49,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "extract-files": "^11.0.0", "wonka": "^6.0.0" }, diff --git a/exchanges/persisted-fetch/CHANGELOG.md b/exchanges/persisted-fetch/CHANGELOG.md index 4bd0acbdae..95d289cfaf 100644 --- a/exchanges/persisted-fetch/CHANGELOG.md +++ b/exchanges/persisted-fetch/CHANGELOG.md @@ -1,5 +1,22 @@ # @urql/exchange-persisted-fetch +## 2.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 1.3.4 ### Patch Changes diff --git a/exchanges/persisted-fetch/package.json b/exchanges/persisted-fetch/package.json index 4ba6d604ae..d766d11d41 100644 --- a/exchanges/persisted-fetch/package.json +++ b/exchanges/persisted-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-persisted-fetch", - "version": "1.3.4", + "version": "2.0.0", "description": "An exchange that allows for persisted queries support when fetching queries", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -49,7 +49,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "peerDependencies": { diff --git a/exchanges/populate/CHANGELOG.md b/exchanges/populate/CHANGELOG.md index 432074c632..ec9e4d9b85 100644 --- a/exchanges/populate/CHANGELOG.md +++ b/exchanges/populate/CHANGELOG.md @@ -1,5 +1,22 @@ # @urql/exchange-populate +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.2.3 ### Patch Changes diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index 728f221284..17618de6b2 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-populate", - "version": "0.2.3", + "version": "1.0.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", @@ -49,7 +49,7 @@ "preset": "../../scripts/jest/preset" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "peerDependencies": { diff --git a/exchanges/refocus/CHANGELOG.md b/exchanges/refocus/CHANGELOG.md index 1221c5635f..0e16197c0a 100644 --- a/exchanges/refocus/CHANGELOG.md +++ b/exchanges/refocus/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.2.5 ### Patch Changes diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index e84c593fa4..b61c765578 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-refocus", - "version": "0.2.5", + "version": "1.0.0", "description": "An exchange that dispatches active operations when the window regains focus", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -58,7 +58,7 @@ "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "publishConfig": { diff --git a/exchanges/request-policy/CHANGELOG.md b/exchanges/request-policy/CHANGELOG.md index 9d9e95fa66..d515810e91 100644 --- a/exchanges/request-policy/CHANGELOG.md +++ b/exchanges/request-policy/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.1.5 ### Patch Changes diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index 443c3677cd..b3c5110a41 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-request-policy", - "version": "0.1.5", + "version": "1.0.0", "description": "An exchange for operation request-policy upgrading in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -56,7 +56,7 @@ "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { - "@urql/core": ">=2.3.6", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "publishConfig": { diff --git a/exchanges/retry/CHANGELOG.md b/exchanges/retry/CHANGELOG.md index 7e0007adfa..08d0aeaf8c 100644 --- a/exchanges/retry/CHANGELOG.md +++ b/exchanges/retry/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- make `randomDelay` work correctly, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2615](https://github.com/FormidableLabs/urql/pull/2615)) +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.3.3 ### Patch Changes diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 914641fd48..f885fa9f36 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-retry", - "version": "0.3.3", + "version": "1.0.0", "description": "An exchange for operation retry support in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -56,7 +56,7 @@ "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { - "@urql/core": ">=2.4.4", + "@urql/core": ">=3.0.0", "wonka": "^6.0.0" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4ee29464fd..ea806f6a67 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @urql/core +## 3.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Minor Changes + +- Remove the `babel-plugin-modular-graphql` helper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2551](https://github.com/FormidableLabs/urql/pull/2551)) + ## 2.6.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5ce78be654..cd667619da 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "2.6.1", + "version": "3.0.0", "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 acd01f2157..1836fb8c4c 100644 --- a/packages/introspection/CHANGELOG.md +++ b/packages/introspection/CHANGELOG.md @@ -1,5 +1,11 @@ # @urql/introspection +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + ## 0.3.3 ### Patch Changes diff --git a/packages/introspection/package.json b/packages/introspection/package.json index c4e332e218..c895079a75 100644 --- a/packages/introspection/package.json +++ b/packages/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@urql/introspection", - "version": "0.3.3", + "version": "1.0.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/next-urql/CHANGELOG.md b/packages/next-urql/CHANGELOG.md index 9af36261bc..d4ca2e08a8 100644 --- a/packages/next-urql/CHANGELOG.md +++ b/packages/next-urql/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - urql@3.0.0 + ## 3.3.3 ### Patch Changes diff --git a/packages/next-urql/package.json b/packages/next-urql/package.json index b14cb45e9b..082c13ef17 100644 --- a/packages/next-urql/package.json +++ b/packages/next-urql/package.json @@ -1,6 +1,6 @@ { "name": "next-urql", - "version": "3.3.3", + "version": "4.0.0", "description": "Convenience wrappers for using urql with NextJS.", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -53,6 +53,6 @@ }, "peerDependencies": { "react": ">=16.8.0", - "urql": "^2.0.0" + "urql": "^3.0.0" } } diff --git a/packages/preact-urql/CHANGELOG.md b/packages/preact-urql/CHANGELOG.md index 47b7822b8e..c8e16b2fb2 100644 --- a/packages/preact-urql/CHANGELOG.md +++ b/packages/preact-urql/CHANGELOG.md @@ -1,5 +1,19 @@ # @urql/preact +## 3.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 2.0.4 ### Patch Changes diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index dbee209c51..49c02c4f69 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/preact", - "version": "2.0.4", + "version": "3.0.0", "description": "A highly customizable and versatile GraphQL client for Preact", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -60,7 +60,7 @@ "preact": ">= 10.0.0" }, "dependencies": { - "@urql/core": "^2.3.6", + "@urql/core": "^3.0.0", "wonka": "^6.0.0" }, "publishConfig": { diff --git a/packages/react-urql/CHANGELOG.md b/packages/react-urql/CHANGELOG.md index cafc660226..6f899e98f6 100644 --- a/packages/react-urql/CHANGELOG.md +++ b/packages/react-urql/CHANGELOG.md @@ -1,5 +1,19 @@ # urql +## 3.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 2.2.3 ### Patch Changes diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index f69f312b41..ea26386767 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -1,6 +1,6 @@ { "name": "urql", - "version": "2.2.3", + "version": "3.0.0", "description": "A highly customizable and versatile GraphQL client for React", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -62,7 +62,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": "^2.6.1", + "@urql/core": "^3.0.0", "wonka": "^6.0.0" } } diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md new file mode 100644 index 0000000000..3550201b36 --- /dev/null +++ b/packages/site/CHANGELOG.md @@ -0,0 +1,6 @@ +# urql-docs + +## 1.0.0 +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) diff --git a/packages/site/package.json b/packages/site/package.json index 7f9de50f84..6aaa663b5f 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "urql-docs", - "version": "0.0.0", + "version": "1.0.0", "description": "Documentation site for urql", "private": true, "scripts": { diff --git a/packages/storage-rn/CHANGELOG.md b/packages/storage-rn/CHANGELOG.md index 661f69c197..9d2f8fdaa3 100644 --- a/packages/storage-rn/CHANGELOG.md +++ b/packages/storage-rn/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + ## 0.1.1 ### Patch Changes diff --git a/packages/storage-rn/package.json b/packages/storage-rn/package.json index 619abb147e..8fbe277e81 100644 --- a/packages/storage-rn/package.json +++ b/packages/storage-rn/package.json @@ -1,6 +1,6 @@ { "name": "@urql/storage-rn", - "version": "0.1.1", + "version": "1.0.0", "sideEffects": false, "description": "Graphcache offline storage for React Native", "homepage": "https://formidable.com/open-source/urql/docs/", @@ -53,7 +53,7 @@ "devDependencies": { "@react-native-async-storage/async-storage": "^1.15.5", "@react-native-community/netinfo": "^6.0.0", - "@urql/exchange-graphcache": ">=4.2.1" + "@urql/exchange-graphcache": ">=5.0.0" }, "publishConfig": { "access": "public" diff --git a/packages/storybook-addon/CHANGELOG.md b/packages/storybook-addon/CHANGELOG.md index a798556436..71c7aea485 100644 --- a/packages/storybook-addon/CHANGELOG.md +++ b/packages/storybook-addon/CHANGELOG.md @@ -1,5 +1,13 @@ # @urql/storybook-addon +## 2.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + ## 1.0.9 ### Patch Changes diff --git a/packages/storybook-addon/package.json b/packages/storybook-addon/package.json index 5f70efbd0c..b2b2cca25e 100644 --- a/packages/storybook-addon/package.json +++ b/packages/storybook-addon/package.json @@ -1,6 +1,6 @@ { "name": "@urql/storybook-addon", - "version": "1.0.9", + "version": "2.0.0", "description": "Make stories in Storybook with urql", "sideEffects": false, "homepage": "https://github.com/FormidableLabs/urql/tree/main/packages/storybook-addon", @@ -44,11 +44,11 @@ "@storybook/react": ">=6.0.28", "@types/webpack-env": "^1.15.3", "@urql/devtools": "^2.0.2", - "@urql/preact": ">=2.0.4", + "@urql/preact": ">=3.0.0", "graphql": "^16.0.0", "preact": "^10.5.5", "react": "^17.0.1", - "urql": ">=2.2.2", + "urql": ">=3.0.0", "wonka": "^6.0.0" }, "optionalDependencies": { diff --git a/packages/svelte-urql/CHANGELOG.md b/packages/svelte-urql/CHANGELOG.md index 0966e111e8..0f366f1f4c 100644 --- a/packages/svelte-urql/CHANGELOG.md +++ b/packages/svelte-urql/CHANGELOG.md @@ -1,5 +1,19 @@ # @urql/svelte +## 3.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 2.0.2 ### Patch Changes diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index b0b49e1d01..5bbf096394 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/svelte", - "version": "2.0.2", + "version": "3.0.0", "description": "A highly customizable and versatile GraphQL client for Svelte", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -55,7 +55,7 @@ "svelte": "^3.0.0" }, "dependencies": { - "@urql/core": "^2.5.0", + "@urql/core": "^3.0.0", "wonka": "^6.0.0" }, "devDependencies": { diff --git a/packages/vue-urql/CHANGELOG.md b/packages/vue-urql/CHANGELOG.md index 42e139b322..160467042c 100644 --- a/packages/vue-urql/CHANGELOG.md +++ b/packages/vue-urql/CHANGELOG.md @@ -1,5 +1,20 @@ # @urql/vue +## 1.0.0 + +### Major Changes + +- **Goodbye IE11!** 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will _not_ be ES5-compatible anymore, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) +- Implement stricter variables types, which require variables to always be passed and match TypeScript types when the generic is set or inferred. This is a breaking change for TypeScript users potentially, unless all types are adhered to, by [@kitten](https://github.com/kitten) (See [#2607](https://github.com/FormidableLabs/urql/pull/2607)) +- Upgrade to [Wonka v6](https://github.com/0no-co/wonka) (`wonka@^6.0.0`), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. + The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by [@kitten](https://github.com/kitten) (See [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + +### Patch Changes + +- Support nested refs in variables, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2608](https://github.com/FormidableLabs/urql/pull/2608)) +- Updated dependencies (See [#2551](https://github.com/FormidableLabs/urql/pull/2551), [#2504](https://github.com/FormidableLabs/urql/pull/2504), [#2607](https://github.com/FormidableLabs/urql/pull/2607), and [#2504](https://github.com/FormidableLabs/urql/pull/2504)) + - @urql/core@3.0.0 + ## 0.6.4 ### Patch Changes diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index ce6f99de13..ce3bb4a86a 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/vue", - "version": "0.6.4", + "version": "1.0.0", "description": "A highly customizable and versatile GraphQL client for vue", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", @@ -59,7 +59,7 @@ "vue": "^2.7.0 || ^3.0.0" }, "dependencies": { - "@urql/core": "^2.3.6", + "@urql/core": "^3.0.0", "wonka": "^6.0.0" }, "publishConfig": {