Skip to content

Commit

Permalink
Version Packages (#16)
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 Aug 18, 2022
1 parent 5f78033 commit 161aacb
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .changeset/stupid-squids-carry.md

This file was deleted.

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

## 1.0.0

### Minor Changes

- [`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `exports` field

### Patch Changes

- Updated dependencies [[`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf)]:
- @graphql-ts/schema@0.6.0

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.0",
"main": "dist/graphql-ts-extend.cjs.js",
"module": "dist/graphql-ts-extend.esm.js",
"exports": {
Expand All @@ -19,11 +19,11 @@
"@babel/runtime": "^7.9.2"
},
"peerDependencies": {
"@graphql-ts/schema": "^0.5.0",
"@graphql-ts/schema": "^0.6.0",
"graphql": "15 || 16"
},
"devDependencies": {
"@graphql-ts/schema": "^0.5.1",
"@graphql-ts/schema": "^0.6.0",
"graphql": "^16.3.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.6.0

### Minor Changes

- [`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `exports` field

## 0.5.3

### Patch 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.4",
"version": "0.6.0",
"main": "dist/graphql-ts-schema.cjs.js",
"module": "dist/graphql-ts-schema.esm.js",
"exports": {
Expand Down
45 changes: 10 additions & 35 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.6

### Patch Changes

- Updated dependencies [[`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf)]:
- @graphql-ts/schema@0.6.0

## 1.0.5

### 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.5",
"version": "1.0.6",
"private": true,
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
"license": "MIT",
"dependencies": {
"@graphql-ts/schema": "^0.5.0",
"@graphql-ts/schema": "^0.6.0",
"graphql": "^16.3.0"
}
}

0 comments on commit 161aacb

Please sign in to comment.