Skip to content

Commit 8cbbd43

Browse files
github-actions[bot]vicary
authored andcommitted
Version Packages
1 parent 4942054 commit 8cbbd43

File tree

6 files changed

+25
-12
lines changed

6 files changed

+25
-12
lines changed

.changeset/every-snails-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-bats-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @gqty/cli
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#1773](https://github.com/gqty-dev/gqty/pull/1773)
8+
[`4942054`](https://github.com/gqty-dev/gqty/commit/4942054dfaf4dcab341ea2b94d68ed74ad4937c7)
9+
Thanks [@vicary](https://github.com/vicary)! - Split ScalarsEnums and
10+
increased default Cache expiry in the generated client
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
[[`13fa932`](https://github.com/gqty-dev/gqty/commit/13fa9329d25f29c8aabdb46ae9675aaf800808c9)]:
16+
17+
318
## 4.3.0
419

520
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gqty/cli",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Interactive codegen for GQty",
55
"keywords": [
66
"client",

packages/gqty/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# gqty
22

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- [`13fa932`](https://github.com/gqty-dev/gqty/commit/13fa9329d25f29c8aabdb46ae9675aaf800808c9)
8+
Thanks [@vicary](https://github.com/vicary)! - Allow subscription to all cache
9+
changes
10+
311
## 3.5.0
412

513
### Minor Changes

packages/gqty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gqty",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "The No-GraphQL Client for TypeScript",
55
"homepage": "https://gqty.dev",
66
"repository": {

0 commit comments

Comments
 (0)