Skip to content

Commit

Permalink
Version Packages (#2134)
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 9, 2025
1 parent 58fcb85 commit 9a3ece3
Show file tree
Hide file tree
Showing 12 changed files with 309 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-vans-move.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.3

### Patch Changes

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

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.3

### Patch Changes

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

## 4.2.2

### 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.2",
"version": "4.2.3",
"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.0

### Minor Changes

- [#2062](https://github.com/gqty-dev/gqty/pull/2062)
[`d379a9f`](https://github.com/gqty-dev/gqty/commit/d379a9fccfdda4cda119743bb8d33f701186e6a3)
Thanks [@vicary](https://github.com/vicary)! - reduce bundle size with ohash
over object-hash

## 3.3.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.3.0",
"version": "3.4.0",
"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.3.0"
"gqty": "workspace:^3.4.0"
},
"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.23.0"
},
"peerDependencies": {
"gqty": "workspace:^3.3.0",
"gqty": "workspace:^3.4.0",
"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.3.0",
"gqty": "workspace:^3.4.0",
"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.3.0",
"gqty": "workspace:^3.4.0",
"graphql": "*"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 9a3ece3

Please sign in to comment.