Skip to content

Commit

Permalink
Version Packages (#2052)
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 Feb 4, 2025
1 parent dffc712 commit 6ffcc4d
Show file tree
Hide file tree
Showing 20 changed files with 109 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-peaches-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-kings-smell.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/moody-fireants-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-mails-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-moles-heal.md

This file was deleted.

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

## 0.2.2

### Patch Changes

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

## 0.2.1

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

## 4.2.2

### Patch Changes

- [`3f89bf4`](https://github.com/gqty-dev/gqty/commit/3f89bf4f11462cc1f86c499c08641cca367ee7cd)
Thanks [@vicary](https://github.com/vicary)! - include version range in
peerDependencies

- [`d16d70b`](https://github.com/gqty-dev/gqty/commit/d16d70b7606c558d03f3c8755070980de175339a)
Thanks [@vicary](https://github.com/vicary)! - defaults to javascript clients
when target is .js

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

## 4.2.1

### Patch Changes
Expand Down Expand Up @@ -413,8 +429,8 @@

### Patch Changes

- 28e2c09: [Bug fixing breaking change] Fix types and retrieval of unions/interfaces
of different object types
- 28e2c09: [Bug fixing breaking change] Fix types and retrieval of
unions/interfaces of different object types
- Updated dependencies [28e2c09]
- [email protected]

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/cli",
"version": "4.2.1",
"version": "4.2.2",
"description": "Interactive codegen for GQty",
"keywords": [
"client",
Expand Down Expand Up @@ -84,7 +84,7 @@
"cosmiconfig": "^9.0.0",
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.3",
"gqty": "workspace:^3.0.0",
"gqty": "workspace:^",
"graphql": "^16.9.0",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.8",
Expand Down
13 changes: 11 additions & 2 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# gqty

## 3.3.0

### Minor Changes

- [#2058](https://github.com/gqty-dev/gqty/pull/2058)
[`a9502fc`](https://github.com/gqty-dev/gqty/commit/a9502fc4e5c627e635ba8d156cb5c2128548ebe6)
Thanks [@vicary](https://github.com/vicary)! - Use GraphQLError over plain
objects in defaultResponseHandler

## 3.2.2

### Patch Changes
Expand Down Expand Up @@ -347,8 +356,8 @@

### Patch Changes

- 28e2c09: [Bug fixing breaking change] Fix types and retrieval of unions/interfaces
of different object types
- 28e2c09: [Bug fixing breaking change] Fix types and retrieval of
unions/interfaces of different object types

## 2.0.0

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.2",
"version": "3.3.0",
"description": "The No-GraphQL Client for TypeScript",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gqty/logger

## 3.0.6

### Patch Changes

- [`3f89bf4`](https://github.com/gqty-dev/gqty/commit/3f89bf4f11462cc1f86c499c08641cca367ee7cd)
Thanks [@vicary](https://github.com/vicary)! - include version range in
peerDependencies

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

## 3.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/logger",
"version": "3.0.5",
"version": "3.0.6",
"description": "A debug logger for GQty",
"homepage": "https://gqty.dev",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"gqty": "workspace:^3.0.0"
"gqty": "workspace:^3.3.0"
},
"engines": {
"node": "^12.20.0 || >=14.13.0"
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @gqty/react

## 3.1.0

### Minor Changes

- [#2049](https://github.com/gqty-dev/gqty/pull/2049)
[`2367645`](https://github.com/gqty-dev/gqty/commit/23676456c0739f7841643f3fea215ac7c77ce026)
Thanks [@vicary](https://github.com/vicary)! - streaming SSR on react-dom@>=18

### Patch Changes

- [`3f89bf4`](https://github.com/gqty-dev/gqty/commit/3f89bf4f11462cc1f86c499c08641cca367ee7cd)
Thanks [@vicary](https://github.com/vicary)! - include version range in
peerDependencies

- [`5032bc2`](https://github.com/gqty-dev/gqty/commit/5032bc2a551496ebc5cecc4c8926890acf3eea7d)
Thanks [@vicary](https://github.com/vicary)! - fix(package/react): prevent
render loops from SWR fetches

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

## 3.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/react",
"version": "3.0.5",
"version": "3.1.0",
"description": "The No-GraphQL Client for React",
"keywords": [
"cache",
Expand Down Expand Up @@ -121,7 +121,7 @@
"typescript-eslint": "^8.4.0"
},
"peerDependencies": {
"gqty": "workspace:^3.0.0",
"gqty": "workspace:^3.3.0",
"graphql": "*",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gqty/solid

## 0.2.3

### Patch Changes

- [`3f89bf4`](https://github.com/gqty-dev/gqty/commit/3f89bf4f11462cc1f86c499c08641cca367ee7cd)
Thanks [@vicary](https://github.com/vicary)! - include version range in
peerDependencies

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

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/solid",
"version": "0.2.2",
"version": "0.2.3",
"private": false,
"description": "The No-GraphQL Client for React",
"keywords": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"vitest": "^2.0.5"
},
"peerDependencies": {
"gqty": "workspace:^3.0.0",
"gqty": "workspace:^3.3.0",
"solid-js": "^1.6.0"
},
"peerDependenciesMeta": {
Expand Down
12 changes: 12 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gqty/subscriptions

## 3.0.5

### Patch Changes

- [`3f89bf4`](https://github.com/gqty-dev/gqty/commit/3f89bf4f11462cc1f86c499c08641cca367ee7cd)
Thanks [@vicary](https://github.com/vicary)! - include version range in
peerDependencies

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

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/subscriptions",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"homepage": "https://gqty.dev",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"gqty": "workspace:^3.0.0",
"gqty": "workspace:^3.3.0",
"graphql": "*"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 6ffcc4d

Please sign in to comment.