Skip to content

Commit

Permalink
Version Packages (#3667)
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 Sep 14, 2024
1 parent a19f830 commit 6408474
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-cows-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-cameras-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-years-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-pandas-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-worms-deliver.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/context/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/execute/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/graphcache/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/persisted/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/populate/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/refocus/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/request-policy/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion exchanges/retry/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
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"
]
}
}
2 changes: 1 addition & 1 deletion packages/introspection/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
7 changes: 7 additions & 0 deletions packages/next-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/next-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/next",
"version": "1.1.1",
"version": "1.1.2",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
Expand All @@ -13,4 +13,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion packages/next-urql/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-urql/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion packages/react-urql/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
17 changes: 17 additions & 0 deletions packages/solid-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
15 changes: 15 additions & 0 deletions packages/solid-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion packages/solid-urql/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-rn/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion packages/svelte-urql/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion packages/vue-urql/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}

0 comments on commit 6408474

Please sign in to comment.