Skip to content

Commit

Permalink
Version Packages (#236)
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] committed Nov 8, 2023
1 parent f3c6c41 commit 598de58
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 93 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-birds-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-pillows-rule.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.18

### Patch Changes

- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))

- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
- groqd@0.15.10

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.10

### Patch Changes

- Update zod to resolve security vulnerablity ([#233](https://github.com/FormidableLabs/groqd/pull/233))

- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))

## 0.15.9

### 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.9",
"version": "0.15.10",
"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.6

### Patch Changes

- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))

- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
- groqd@0.15.10

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.3",
"groqd": "^0.15.10",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.5.0",
"monaco-editor": "^0.37.1",
Expand Down
87 changes: 11 additions & 76 deletions pnpm-lock.yaml

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

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.6

### Patch Changes

- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
- groqd@0.15.10

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

1 comment on commit 598de58

@vercel
Copy link

@vercel vercel bot commented on 598de58 Nov 8, 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.vercel.app
groqd-git-main-formidable-labs.vercel.app
groqd-formidable-labs.vercel.app

Please sign in to comment.