Skip to content

Commit

Permalink
Version Packages (#2002)
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
2 people authored and vicary committed Aug 26, 2024
1 parent ef0b380 commit d56f87e
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-terms-collect.md.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-fishes-tickle.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqty/cli

## 4.2.0

### Minor Changes

- [#1758](https://github.com/gqty-dev/gqty/pull/1758)
[`3297a2d`](https://github.com/gqty-dev/gqty/commit/3297a2dbfd06a4952acef4cc7fab0d14a002b986)
Thanks [@vicary](https://github.com/vicary)! - Improves Solid support using
createResource over createSignal

## 4.1.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.1.2",
"version": "4.2.0",
"description": "Interactive codegen for GQty",
"keywords": [
"client",
Expand Down
16 changes: 16 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @gqty/solid

## 0.2.0

### Minor Changes

- [#1758](https://github.com/gqty-dev/gqty/pull/1758)
[`3297a2d`](https://github.com/gqty-dev/gqty/commit/3297a2dbfd06a4952acef4cc7fab0d14a002b986)
Thanks [@vicary](https://github.com/vicary)! - Improves Solid support using
createResource over createSignal

### Patch Changes

- [#2006](https://github.com/gqty-dev/gqty/pull/2006)
[`da614b9`](https://github.com/gqty-dev/gqty/commit/da614b91c89affbe90bfe6a36a6cef90144375b8)
Thanks [@vicary](https://github.com/vicary)! - Prevents Suspense leaking
3 changes: 2 additions & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/solid",
"version": "0.1.0",
"version": "0.2.0",
"private": false,
"keywords": [
"cache",
Expand Down Expand Up @@ -45,6 +45,7 @@
"jsdom": "^24.0.0",
"test-utils": "workspace:^",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vite-plugin-solid": "^2.8.2",
"vitest": "^2.0.4"
},
Expand Down
Loading

0 comments on commit d56f87e

Please sign in to comment.