Skip to content

Commit

Permalink
Version Packages (#13)
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 Feb 4, 2022
1 parent 65391d3 commit 052dc81
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-rivers-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-turtles-sneeze.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [`ef18bba`](https://github.com/Thinkmill/graphql-ts/commit/ef18bba55773e38309f538b987099650ad66533d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added declaration maps

* [`65391d3`](https://github.com/Thinkmill/graphql-ts/commit/65391d30c7a56313325acb647110e8536008d82b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - `graphql@16` is now allowed in `peerDependencies`

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ts/extend",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/graphql-ts-extend.cjs.js",
"module": "dist/graphql-ts-extend.esm.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"graphql": "15 || 16"
},
"devDependencies": {
"@graphql-ts/schema": "^0.5.0",
"@graphql-ts/schema": "^0.5.1",
"graphql": "^16.3.0"
},
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/extend"
Expand Down
8 changes: 8 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-ts/schema

## 0.5.1

### Patch Changes

- [`ef18bba`](https://github.com/Thinkmill/graphql-ts/commit/ef18bba55773e38309f538b987099650ad66533d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added declaration maps

* [`65391d3`](https://github.com/Thinkmill/graphql-ts/commit/65391d30c7a56313325acb647110e8536008d82b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - `graphql@16` is now allowed in `peerDependencies`

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ts/schema",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/graphql-ts-schema.cjs.js",
"module": "dist/graphql-ts-schema.esm.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 052dc81

Please sign in to comment.