Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"big-clowns-help",
"bitter-corners-pay",
"bumpy-tigers-grow",
"clear-shrimps-see",
"common-clocks-grab",
"cool-jars-pay",
"curvy-fireants-smash",
Expand All @@ -33,6 +34,7 @@
"tasty-deers-think",
"thirty-parks-fall",
"thirty-trees-double",
"twenty-trains-wish",
"violet-memes-tap",
"wicked-cloths-slide",
"wise-sheep-brake",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-relay

## 1.0.0-beta.27

### Patch Changes

- 80696e9: fix: stop caching queries that wasn't fetched
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a minor grammatical typo in the changelog description. Since "queries" is plural, "wasn't" should be "weren't".

Suggested change
- 80696e9: fix: stop caching queries that wasn't fetched
- 80696e9: fix: stop caching queries that weren't fetched

- d685bbc: fix: proper fragment subscription cleanup

## 1.0.0-beta.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-relay",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"description": "SolidJS bindings for Relay",
"homepage": "https://solid-relay.xiniha.dev",
"license": "MIT",
Expand Down
Loading