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 Oct 22, 2021
1 parent 232cec8 commit 88ced81
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-wolves-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-dancers-listen.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.0

### Minor Changes

- [`5d1c299`](https://github.com/Thinkmill/graphql-ts/commit/5d1c299ae50a8bafea8e409f9c2c1e5abedaa29a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Type parameters named `RootVal` have been renamed to `Source` and properties named `__rootVal` have been renamed to `__source`. This won't require code changes unless you've relied on the `__rootVal` properties(which you shouldn't).

* [`232cec8`](https://github.com/Thinkmill/graphql-ts/commit/232cec81c04c3489c053e24cfe37ab7f3d8a4265) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - `BaseSchemaInfo` has been renamed to `BaseSchemaMeta`

## 0.3.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.3.0",
"version": "0.4.0",
"main": "dist/graphql-ts-extend.cjs.js",
"module": "dist/graphql-ts-extend.esm.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"graphql": "^15.0.0"
},
"devDependencies": {
"@graphql-ts/schema": "^0.4.0",
"@graphql-ts/schema": "^0.5.0",
"graphql": "^15.5.0"
},
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/extend"
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-ts/schema

## 0.5.0

### Minor Changes

- [`5d1c299`](https://github.com/Thinkmill/graphql-ts/commit/5d1c299ae50a8bafea8e409f9c2c1e5abedaa29a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Type parameters named `RootVal` have been renamed to `Source` and properties named `__rootVal` have been renamed to `__source`. This won't require code changes unless you've relied on the `__rootVal` properties(which you shouldn't).

## 0.4.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.4.0",
"version": "0.5.0",
"main": "dist/graphql-ts-schema.cjs.js",
"module": "dist/graphql-ts-schema.esm.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

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

## 1.0.5

### Patch Changes

- Updated dependencies [[`5d1c299`](https://github.com/Thinkmill/graphql-ts/commit/5d1c299ae50a8bafea8e409f9c2c1e5abedaa29a)]:
- @graphql-ts/schema@0.5.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@graphql-ts/test-project",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
"license": "MIT",
"dependencies": {
"@graphql-ts/schema": "^0.4.0",
"@graphql-ts/schema": "^0.5.0",
"graphql": "^15.5.0"
}
}

0 comments on commit 88ced81

Please sign in to comment.