Skip to content

Commit

Permalink
Version Packages (#124)
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 Jan 15, 2024
1 parent 2ecd4a5 commit 8995589
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-owls-promise.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/apollo

## 0.12.2

### Patch Changes

- [`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a) Thanks [@emmatown](https://github.com/emmatown)! - Fix types

- Updated dependencies [[`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a)]:
- @ts-gql/tag@0.7.2

## 0.12.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/apollo",
"version": "0.12.1",
"version": "0.12.2",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"exports": {
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.7.1"
"@ts-gql/tag": "^0.7.2"
},
"peerDependencies": {
"@apollo/client": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/tag

## 0.7.2

### Patch Changes

- [`2ecd4a5`](https://github.com/Thinkmill/ts-gql/commit/2ecd4a569ca7964cce876d24d73b901c14d4526a) Thanks [@emmatown](https://github.com/emmatown)! - Fix types

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/tag",
"version": "0.7.1",
"version": "0.7.2",
"main": "dist/tag.cjs.js",
"module": "dist/tag.esm.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8995589

Please sign in to comment.