Skip to content

Commit

Permalink
Version Packages (#27)
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 May 26, 2020
1 parent 9a83125 commit 01beb4f
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-camels-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-beers-grow.md

This file was deleted.

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

## 0.1.0
### Minor Changes



- [`9a83125`](https://github.com/Thinkmill/ts-gql/commit/9a83125d3fd04e124cede1453242d79bdc53e8c4) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
2 changes: 1 addition & 1 deletion packages/apollo-client-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/apollo-client-v2",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/apollo-client-v2.cjs.js",
"module": "dist/apollo-client-v2.esm.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/compiler

## 0.9.0

### Minor Changes

- [`f279b23`](https://github.com/Thinkmill/ts-gql/commit/f279b234ca1a264ed675863bccc9eca52b9d12f4) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add @introspection.ts generated file with introspection query result

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/compiler",
"version": "0.8.1",
"version": "0.9.0",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ts-gql/next

## 9.0.0

### Patch Changes

- Updated dependencies [[`f279b23`](https://github.com/Thinkmill/ts-gql/commit/f279b234ca1a264ed675863bccc9eca52b9d12f4)]:
- @ts-gql/compiler@0.9.0

## 8.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/next",
"version": "8.0.0",
"version": "9.0.0",
"main": "dist/next.cjs.js",
"module": "dist/next.esm.js",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"graphql": "^14.0.0",
"@ts-gql/compiler": "^0.8.0"
"@ts-gql/compiler": "^0.9.0"
},
"repository": "https://github.com/Thinkmill/ts-gql/tree/master/packages/next"
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

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

## 0.1.14

### Patch Changes

- Updated dependencies [[`f279b23`](https://github.com/Thinkmill/ts-gql/commit/f279b234ca1a264ed675863bccc9eca52b9d12f4)]:
- @ts-gql/compiler@0.9.0
- @ts-gql/next@9.0.0

## 0.1.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.0.0-beta.43",
"@ts-gql/apollo": "^0.7.0",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.8.0",
"@ts-gql/compiler": "^0.9.0",
"@ts-gql/eslint-plugin": "^0.4.3",
"@ts-gql/next": "^8.0.0",
"@ts-gql/next": "^9.0.0",
"@ts-gql/tag": "^0.5.0",
"@ts-gql/urql": "^0.3.1",
"@types/node": "^13.13.2",
Expand Down

0 comments on commit 01beb4f

Please sign in to comment.