From 6408474fdbb841900caba70f7c6ff600a12768cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:53:46 +0200 Subject: [PATCH] Version Packages (#3667) Co-authored-by: github-actions[bot] --- .changeset/chilly-cows-brake.md | 5 ----- .changeset/forty-cameras-check.md | 5 ----- .changeset/healthy-years-ring.md | 5 ----- .changeset/hungry-pandas-accept.md | 5 ----- .changeset/perfect-worms-deliver.md | 5 ----- examples/with-next/package.json | 2 +- exchanges/auth/jsr.json | 2 +- exchanges/context/jsr.json | 2 +- exchanges/execute/jsr.json | 2 +- exchanges/graphcache/jsr.json | 2 +- exchanges/persisted/jsr.json | 2 +- exchanges/populate/jsr.json | 2 +- exchanges/refocus/jsr.json | 2 +- exchanges/request-policy/jsr.json | 2 +- exchanges/retry/jsr.json | 2 +- packages/core/jsr.json | 2 +- packages/introspection/jsr.json | 2 +- packages/next-urql/CHANGELOG.md | 7 +++++++ packages/next-urql/jsr.json | 4 ++-- packages/next-urql/package.json | 2 +- packages/preact-urql/jsr.json | 2 +- packages/react-urql/jsr.json | 2 +- packages/solid-urql/CHANGELOG.md | 17 +++++++++++++++++ packages/solid-urql/jsr.json | 15 +++++++++++++++ packages/solid-urql/package.json | 2 +- packages/storage-rn/jsr.json | 2 +- packages/svelte-urql/jsr.json | 2 +- packages/vue-urql/jsr.json | 2 +- 28 files changed, 60 insertions(+), 46 deletions(-) delete mode 100644 .changeset/chilly-cows-brake.md delete mode 100644 .changeset/forty-cameras-check.md delete mode 100644 .changeset/healthy-years-ring.md delete mode 100644 .changeset/hungry-pandas-accept.md delete mode 100644 .changeset/perfect-worms-deliver.md create mode 100644 packages/solid-urql/CHANGELOG.md create mode 100644 packages/solid-urql/jsr.json diff --git a/.changeset/chilly-cows-brake.md b/.changeset/chilly-cows-brake.md deleted file mode 100644 index e2ed33dec7..0000000000 --- a/.changeset/chilly-cows-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/solid': patch ---- - -Export Provider from the entry diff --git a/.changeset/forty-cameras-check.md b/.changeset/forty-cameras-check.md deleted file mode 100644 index ab3fb6b944..0000000000 --- a/.changeset/forty-cameras-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/solid': minor ---- - -Initial release diff --git a/.changeset/healthy-years-ring.md b/.changeset/healthy-years-ring.md deleted file mode 100644 index 6a22a798b3..0000000000 --- a/.changeset/healthy-years-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/solid': patch ---- - -Correctly track query data reads with suspense diff --git a/.changeset/hungry-pandas-accept.md b/.changeset/hungry-pandas-accept.md deleted file mode 100644 index f36f1306d4..0000000000 --- a/.changeset/hungry-pandas-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/next': patch ---- - -export SSRContext from provider diff --git a/.changeset/perfect-worms-deliver.md b/.changeset/perfect-worms-deliver.md deleted file mode 100644 index 39a1bc79d8..0000000000 --- a/.changeset/perfect-worms-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/solid': patch ---- - -feat(solid): reconcile data updates diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 9904146e8e..32ebff53d9 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@urql/core": "^5.0.6", - "@urql/next": "^1.1.1", + "@urql/next": "^1.1.2", "graphql": "^16.6.0", "next": "13.4.2", "react": "^18.2.0", 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 788dd30e28..91fd3d1bbc 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 6ead8a7d93..a5c4960a1e 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/next-urql/CHANGELOG.md b/packages/next-urql/CHANGELOG.md index e8d2348f1a..9c5e4d9f0f 100644 --- a/packages/next-urql/CHANGELOG.md +++ b/packages/next-urql/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.1.2 + +### Patch Changes + +- export SSRContext from provider + Submitted by [@ccummings](https://github.com/ccummings) (See [#3659](https://github.com/urql-graphql/urql/pull/3659)) + ## 1.1.1 ### Patch Changes diff --git a/packages/next-urql/jsr.json b/packages/next-urql/jsr.json index c3ccf73250..0bdf06362e 100644 --- a/packages/next-urql/jsr.json +++ b/packages/next-urql/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/next", - "version": "1.1.1", + "version": "1.1.2", "exports": { ".": "./src/index.ts", "./rsc": "./src/rsc.ts" @@ -13,4 +13,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file diff --git a/packages/next-urql/package.json b/packages/next-urql/package.json index b2a66d771d..9d2dfdf619 100644 --- a/packages/next-urql/package.json +++ b/packages/next-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/next", - "version": "1.1.1", + "version": "1.1.2", "description": "Convenience wrappers for using urql with NextJS.", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", 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/solid-urql/CHANGELOG.md b/packages/solid-urql/CHANGELOG.md new file mode 100644 index 0000000000..428f38469a --- /dev/null +++ b/packages/solid-urql/CHANGELOG.md @@ -0,0 +1,17 @@ +# @urql/solid + +## 0.1.0 + +### Minor Changes + +- Initial release + Submitted by [@stefanmaric](https://github.com/stefanmaric) (See [#3607](https://github.com/urql-graphql/urql/pull/3607)) + +### Patch Changes + +- Export Provider from the entry + Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3670](https://github.com/urql-graphql/urql/pull/3670)) +- Correctly track query data reads with suspense + Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3672](https://github.com/urql-graphql/urql/pull/3672)) +- feat(solid): reconcile data updates + Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3674](https://github.com/urql-graphql/urql/pull/3674)) diff --git a/packages/solid-urql/jsr.json b/packages/solid-urql/jsr.json new file mode 100644 index 0000000000..654f966e35 --- /dev/null +++ b/packages/solid-urql/jsr.json @@ -0,0 +1,15 @@ +{ + "name": "@urql/solid", + "version": "0.1.0", + "exports": { + ".": "./src/index.ts" + }, + "exclude": [ + "node_modules", + "cypress", + "**/*.test.*", + "**/*.spec.*", + "**/*.test.*.snap", + "**/*.spec.*.snap" + ] +} \ No newline at end of file diff --git a/packages/solid-urql/package.json b/packages/solid-urql/package.json index 39e3e32495..8ea8638f67 100644 --- a/packages/solid-urql/package.json +++ b/packages/solid-urql/package.json @@ -1,6 +1,6 @@ { "name": "@urql/solid", - "version": "0.0.0", + "version": "0.1.0", "description": "A highly customizable and versatile GraphQL client for Solid", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/storage-rn/jsr.json b/packages/storage-rn/jsr.json index f19e5959b4..bc7af6d83d 100644 --- a/packages/storage-rn/jsr.json +++ b/packages/storage-rn/jsr.json @@ -12,4 +12,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 cd22c4c350..25fe911cf1 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/jsr.json b/packages/vue-urql/jsr.json index 02cf9e5d11..10fad1ea9b 100644 --- a/packages/vue-urql/jsr.json +++ b/packages/vue-urql/jsr.json @@ -12,4 +12,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} +} \ No newline at end of file