Skip to content

Commit

Permalink
Version Packages (#94)
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 Apr 26, 2022
1 parent f6ef1d9 commit 58cf5de
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-dots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-dodos-run.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/orange-dodos-wink.md

This file was deleted.

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

## 0.11.1

### Patch Changes

- [`d002ea4`](https://github.com/Thinkmill/ts-gql/commit/d002ea42b874d6431716c7e6c8b71dd0f7d59e00) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Simplified types for requiring or not requiring variables

* [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

* Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/tag@0.6.1

## 0.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ts-gql/apollo",
"version": "0.11.0",
"version": "0.11.1",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.6.0"
"@ts-gql/tag": "^0.6.1"
},
"peerDependencies": {
"@apollo/client": "*",
Expand Down
9 changes: 9 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/compiler

## 0.15.1

### Patch Changes

- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/config@0.9.1

## 0.15.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.15.0",
"version": "0.15.1",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@nodelib/fs.walk": "^1.2.4",
"@ts-gql/config": "^0.9.0",
"@ts-gql/config": "^0.9.1",
"@types/babel__code-frame": "^7.0.1",
"@types/graceful-fs": "^4.1.3",
"@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.9.1

### Patch Changes

- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

## 0.9.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.9.0",
"version": "0.9.1",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/eslint-plugin

## 0.8.1

### Patch Changes

- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/config@0.9.1

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
],
"dependencies": {
"@babel/runtime": "^7.9.2",
"@ts-gql/config": "^0.9.0",
"@ts-gql/config": "^0.9.1",
"@typescript-eslint/experimental-utils": "^2.29.0",
"find-pkg-json-field-up": "^1.0.1",
"slash": "^3.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @ts-gql/fetch

## 0.1.0
### Minor Changes



- [`c9356b8`](https://github.com/Thinkmill/ts-gql/commit/c9356b86d05c368409dced5f111d2bbcdf00f586) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release


### Patch Changes

- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/tag@0.6.1
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ts-gql/fetch",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/fetch.cjs.js",
"module": "dist/fetch.esm.js",
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.6.0"
"@ts-gql/tag": "^0.6.1"
},
"peerDependencies": {
"graphql": "15 || 16"
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/next

## 16.0.1

### Patch Changes

- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/compiler@0.15.1

## 16.0.0

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

## 0.6.1

### Patch Changes

- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/tag",
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/tag.cjs.js",
"module": "dist/tag.esm.js",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

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

## 0.1.27

### Patch Changes

- Updated dependencies [[`c9356b8`](https://github.com/Thinkmill/ts-gql/commit/c9356b86d05c368409dced5f111d2bbcdf00f586), [`d002ea4`](https://github.com/Thinkmill/ts-gql/commit/d002ea42b874d6431716c7e6c8b71dd0f7d59e00), [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
- @ts-gql/fetch@0.1.0
- @ts-gql/apollo@0.11.1
- @ts-gql/compiler@0.15.1
- @ts-gql/eslint-plugin@0.8.1
- @ts-gql/next@16.0.1
- @ts-gql/tag@0.6.1

## 0.1.26

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.26",
"version": "0.1.27",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.1.2",
"@ts-gql/apollo": "^0.11.0",
"@ts-gql/apollo": "^0.11.1",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.15.0",
"@ts-gql/eslint-plugin": "^0.8.0",
"@ts-gql/fetch": "^0.0.0",
"@ts-gql/next": "^16.0.0",
"@ts-gql/tag": "^0.6.0",
"@ts-gql/compiler": "^0.15.1",
"@ts-gql/eslint-plugin": "^0.8.1",
"@ts-gql/fetch": "^0.1.0",
"@ts-gql/next": "^16.0.1",
"@ts-gql/tag": "^0.6.1",
"@types/node": "^13.13.2",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
Expand Down

0 comments on commit 58cf5de

Please sign in to comment.