Skip to content

Commit 8995589

Browse files
Version Packages (#124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ecd4a5 commit 8995589

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.changeset/lovely-owls-promise.md

-6
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.2
4+
5+
### Patch Changes
6+
7+
- [`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a) Thanks [@emmatown](https://github.com/emmatown)! - Fix types
8+
9+
- Updated dependencies [[`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a)]:
10+
- @ts-gql/tag@0.7.2
11+
312
## 0.12.1
413

514
### Patch 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.1",
3+
"version": "0.12.2",
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.1"
15+
"@ts-gql/tag": "^0.7.2"
1616
},
1717
"peerDependencies": {
1818
"@apollo/client": "*",

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.2
4+
5+
### Patch Changes
6+
7+
- [`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a) Thanks [@emmatown](https://github.com/emmatown)! - Fix types
8+
39
## 0.7.1
410

511
### Patch 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.1",
3+
"version": "0.7.2",
44
"main": "dist/tag.cjs.js",
55
"module": "dist/tag.esm.js",
66
"exports": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)