Skip to content

Commit f913dcc

Browse files
Version Packages (#41)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 72e86a6 commit f913dcc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/famous-garlics-perform.md

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

packages/sdk-gen/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @bsmnt/sdk-gen
22

3+
## 1.2.5
4+
5+
### Patch Changes
6+
7+
- 72e86a6: Add optional params to sdk-gen config.
8+
9+
- MaybeValue: Set type for Maybe in the generated file. Accepts a string.
10+
- InputMaybeValue: Set type for InputMaybe in the generated file. Accepts a string.
11+
- AvoidOptionals: If true it disables optional types on the generated schema. Accepts true or false.
12+
313
## 1.2.4
414

515
### Patch Changes

packages/sdk-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bsmnt/sdk-gen",
33
"author": "basement.studio <dev@basement.studio>",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"main": "./dist/index.js",
66
"types": "./dist/types.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)