Skip to content

Commit

Permalink
Version Packages (#12)
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 987ae27 commit bdefc3b
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-owls-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-grapes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-pumpkins-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pans-shout.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [`e0cdba4`](https://github.com/Thinkmill/ts-gql/commit/e0cdba40c84c522845e860bec694d837bfaec684) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add indentation back to printed GraphQL documents

* [`ef7a2fe`](https://github.com/Thinkmill/ts-gql/commit/ef7a2fec4b05b7a9b2622ccf5e5e7d5f564311ea) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Re-generate generated files if the content is not what the compiler generated

- [`987ae27`](https://github.com/Thinkmill/ts-gql/commit/987ae27ec21cfcd8d35d829385c1220431fc295b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Optimise compiler performance

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ts-gql/next

## 4.0.0

### Major Changes

- [`987ae27`](https://github.com/Thinkmill/ts-gql/commit/987ae27ec21cfcd8d35d829385c1220431fc295b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Exit the process when ts-gql fails with a fatal error(this means something has gone very wrong, not that a user has a syntax error, a GraphQL error or etc.)

### Patch Changes

- Updated dependencies [[`e0cdba4`](https://github.com/Thinkmill/ts-gql/commit/e0cdba40c84c522845e860bec694d837bfaec684), [`ef7a2fe`](https://github.com/Thinkmill/ts-gql/commit/ef7a2fec4b05b7a9b2622ccf5e5e7d5f564311ea), [`987ae27`](https://github.com/Thinkmill/ts-gql/commit/987ae27ec21cfcd8d35d829385c1220431fc295b)]:
- @ts-gql/compiler@0.4.0

## 3.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": "3.0.0",
"version": "4.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.3.0"
"@ts-gql/compiler": "^0.4.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.7

### Patch Changes

- Updated dependencies [[`987ae27`](https://github.com/Thinkmill/ts-gql/commit/987ae27ec21cfcd8d35d829385c1220431fc295b), [`e0cdba4`](https://github.com/Thinkmill/ts-gql/commit/e0cdba40c84c522845e860bec694d837bfaec684), [`ef7a2fe`](https://github.com/Thinkmill/ts-gql/commit/ef7a2fec4b05b7a9b2622ccf5e5e7d5f564311ea), [`987ae27`](https://github.com/Thinkmill/ts-gql/commit/987ae27ec21cfcd8d35d829385c1220431fc295b)]:
- @ts-gql/next@4.0.0
- @ts-gql/compiler@0.4.0

## 0.1.6

### 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.6",
"version": "0.1.7",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.0.0-beta.43",
"@ts-gql/apollo": "^0.5.0",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.3.0",
"@ts-gql/compiler": "^0.4.0",
"@ts-gql/eslint-plugin": "^0.4.1",
"@ts-gql/next": "^3.0.0",
"@ts-gql/next": "^4.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 bdefc3b

Please sign in to comment.