Skip to content

Commit 2cfb58f

Browse files
Version Packages (#367)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 295e8ff commit 2cfb58f

File tree

8 files changed

+28
-26
lines changed

8 files changed

+28
-26
lines changed

.changeset/lemon-peaches-kneel.md

-5
This file was deleted.

.changeset/silver-nails-destroy.md

-7
This file was deleted.

.changeset/sweet-dots-cough.md

-5
This file was deleted.

.changeset/wicked-ducks-mate.md

-7
This file was deleted.

packages/groqd/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# groqd
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- Feature: added `.asCombined()` utility, which allows projections from multiple types at once ([#366](https://github.com/FormidableLabs/groqd/pull/366))
8+
9+
### Patch Changes
10+
11+
- Feature: added "passthrough" parameter for `raw` ([#362](https://github.com/FormidableLabs/groqd/pull/362))
12+
13+
- Improvement: updated all examples to prefer using `zod` directly, like `z.string()` ([#366](https://github.com/FormidableLabs/groqd/pull/366))
14+
Improvement: export zod as `z`
15+
16+
- Improvement: improved fragment types seen in IDEs ([#365](https://github.com/FormidableLabs/groqd/pull/365))
17+
18+
Chore: ensure we explicitly export types, rather than `export *`, to limit "noise"
19+
320
## 1.2.0
421

522
### Minor Changes

packages/groqd/package.json

+1-1
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.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"author": {
77
"name": "Formidable",

website/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# website
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- Improvement: updated all examples to prefer using `zod` directly, like `z.string()` ([#366](https://github.com/FormidableLabs/groqd/pull/366))
8+
Improvement: export zod as `z`
9+
- Updated dependencies [[`36ae741`](https://github.com/FormidableLabs/groqd/commit/36ae74126fb088e59fce702e5fa8691ae964bb69), [`295e8ff`](https://github.com/FormidableLabs/groqd/commit/295e8ffc5bddeba6e15447741d981cf7f5794392), [`295e8ff`](https://github.com/FormidableLabs/groqd/commit/295e8ffc5bddeba6e15447741d981cf7f5794392), [`4a6601b`](https://github.com/FormidableLabs/groqd/commit/4a6601b90e6d9fdf5ef7b1e6b23170f363b3764d)]:
10+
- groqd@1.3.0
11+
312
## 0.0.22
413

514
### Patch Changes

website/package.json

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

0 commit comments

Comments
 (0)