Skip to content

Commit

Permalink
Version Packages (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 31, 2025
1 parent 3db304b commit d2dab36
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-penguins-sniff.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/groqd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# groqd

## 1.0.4

### Patch Changes

- Fix: ensure `filter` can be chained after a `deref` ([#329](https://github.com/FormidableLabs/groqd/pull/329))
Fixes #323

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/groqd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "groqd",
"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.",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"author": {
"name": "Formidable",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 0.0.15

### Patch Changes

- Updated dependencies [[`3db304b`](https://github.com/FormidableLabs/groqd/commit/3db304b1aed9613d1e1a1ea3246f6ce23a0ccbea)]:
- [email protected]

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"scripts": {
"dev": "pnpm run gather-types && docusaurus start",
Expand Down

0 comments on commit d2dab36

Please sign in to comment.