Skip to content

Commit

Permalink
Version Packages (#34)
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 28, 2020
1 parent fba7341 commit 4f72dab
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-jokes-dress.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add `readonlyTypes` option

### Patch Changes

- Updated dependencies [[`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3)]:
- @ts-gql/config@0.5.0

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/compiler",
"version": "0.10.0",
"version": "0.11.0",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"@graphql-codegen/plugin-helpers": "^1.13.3",
"@graphql-codegen/typescript": "^1.13.3",
"@graphql-codegen/typescript-operations": "^1.13.3",
"@ts-gql/config": "^0.4.0",
"@ts-gql/config": "^0.5.0",
"@types/babel__code-frame": "^7.0.1",
"@types/fs-extra": "^8.1.0",
"@types/invariant": "^2.2.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/config

## 0.5.0

### Minor Changes

- [`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add `readonlyTypes` option

## 0.4.0

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

## 0.4.5

### Patch Changes

- Updated dependencies [[`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3)]:
- @ts-gql/config@0.5.0

## 0.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/eslint-plugin",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"@graphql-codegen/plugin-helpers": "^1.13.3",
"@graphql-codegen/typescript": "^1.13.3",
"@graphql-codegen/typescript-operations": "^1.13.3",
"@ts-gql/config": "^0.4.0",
"@ts-gql/config": "^0.5.0",
"@typescript-eslint/experimental-utils": "^2.29.0",
"find-pkg-json-field-up": "^1.0.1",
"slash": "^3.0.0"
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

## 11.0.0

### Patch Changes

- Updated dependencies [[`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3)]:
- @ts-gql/compiler@0.11.0

## 10.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": "10.0.0",
"version": "11.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.10.0"
"@ts-gql/compiler": "^0.11.0"
},
"repository": "https://github.com/Thinkmill/ts-gql/tree/master/packages/next"
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

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

## 0.1.16

### Patch Changes

- Updated dependencies [[`fba7341`](https://github.com/Thinkmill/ts-gql/commit/fba7341a1418e0a9d555172dc5c6e86899fa6ed3)]:
- @ts-gql/compiler@0.11.0
- @ts-gql/next@11.0.0
- @ts-gql/eslint-plugin@0.4.5

## 0.1.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.15",
"version": "0.1.16",
"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.10.0",
"@ts-gql/eslint-plugin": "^0.4.4",
"@ts-gql/next": "^10.0.0",
"@ts-gql/compiler": "^0.11.0",
"@ts-gql/eslint-plugin": "^0.4.5",
"@ts-gql/next": "^11.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 4f72dab

Please sign in to comment.