Skip to content

Commit

Permalink
Version Packages (#3745)
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 Jan 24, 2025
1 parent e77e342 commit b0250b3
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-bobcats-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-olives-unite.md

This file was deleted.

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 @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^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 @@ -7,7 +7,7 @@
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^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 @@ -8,7 +8,7 @@
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.1",
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/exchange-graphcache

## 7.2.2

### Patch Changes

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

## 7.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "7.2.1",
"version": "7.2.2",
"exports": {
".": "./src/index.ts",
"./extras": "./src/extras/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "7.2.1",
"version": "7.2.2",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
7 changes: 7 additions & 0 deletions packages/introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/introspection

## 1.2.0

### Minor Changes

- Add oneOf support
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3743](https://github.com/urql-graphql/urql/pull/3743))

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/introspection/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/introspection",
"version": "1.1.0",
"version": "1.2.0",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/introspection",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utilities for dealing with Introspection Queries and Client Schemas",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit b0250b3

Please sign in to comment.