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 1, 2021
1 parent d80b524 commit 7a754e9
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-moose-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-carpets-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-beers-brush.md

This file was deleted.

8 changes: 8 additions & 0 deletions exchanges/persisted-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/exchange-persisted-fetch

## 1.3.2

### Patch Changes

- Optimize for minification by avoiding direct eval call, by [@nderscore](https://github.com/nderscore) (See [#1744](https://github.com/FormidableLabs/urql/pull/1744))
- Updated dependencies (See [#1755](https://github.com/FormidableLabs/urql/pull/1755))
- @urql/core@2.1.5

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/persisted-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-persisted-fetch",
"version": "1.3.1",
"version": "1.3.2",
"description": "An exchange that allows for persisted queries support when fetching queries",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -49,7 +49,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=2.1.0",
"@urql/core": ">=2.1.5",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/request-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.4

### Patch Changes

- Do not set the TTL unless cache outcome is "miss". Previously we set the TTL on cache "miss" if it was the first time an operation returned a result, now the TTL is only set on cache miss results. This allows the request policy exchange to work when using persisted caching, by [@Mookiies](https://github.com/Mookiies) (See [#1742](https://github.com/FormidableLabs/urql/pull/1742))
- Updated dependencies (See [#1755](https://github.com/FormidableLabs/urql/pull/1755))
- @urql/core@2.1.5

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-request-policy",
"version": "0.1.3",
"version": "0.1.4",
"description": "An exchange for operation request-policy upgrading in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -56,7 +56,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@urql/core": ">=2.1.2",
"@urql/core": ">=2.1.5",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urql/core

## 2.1.5

### Patch Changes

- ⚠️ Fix accidental change in passive `stale: true`, where a `cache-first` operation issued by Graphcache wouldn't yield an affected query and update its result to reflect the loading state with `stale: true`. This is a regression from `v2.1.0` and mostly becomes unexpected when `cache.invalidate(...)` is used, by [@kitten](https://github.com/kitten) (See [#1755](https://github.com/FormidableLabs/urql/pull/1755))

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "2.1.4",
"version": "2.1.5",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit 7a754e9

Please sign in to comment.