Skip to content

Commit 161aacb

Browse files
Version Packages (#16)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f78033 commit 161aacb

File tree

8 files changed

+40
-47
lines changed

8 files changed

+40
-47
lines changed

.changeset/stupid-squids-carry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/extend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-ts/extend
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `exports` field
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf)]:
12+
- @graphql-ts/schema@0.6.0
13+
314
## 0.4.1
415

516
### Patch Changes

packages/extend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ts/extend",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"main": "dist/graphql-ts-extend.cjs.js",
55
"module": "dist/graphql-ts-extend.esm.js",
66
"exports": {
@@ -19,11 +19,11 @@
1919
"@babel/runtime": "^7.9.2"
2020
},
2121
"peerDependencies": {
22-
"@graphql-ts/schema": "^0.5.0",
22+
"@graphql-ts/schema": "^0.6.0",
2323
"graphql": "15 || 16"
2424
},
2525
"devDependencies": {
26-
"@graphql-ts/schema": "^0.5.1",
26+
"@graphql-ts/schema": "^0.6.0",
2727
"graphql": "^16.3.0"
2828
},
2929
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/extend"

packages/schema/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-ts/schema
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `exports` field
8+
39
## 0.5.3
410

511
### Patch Changes

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ts/schema",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"main": "dist/graphql-ts-schema.cjs.js",
55
"module": "dist/graphql-ts-schema.esm.js",
66
"exports": {

pnpm-lock.yaml

Lines changed: 10 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-project/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-ts/test-project
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`012d84e`](https://github.com/Thinkmill/graphql-ts/commit/012d84e04bfe37c18aa0afdc541843586cf768bf)]:
8+
- @graphql-ts/schema@0.6.0
9+
310
## 1.0.5
411

512
### Patch Changes

test-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@graphql-ts/test-project",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
66
"license": "MIT",
77
"dependencies": {
8-
"@graphql-ts/schema": "^0.5.0",
8+
"@graphql-ts/schema": "^0.6.0",
99
"graphql": "^16.3.0"
1010
}
1111
}

0 commit comments

Comments
 (0)