Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2024
1 parent 88f20c7 commit 73603c1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-parents-fetch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.0.4",
"@urql/svelte": "^4.2.0",
"@urql/svelte": "^4.2.1",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/svelte

## 4.2.1

### Patch Changes

- add support for Svelte 5 in the `peerDependencies`
Submitted by [@itssumitrai](https://github.com/itssumitrai) (See [#3634](https://github.com/urql-graphql/urql/pull/3634))

## 4.2.0

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

0 comments on commit 73603c1

Please sign in to comment.