Skip to content

Commit

Permalink
Version Packages (#3688)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 19, 2024
1 parent 36a0716 commit 8656621
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-carrots-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-eagles-join.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-persisted": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-defer-stream-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-graphcache-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-infinite-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/next": "^1.1.2",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-retry": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-subscriptions-via-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.1.0"
"urql": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/svelte": "^4.2.1",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/core": "^5.0.7",
"@urql/vue": "^1.4.1",
"graphql": "^16.6.0",
"vue": "^3.2.47"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/core

## 5.0.7

### Patch Changes

- Remove `for-of` syntax from `@urql/core` helpers for JSC memory reduction
Submitted by [@kitten](https://github.com/kitten) (See [#3690](https://github.com/urql-graphql/urql/pull/3690))

## 5.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "5.0.6",
"version": "5.0.7",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "5.0.6",
"version": "5.0.7",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# urql

## 4.2.0

### Minor Changes

- Support use of defer with suspense
Submitted by [@AndrewIngram](https://github.com/AndrewIngram) (See [#3687](https://github.com/urql-graphql/urql/pull/3687))

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql",
"version": "4.1.0",
"version": "4.2.0",
"exports": "src/index.ts",
"exclude": [
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql",
"version": "4.1.0",
"version": "4.2.0",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit 8656621

Please sign in to comment.