Skip to content

Commit 33f291c

Browse files
github-actions[bot]vicary
authored andcommitted
Version Packages (#2002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ef0b380 commit 33f291c

7 files changed

Lines changed: 556 additions & 22 deletions

File tree

.changeset/five-terms-collect.md.md

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

.changeset/honest-fishes-tickle.md

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

packages/cli/CHANGELOG.md

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

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#1758](https://github.com/gqty-dev/gqty/pull/1758)
8+
[`3297a2d`](https://github.com/gqty-dev/gqty/commit/3297a2dbfd06a4952acef4cc7fab0d14a002b986)
9+
Thanks [@vicary](https://github.com/vicary)! - Improves Solid support using
10+
createResource over createSignal
11+
312
## 4.1.2
413

514
### Patch 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.1.2",
3+
"version": "4.2.0",
44
"description": "Interactive codegen for GQty",
55
"keywords": [
66
"client",

packages/solid/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @gqty/solid
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#1758](https://github.com/gqty-dev/gqty/pull/1758)
8+
[`3297a2d`](https://github.com/gqty-dev/gqty/commit/3297a2dbfd06a4952acef4cc7fab0d14a002b986)
9+
Thanks [@vicary](https://github.com/vicary)! - Improves Solid support using
10+
createResource over createSignal
11+
12+
### Patch Changes
13+
14+
- [#2006](https://github.com/gqty-dev/gqty/pull/2006)
15+
[`da614b9`](https://github.com/gqty-dev/gqty/commit/da614b91c89affbe90bfe6a36a6cef90144375b8)
16+
Thanks [@vicary](https://github.com/vicary)! - Prevents Suspense leaking

packages/solid/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gqty/solid",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": false,
55
"keywords": [
66
"cache",
@@ -45,6 +45,7 @@
4545
"jsdom": "^24.0.0",
4646
"test-utils": "workspace:^",
4747
"typescript": "^5.4.5",
48+
"vite": "^5.4.2",
4849
"vite-plugin-solid": "^2.8.2",
4950
"vitest": "^2.0.4"
5051
},

0 commit comments

Comments
 (0)