Skip to content

Commit 0f85906

Browse files
committed
chore(release): publish
- schema-sdk@0.16.2 - schema-typescript@0.14.2
1 parent 1dc881b commit 0f85906

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

packages/schema-sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.2](https://github.com/constructive-io/dev-utils/compare/schema-sdk@0.16.1...schema-sdk@0.16.2) (2026-03-26)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
610
## [0.16.1](https://github.com/constructive-io/dev-utils/compare/schema-sdk@0.16.0...schema-sdk@0.16.1) (2026-01-29)
711

812
**Note:** Version bump only for package schema-sdk

packages/schema-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

packages/schema-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.2](https://github.com/constructive-io/dev-utils/compare/schema-typescript@0.14.1...schema-typescript@0.14.2) (2026-03-26)
7+
8+
### Bug Fixes
9+
10+
- **schema-typescript:** handle numeric and boolean enum/const values ([6573fc9](https://github.com/constructive-io/dev-utils/commit/6573fc9afea62dc43a01712edcf91b0a5c7ec0c2))
11+
612
## [0.14.1](https://github.com/constructive-io/dev-utils/compare/schema-typescript@0.14.0...schema-typescript@0.14.1) (2026-01-29)
713

814
**Note:** Version bump only for package schema-typescript

packages/schema-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-typescript",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Convert JSON Schema to TypeScript Definitions",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

0 commit comments

Comments
 (0)