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

File tree

18 files changed

+79
-28
lines changed

18 files changed

+79
-28
lines changed

.changeset/happy-flowers-try.md

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

packages/apollo/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 0 deletions
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

0 commit comments

Comments
 (0)