Skip to content

Commit 598de58

Browse files
Version Packages (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f3c6c41 commit 598de58

File tree

11 files changed

+49
-93
lines changed

11 files changed

+49
-93
lines changed

.changeset/gentle-birds-return.md

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

.changeset/shiny-pillows-rule.md

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

packages/groqd-playground/CHANGELOG.md

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

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))
8+
9+
- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
10+
- groqd@0.15.10
11+
312
## 0.0.17
413

514
### Patch Changes

packages/groqd-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "groqd-playground",
33
"private": false,
44
"license": "MIT",
5-
"version": "0.0.17",
5+
"version": "0.0.18",
66
"author": {
77
"name": "Formidable",
88
"url": "https://formidable.com"

packages/groqd/CHANGELOG.md

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

3+
## 0.15.10
4+
5+
### Patch Changes
6+
7+
- Update zod to resolve security vulnerablity ([#233](https://github.com/FormidableLabs/groqd/pull/233))
8+
9+
- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))
10+
311
## 0.15.9
412

513
### Patch Changes

packages/groqd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groqd",
3-
"version": "0.15.9",
3+
"version": "0.15.10",
44
"license": "MIT",
55
"author": {
66
"name": "Formidable",

packages/playground-editor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# playground-editor
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Use same zod version across all packages ([#237](https://github.com/FormidableLabs/groqd/pull/237))
8+
9+
- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
10+
- groqd@0.15.10
11+
312
## 0.0.5
413

514
### Patch Changes

packages/playground-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "groqd-playground-editor",
33
"description": "Code editor for GROQD playground. GROQD Playground will consume this via iframe.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"main": "build/index.html",
66
"license": "MIT",
77
"private": false,
@@ -44,7 +44,7 @@
4444
"webpack-dev-server": "^4.13.2"
4545
},
4646
"dependencies": {
47-
"groqd": "^0.15.3",
47+
"groqd": "^0.15.10",
4848
"lodash.debounce": "^4.0.8",
4949
"lz-string": "^1.5.0",
5050
"monaco-editor": "^0.37.1",

pnpm-lock.yaml

Lines changed: 11 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/CHANGELOG.md

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

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`86b8719`](https://github.com/FormidableLabs/groqd/commit/86b871908d5d2e534c50ba180bf1c6baa489c728), [`f3c6c41`](https://github.com/FormidableLabs/groqd/commit/f3c6c412824ed3f7cf52460569e560b4818d55d5)]:
8+
- groqd@0.15.10
9+
310
## 0.0.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)