Skip to content

Commit

Permalink
Version Packages (#2155)
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 11, 2025
1 parent 1d5ddfd commit bf87146
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-berries-yawn.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.4

### Patch Changes

- Updated dependencies
[[`1d5ddfd`](https://github.com/gqty-dev/gqty/commit/1d5ddfd36bd88fdb86ecb424e78a2f388bfe3560)]:
- [email protected]

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.2.5

### Patch Changes

- Updated dependencies
[[`1d5ddfd`](https://github.com/gqty-dev/gqty/commit/1d5ddfd36bd88fdb86ecb424e78a2f388bfe3560)]:
- [email protected]

## 4.2.4

### Patch 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.4",
"version": "4.2.5",
"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.4.1

### Patch Changes

- [#2154](https://github.com/gqty-dev/gqty/pull/2154)
[`1d5ddfd`](https://github.com/gqty-dev/gqty/commit/1d5ddfd36bd88fdb86ecb424e78a2f388bfe3560)
Thanks [@andrewpeters9](https://github.com/andrewpeters9)! - mave ohash to
normal dependency

## 3.4.0

### Minor 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.4.0",
"version": "3.4.1",
"description": "The No-GraphQL Client for TypeScript",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"gqty": "workspace:^3.4.0"
"gqty": "workspace:^3.4.1"
},
"engines": {
"node": "^12.20.0 || >=14.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"typescript-eslint": "^8.24.0"
},
"peerDependencies": {
"gqty": "workspace:^3.4.0",
"gqty": "workspace:^3.4.1",
"graphql": "*",
"graphql-sse": "^2.5.4",
"graphql-ws": "^5.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vitest": "^3.0.5"
},
"peerDependencies": {
"gqty": "workspace:^3.4.0",
"gqty": "workspace:^3.4.1",
"solid-js": "^1.9.4"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.7.3"
},
"peerDependencies": {
"gqty": "workspace:^3.4.0",
"gqty": "workspace:^3.4.1",
"graphql": "*"
},
"peerDependenciesMeta": {
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 bf87146

Please sign in to comment.