Skip to content

Commit 1008850

Browse files
authored
Version Packages (#388)
2 parents 8ede72e + b8e1252 commit 1008850

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/selfish-bees-smoke.md

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

packages/groqd/CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- `filterBy`: support multiple expressions. Expressions will be combined using the `||` "OR" operator. ([#387](https://github.com/FormidableLabs/groqd/pull/387))
8+
39
## 1.7.0
410

511
### 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.7.0",
4+
"version": "1.7.1",
55
"license": "MIT",
66
"author": {
77
"name": "Formidable",

website/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- `filterBy`: support multiple expressions. Expressions will be combined using the `||` "OR" operator. ([#387](https://github.com/FormidableLabs/groqd/pull/387))
8+
9+
- Updated dependencies [[`4dc641d`](https://github.com/FormidableLabs/groqd/commit/4dc641d7948615678e9f5bc1c5088f3a93b92185)]:
10+
- groqd@1.7.1
11+
312
## 0.0.28
413

514
### 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.28",
3+
"version": "0.0.29",
44
"private": true,
55
"scripts": {
66
"dev": "pnpm run gather-types && docusaurus start",

0 commit comments

Comments
 (0)