Skip to content

Commit

Permalink
Version Packages (#14)
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] committed May 12, 2020
1 parent ece17c7 commit 1404f59
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-falcons-smoke.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.6.0

### Minor Changes

- [`ece17c7`](https://github.com/Thinkmill/ts-gql/commit/ece17c7adaedda085755d8ad06e822d45ac56f35) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add peerDependency on react

## 0.5.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.5.0",
"version": "0.6.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.8

### Patch Changes

- Updated dependencies [[`ece17c7`](https://github.com/Thinkmill/ts-gql/commit/ece17c7adaedda085755d8ad06e822d45ac56f35)]:
- @ts-gql/apollo@0.6.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.0.0-beta.43",
"@ts-gql/apollo": "^0.5.0",
"@ts-gql/apollo": "^0.6.0",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.4.0",
"@ts-gql/eslint-plugin": "^0.4.1",
Expand Down

0 comments on commit 1404f59

Please sign in to comment.