Skip to content

Commit

Permalink
Version Packages (#161)
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 Apr 27, 2023
1 parent 63eb17c commit 82c12d6
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-rules-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bags-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-pans-sort.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- Changed default code in editor, added functionality to copy query to clipboard ([#154](https://github.com/FormidableLabs/groqd/pull/154))

- Updated dependencies [[`3d3eea9`](https://github.com/FormidableLabs/groqd/commit/3d3eea9aa4f0de15fef83043786ff3d6028e9c23), [`63eb17c`](https://github.com/FormidableLabs/groqd/commit/63eb17c077856599770209ec6f223511809977a2)]:
- groqd@0.15.3

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/groqd-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "groqd-playground",
"private": false,
"license": "MIT",
"version": "0.0.9",
"version": "0.0.10",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
Expand Down
8 changes: 8 additions & 0 deletions packages/groqd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.15.3

### Patch Changes

- Move .deref from UnknownQuery to EntityQuery so that one can deref on EntityQuery if need be. ([#160](https://github.com/FormidableLabs/groqd/pull/160))

- Default z.unknown() schema for .grabOne/.grabOne$ methods ([#162](https://github.com/FormidableLabs/groqd/pull/162))

## 0.15.2

### 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,6 +1,6 @@
{
"name": "groqd",
"version": "0.15.2",
"version": "0.15.3",
"license": "MIT",
"author": {
"name": "Formidable",
Expand Down
9 changes: 9 additions & 0 deletions packages/playground-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# playground-editor

## 0.0.5

### Patch Changes

- Changed default code in editor, added functionality to copy query to clipboard ([#154](https://github.com/FormidableLabs/groqd/pull/154))

- Updated dependencies [[`3d3eea9`](https://github.com/FormidableLabs/groqd/commit/3d3eea9aa4f0de15fef83043786ff3d6028e9c23), [`63eb17c`](https://github.com/FormidableLabs/groqd/commit/63eb17c077856599770209ec6f223511809977a2)]:
- groqd@0.15.3

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "groqd-playground-editor",
"description": "Code editor for GROQD playground. GROQD Playground will consume this via iframe.",
"version": "0.0.4",
"version": "0.0.5",
"main": "build/index.html",
"license": "MIT",
"private": false,
Expand Down Expand Up @@ -44,7 +44,7 @@
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"groqd": "^0.15.0",
"groqd": "^0.15.3",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.5.0",
"monaco-editor": "^0.37.1",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 82c12d6

@vercel
Copy link

@vercel vercel bot commented on 82c12d6 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

groqd – ./

groqd-git-main-formidable-labs.vercel.app
groqd.vercel.app
groqd-formidable-labs.vercel.app

Please sign in to comment.