Skip to content

Commit

Permalink
Version Packages (#87)
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 Aug 30, 2021
1 parent 7535729 commit fd92cc6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/wear-a-mask.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/apollo

## 0.9.2

### Patch Changes

- [`7535729`](https://github.com/Thinkmill/ts-gql/commit/7535729362bbf04472b2e410286876eef0bd0e22) [#86](https://github.com/Thinkmill/ts-gql/pull/86) Thanks [@jesstelford](https://github.com/jesstelford)! - Support `query`'s `context` parameter, and tightens up `mutate`'s existing `context` parameter to be [more in line with Apollo's](https://github.com/apollographql/apollo-client/blob/main/src/core/types.ts#L16).

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/apollo",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
Expand Down
14 changes: 0 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd92cc6

Please sign in to comment.