Skip to content

Commit 9120940

Browse files
committed
fix
1 parent eab3233 commit 9120940

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

packages/basehub/CHANGELOG.md

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

3+
## 9.5.2
4+
5+
### Patch Changes
6+
7+
- fix
8+
39
## 9.5.1
410

511
### Patch Changes

packages/basehub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basehub",
33
"description": "A very fast Headless CMS.",
44
"author": "JB <[email protected]>",
5-
"version": "9.5.1",
5+
"version": "9.5.2",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",

packages/basehub/src/genql/runtime/_generate-graphql-operation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const parseRequest = (
4141

4242
const argsThatShouldNotBeEnums = [
4343
// image processing args
44-
"format",
4544
"anim",
4645
"background",
4746
"border",

playground/CHANGELOG.md

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

3+
## 0.0.260
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 0.0.259
411

512
### Patch Changes

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.259",
4+
"version": "0.0.260",
55
"scripts": {
66
"dev": "next dev --port 3003",
77
"build": "next build",

0 commit comments

Comments
 (0)