Skip to content

Commit fd1288d

Browse files
authored
Version Packages (#386)
2 parents 4c81159 + 55dee40 commit fd1288d

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.changeset/kind-lies-act.md

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

.changeset/nine-balloons-add.md

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

packages/groqd/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# groqd
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- Fix: simplify Fragments types to eliminate `"Type instantiation is excessively deep and possibly infinite."` errors ([#385](https://github.com/FormidableLabs/groqd/pull/385))
8+
9+
### Patch Changes
10+
11+
- Feature: reduce dependency on Zod to ensure wider compatibility between Zod versions ([#385](https://github.com/FormidableLabs/groqd/pull/385))
12+
313
## 1.6.0
414

515
### Minor Changes

packages/groqd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "groqd",
33
"description": "GroqD is a GROQ query builder, designed to give the best GROQ developer experience possible, with the flexibility of GROQ, the runtime safety of Zod, and provides schema-aware auto-completion and type-checking.",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"license": "MIT",
66
"author": {
77
"name": "Formidable",

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# website
22

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`28a3276`](https://github.com/FormidableLabs/groqd/commit/28a32766a135c580d6eb7218043afc42bbd4bef6), [`c2ed5a6`](https://github.com/FormidableLabs/groqd/commit/c2ed5a622cc61cb54e8d1455d48061b24d1fce46)]:
8+
- groqd@1.7.0
9+
310
## 0.0.27
411

512
### Patch Changes

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"private": true,
55
"scripts": {
66
"dev": "pnpm run gather-types && docusaurus start",

0 commit comments

Comments
 (0)