Skip to content

Commit 595ee39

Browse files
Version Packages (#371)
* Version Packages * build: avoid merge conflicts with `groqd-legacy-publish` branch --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: scottrippey <scottrippey@users.noreply.github.com>
1 parent c89516a commit 595ee39

8 files changed

Lines changed: 23 additions & 13 deletions

File tree

.changeset/hungry-ligers-provide.md

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

.changeset/seven-rice-flash.md

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

packages/groqd-legacy/CHANGELOG.md

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

3+
## 0.15.13
4+
5+
### Patch Changes
6+
7+
- Fixed a bug where the q.contentBlock() function would miss blocks whose marks property was omitted or undefined. ([#370](https://github.com/FormidableLabs/groqd/pull/370))
8+
39
## 0.15.12
410

511
### Patch Changes

packages/groqd-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "groqd-legacy",
33
"private": true,
4-
"version": "0.15.12",
54
"license": "MIT",
5+
"version": "0.15.13",
66
"author": {
77
"name": "Formidable",
88
"url": "https://formidable.com"

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.3.1
4+
5+
### Patch Changes
6+
7+
- Fix: ensure we can get fields from `block` and `reference` objects ([#373](https://github.com/FormidableLabs/groqd/pull/373))
8+
39
## 1.3.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.3.0",
4+
"version": "1.3.1",
55
"license": "MIT",
66
"author": {
77
"name": "Formidable",

website/CHANGELOG.md

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

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c89516a`](https://github.com/FormidableLabs/groqd/commit/c89516a30113f00ebc182c7f5a9f2985fccdea82), [`3fbb4f1`](https://github.com/FormidableLabs/groqd/commit/3fbb4f17b62412dbe0142ea4b8745af045c53481)]:
8+
- groqd@1.3.1
9+
- groqd-legacy@0.15.13
10+
311
## 0.0.23
412

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

0 commit comments

Comments
 (0)