Skip to content

Commit

Permalink
Version Packages (#1845)
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 Jun 18, 2024
1 parent 6d72f03 commit d57b0e6
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-parents-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-buttons-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-lemons-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-pears-report.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gqty/cli

## 4.0.2

### Patch Changes

- [#1855](https://github.com/gqty-dev/gqty/pull/1855)
[`6d72f03`](https://github.com/gqty-dev/gqty/commit/6d72f03c806c3f3a42d1cc1f018d96e7973667d3)
Thanks [@vicary](https://github.com/vicary)! - ESM import path for optional
deps in watch mode

- Updated dependencies
[[`a577128`](https://github.com/gqty-dev/gqty/commit/a577128f6c5e929321193f5effed700c6e7d32c8),
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468),
[`dcd6ac2`](https://github.com/gqty-dev/gqty/commit/dcd6ac25cfd463c492b4d12ecdb603ca70894c8b)]:
- gqty@3.1.0

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gqty/cli",
"private": false,
"sideEffects": false,
"version": "4.0.1",
"version": "4.0.2",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# gqty

## 3.1.0

### Minor Changes

- [#1849](https://github.com/gqty-dev/gqty/pull/1849)
[`a577128`](https://github.com/gqty-dev/gqty/commit/a577128f6c5e929321193f5effed700c6e7d32c8)
Thanks [@vicary](https://github.com/vicary)! - Retain sub-selections for empty
arrays and null objects

### Patch Changes

- [#1850](https://github.com/gqty-dev/gqty/pull/1850)
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468)
Thanks [@vicary](https://github.com/vicary)! - Apply eslint and fix lint
errors

- [`dcd6ac2`](https://github.com/gqty-dev/gqty/commit/dcd6ac25cfd463c492b4d12ecdb603ca70894c8b)
Thanks [@vicary](https://github.com/vicary)! - Upgrade jest for Prettier v3

## 3.0.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.0.1",
"version": "3.1.0",
"description": "gqty client without queries",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gqty/logger

## 4.0.0

### Patch Changes

- Updated dependencies
[[`a577128`](https://github.com/gqty-dev/gqty/commit/a577128f6c5e929321193f5effed700c6e7d32c8),
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468),
[`dcd6ac2`](https://github.com/gqty-dev/gqty/commit/dcd6ac25cfd463c492b4d12ecdb603ca70894c8b)]:
- gqty@3.1.0

## 3.0.1

### 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.1",
"version": "4.0.0",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gqty/react

## 4.0.0

### Patch Changes

- [#1850](https://github.com/gqty-dev/gqty/pull/1850)
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468)
Thanks [@vicary](https://github.com/vicary)! - Apply eslint and fix lint
errors

- Updated dependencies
[[`a577128`](https://github.com/gqty-dev/gqty/commit/a577128f6c5e929321193f5effed700c6e7d32c8),
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468),
[`dcd6ac2`](https://github.com/gqty-dev/gqty/commit/dcd6ac25cfd463c492b4d12ecdb603ca70894c8b)]:
- gqty@3.1.0

## 3.0.1

### 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.1",
"version": "4.0.0",
"private": false,
"sideEffects": false,
"homepage": "https://gqty.dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gqty/subscriptions

## 4.0.0

### Patch Changes

- Updated dependencies
[[`a577128`](https://github.com/gqty-dev/gqty/commit/a577128f6c5e929321193f5effed700c6e7d32c8),
[`3e5cd7d`](https://github.com/gqty-dev/gqty/commit/3e5cd7d81fbe537bd4237cfd8584982b5f1b6468),
[`dcd6ac2`](https://github.com/gqty-dev/gqty/commit/dcd6ac25cfd463c492b4d12ecdb603ca70894c8b)]:
- gqty@3.1.0

## 3.0.1

### 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,7 +1,7 @@
{
"name": "@gqty/subscriptions",
"private": true,
"version": "3.0.1",
"version": "4.0.0",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down

0 comments on commit d57b0e6

Please sign in to comment.