Skip to content

Commit

Permalink
Version Packages (#2034)
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 Nov 11, 2024
1 parent f681c06 commit 45c4d90
Show file tree
Hide file tree
Showing 18 changed files with 558 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-apes-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-students-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-donkeys-hammer.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "0.2.1",
"private": true,
"license": "MIT",
"author": "PabloSzx <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gqty/cli

## 4.2.1

### Patch Changes

- [`92498f8`](https://github.com/gqty-dev/gqty/commit/92498f8c3944f6322b7d91925531fd278ee4da81)
Thanks [@vicary](https://github.com/vicary)! - allow default auto-detected
frameworks

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 4.2.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.2.0",
"version": "4.2.1",
"description": "Interactive codegen for GQty",
"keywords": [
"client",
Expand Down
14 changes: 14 additions & 0 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# gqty

## 3.2.2

### Patch Changes

- [#2033](https://github.com/gqty-dev/gqty/pull/2033)
[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4)
Thanks [@vicary](https://github.com/vicary)! - fix(gqty): onSubscribe for
connected WebSockets

- [#2035](https://github.com/gqty-dev/gqty/pull/2035)
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)
Thanks [@bkniffler](https://github.com/bkniffler)! - fix(package/gqty): remove
async keyword from default error handler

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqty",
"version": "3.2.1",
"version": "3.2.2",
"description": "The No-GraphQL Client for TypeScript",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqty/logger

## 3.0.5

### Patch Changes

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 3.0.4

### 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.4",
"version": "3.0.5",
"description": "A debug logger for GQty",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqty/react

## 3.0.5

### Patch Changes

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 3.0.4

### 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.4",
"version": "3.0.5",
"description": "The No-GraphQL Client for React",
"keywords": [
"cache",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqty/solid

## 0.2.2

### Patch Changes

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/solid",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"description": "The No-GraphQL Client for React",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqty/subscriptions

## 3.0.4

### Patch Changes

- Updated dependencies
[[`f681c06`](https://github.com/gqty-dev/gqty/commit/f681c06b2af6d979a5d9af92e087872c17234af4),
[`ee30fe3`](https://github.com/gqty-dev/gqty/commit/ee30fe39f2ebf512716247d9ae37eb6dbd33f8eb)]:
- [email protected]

## 3.0.3

### 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.3",
"version": "3.0.4",
"private": true,
"homepage": "https://gqty.dev",
"repository": {
Expand Down
Loading

0 comments on commit 45c4d90

Please sign in to comment.