Skip to content

Commit

Permalink
Version Packages (urql-graphql#3596)
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 May 31, 2024
1 parent ff74ffe commit d747385
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-mirrors-sing.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/vue": "^1.2.0",
"@urql/vue": "^1.2.1",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
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"
]
}
}
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"
]
}
}
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"
]
}
}
7 changes: 7 additions & 0 deletions packages/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/vue

## 1.2.1

### Patch Changes

- ⚠️ Fix regression causing `pause` argument on `useQuery` and `useSubscription` to not be reactive
Submitted by [@arkandias](https://github.com/arkandias) (See [#3595](https://github.com/urql-graphql/urql/pull/3595))

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/vue",
"version": "1.2.0",
"version": "1.2.1",
"exports": {
".": "./src/index.ts"
},
Expand All @@ -12,4 +12,4 @@
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
}
}
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/vue",
"version": "1.2.0",
"version": "1.2.1",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit d747385

Please sign in to comment.