Skip to content

Commit

Permalink
Fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Dec 9, 2024
1 parent 07397cf commit f28b6be
Show file tree
Hide file tree
Showing 36 changed files with 351 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-starfishes-unite.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-persisted": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-defer-stream-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-graphcache-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.2.1",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-infinite-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/next": "^1.1.3",
"graphql": "^16.6.0",
"next": "13.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-retry": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-subscriptions-via-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^5.0.8",
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"graphql": "^16.6.0",
"react": "^18.2.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.8",
"@urql/core": "^5.1.0",
"@urql/svelte": "^4.2.2",
"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.8",
"@urql/core": "^5.1.0",
"@urql/vue": "^1.4.2",
"graphql": "^16.6.0",
"vue": "^3.2.47"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/refocus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/throw-on-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"graphql-toe": "0.1.2",
"wonka": "^6.3.2"
},
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.1.0

### Minor Changes

- Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome`
Submitted by [@alpavlove](https://github.com/alpavlove) (See [#3714](https://github.com/urql-graphql/urql/pull/3714))

## 5.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "5.0.8",
"version": "5.1.0",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
Expand All @@ -13,4 +13,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
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.8",
"version": "5.1.0",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"solid-js": "^1.7.7"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit f28b6be

Please sign in to comment.