Skip to content

Commit

Permalink
Version Packages (#1993)
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] authored Aug 13, 2024
1 parent c222005 commit 3ac5efe
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-crabs-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-sheep-join.md

This file was deleted.

16 changes: 16 additions & 0 deletions internal/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# test-utils

## 0.2.0

### Minor Changes

- [#1992](https://github.com/gqty-dev/gqty/pull/1992)
[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)
Thanks [@vicary](https://github.com/vicary)! - A new mocked test client for
testing

### Patch Changes

- Updated dependencies
[[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]:
- [email protected]
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-utils",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/cli

## 4.1.1

### Patch Changes

- Updated dependencies
[[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]:
- [email protected]

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Interactive codegen for GQty",
"keywords": [
"client",
Expand Down
9 changes: 9 additions & 0 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# gqty

## 3.2.1

### Patch Changes

- [#1992](https://github.com/gqty-dev/gqty/pull/1992)
[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)
Thanks [@vicary](https://github.com/vicary)! - Allow `resolve` to return
`null`

## 3.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gqty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqty",
"version": "3.2.0",
"version": "3.2.1",
"description": "The No-GraphQL Client for TypeScript",
"homepage": "https://gqty.dev",
"repository": {
Expand Down Expand Up @@ -109,7 +109,7 @@
"p-lazy": "^3.1.0",
"serve": "^14.2.3",
"size-limit": "^11.1.4",
"test-utils": "workspace:^0.1.0",
"test-utils": "workspace:^0.2.0",
"tsc-watch": "^6.2.0",
"type-fest": "^4.24.0",
"typescript": "^5.5.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/logger

## 3.0.4

### Patch Changes

- Updated dependencies
[[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]:
- [email protected]

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/logger",
"version": "3.0.3",
"version": "3.0.4",
"description": "A debug logger for GQty",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/react

## 3.0.4

### Patch Changes

- Updated dependencies
[[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]:
- [email protected]

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/react",
"version": "3.0.3",
"version": "3.0.4",
"description": "The No-GraphQL Client for React",
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/subscriptions

## 3.0.3

### Patch Changes

- Updated dependencies
[[`c222005`](https://github.com/gqty-dev/gqty/commit/c222005ef1295f06f6ed6abcedccc512405d8771)]:
- [email protected]

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/subscriptions",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"homepage": "https://gqty.dev",
"repository": {
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 3ac5efe

Please sign in to comment.