Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 22, 2020
1 parent bae5f15 commit ec04a72
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-flies-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-radios-judge.md

This file was deleted.

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

## 0.1.0

This is the initial release of `@urql/exchange-persisted-fetch` which adds Persisted Queries
support, and is an exchange that can be used alongside the default `fetchExchange` or
`@urql/exchange-multipart-fetch`.

It's still experimental, just like `@urql/exchange-multipart-fetch`, so please test it with care and
report any bugs you find.
2 changes: 1 addition & 1 deletion exchanges/persisted-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=1.11.4",
"@urql/core": ">=1.11.5",
"wonka": "^4.0.9",
"js-sha256": "^0.9.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/core

## 1.11.5

### Patch Changes

- Hoist variables in unminified build output for Metro Bundler builds which otherwise fails for `process.env.NODE_ENV` if-clauses, by [@kitten](https://github.com/kitten) (See [#737](https://github.com/FormidableLabs/urql/pull/737))
- Add a babel-plugin that removes empty imports from the final build output, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#735](https://github.com/FormidableLabs/urql/pull/735))

## 1.11.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": "1.11.4",
"version": "1.11.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 ec04a72

Please sign in to comment.