Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent a7c532a commit 3132f4c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/ten-trains-leave.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.1

### Patch Changes

- Added: export `createGroqBuilder` as shortcut for `createGroqBuilderWithZod` ([#314](https://github.com/FormidableLabs/groqd/pull/314))
Docs: updated sample code

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.12

### Patch Changes

- Updated dependencies [[`a7c532a`](https://github.com/FormidableLabs/groqd/commit/a7c532a14ff4e91f26fb0c146c9696ec11f48a8a)]:
- [email protected]

## 0.0.11

### 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"dev": "pnpm run gather-types && docusaurus start",
Expand Down

0 comments on commit 3132f4c

Please sign in to comment.