Skip to content

Commit 15c1b93

Browse files
Version Packages (#123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74154ca commit 15c1b93

18 files changed

+79
-28
lines changed

.changeset/happy-flowers-try.md

-12
This file was deleted.

packages/apollo/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/apollo
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
9+
- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
10+
- @ts-gql/tag@0.7.1
11+
312
## 0.12.0
413

514
### Minor Changes

packages/apollo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/apollo",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"main": "dist/apollo.cjs.js",
55
"module": "dist/apollo.esm.js",
66
"exports": {
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@ts-gql/tag": "^0.7.0"
15+
"@ts-gql/tag": "^0.7.1"
1616
},
1717
"peerDependencies": {
1818
"@apollo/client": "*",

packages/babel-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-gql/babel-plugin
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
39
## 0.1.0
410

511
### Minor Changes

packages/babel-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/babel-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/babel-plugin.cjs.js",
55
"module": "dist/babel-plugin.esm.js",
66
"exports": {

packages/compiler/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/compiler
22

3+
## 0.16.5
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
9+
- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
10+
- @ts-gql/config@0.9.2
11+
312
## 0.16.4
413

514
### Patch Changes

packages/compiler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/compiler",
3-
"version": "0.16.4",
3+
"version": "0.16.5",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"exports": {
@@ -30,7 +30,7 @@
3030
"@graphql-codegen/plugin-helpers": "^2.4.2",
3131
"@graphql-codegen/typescript-operations": "^2.3.5",
3232
"@nodelib/fs.walk": "^1.2.4",
33-
"@ts-gql/config": "^0.9.1",
33+
"@ts-gql/config": "^0.9.2",
3434
"@types/babel__code-frame": "^7.0.1",
3535
"@types/graceful-fs": "^4.1.3",
3636
"@types/invariant": "^2.2.32",

packages/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-gql/config
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
39
## 0.9.1
410

511
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/config",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"main": "dist/config.cjs.js",
55
"module": "dist/config.esm.js",
66
"exports": {

packages/eslint-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/eslint-plugin
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
9+
- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
10+
- @ts-gql/config@0.9.2
11+
312
## 0.9.0
413

514
### Minor Changes

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/eslint-plugin",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"main": "dist/eslint-plugin.cjs.js",
55
"module": "dist/eslint-plugin.esm.js",
66
"exports": {
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"@babel/runtime": "^7.9.2",
19-
"@ts-gql/config": "^0.9.1",
19+
"@ts-gql/config": "^0.9.2",
2020
"@typescript-eslint/utils": "^6.3.0",
2121
"find-pkg-json-field-up": "^1.0.1",
2222
"slash": "^3.0.0"

packages/fetch/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/fetch
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
9+
- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
10+
- @ts-gql/tag@0.7.1
11+
312
## 0.1.2
413

514
### Patch Changes

packages/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/fetch",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "dist/fetch.cjs.js",
55
"module": "dist/fetch.esm.js",
66
"exports": {
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@ts-gql/tag": "^0.7.0"
15+
"@ts-gql/tag": "^0.7.1"
1616
},
1717
"peerDependencies": {
1818
"graphql": "15 || 16"

packages/next/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/next
22

3+
## 17.0.1
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
9+
- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
10+
- @ts-gql/compiler@0.16.5
11+
312
## 17.0.0
413

514
### Patch Changes

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/next",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"main": "dist/next.cjs.js",
55
"module": "dist/next.esm.js",
66
"exports": {

packages/tag/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-gql/tag
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`
8+
39
## 0.7.0
410

511
### Minor Changes

packages/tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/tag",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"main": "dist/tag.cjs.js",
55
"module": "dist/tag.esm.js",
66
"exports": {

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)