Skip to content

Commit

Permalink
Version Packages (#92)
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 Nov 30, 2021
1 parent 56aedff commit cca1012
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-gorillas-turn.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.11.0

### Minor Changes

- [`56aedff`](https://github.com/Thinkmill/ts-gql/commit/56aedff4aecb6ca3ea3215110833930ee544e1eb) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed support for TypeScript 4.3 and above in `refetchQueries` and dropped support for TypeScript 4.1 or below.

## 0.10.0

### Minor 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.10.0",
"version": "0.11.0",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ts-gql/test-app

## 0.1.26

### Patch Changes

- Updated dependencies [[`56aedff`](https://github.com/Thinkmill/ts-gql/commit/56aedff4aecb6ca3ea3215110833930ee544e1eb)]:
- @ts-gql/apollo@0.11.0

## 0.1.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.1.2",
"@ts-gql/apollo": "^0.10.0",
"@ts-gql/apollo": "^0.11.0",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.15.0",
"@ts-gql/eslint-plugin": "^0.8.0",
Expand Down

0 comments on commit cca1012

Please sign in to comment.