Skip to content

Commit 0ae0168

Browse files
Version Packages (#379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4c3dd9 commit 0ae0168

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/dry-elephants-collect.md

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

packages/groqd/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- Feature: support "query syntax" in conditionals ([#378](https://github.com/FormidableLabs/groqd/pull/378))
8+
Feature: support `.value(...)` and `.star` at the subquery level
9+
310
## 1.4.0
411

512
### 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.4.0",
4+
"version": "1.5.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b4c3dd9`](https://github.com/FormidableLabs/groqd/commit/b4c3dd9f1baaf2e25415d532ff7d4388a136b43f)]:
8+
- groqd@1.5.0
9+
310
## 0.0.25
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.25",
3+
"version": "0.0.26",
44
"private": true,
55
"scripts": {
66
"dev": "pnpm run gather-types && docusaurus start",

0 commit comments

Comments
 (0)