Skip to content

Commit

Permalink
Version Packages (#95)
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 Apr 26, 2022
1 parent d42cbd5 commit 8f7a38e
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-experts-serve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strange-readers-clean.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.11.2

### Patch Changes

- [`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Republish after broken release

## 0.11.1

### Patch 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.11.1",
"version": "0.11.2",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
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.15.2

### Patch Changes

- [`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed nullable fields being optional in the generated types

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

## 0.8.2

### Patch Changes

- [`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Republish after broken release

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.8.2",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand Down
10 changes: 7 additions & 3 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# @ts-gql/fetch

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Republish after broken release

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

### Minor Changes

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

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/fetch",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/fetch.cjs.js",
"module": "dist/fetch.esm.js",
"license": "MIT",
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.2

### Patch Changes

- [`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Republish after broken release

- Updated dependencies [[`5b800e7`](https://github.com/Thinkmill/ts-gql/commit/5b800e763cb428c972ff0bfb85592405bb513754)]:
- @ts-gql/compiler@0.15.2

## 16.0.1

### Patch 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.1",
"version": "16.0.2",
"main": "dist/next.cjs.js",
"module": "dist/next.esm.js",
"license": "MIT",
Expand Down

0 comments on commit 8f7a38e

Please sign in to comment.