Skip to content

Commit db30bc2

Browse files
committed
chore(release): publish
- inflekt@0.6.0 - komoji@0.9.0 - schema-sdk@0.16.3 - schema-typescript@0.14.3
1 parent 046acbc commit db30bc2

9 files changed

Lines changed: 5249 additions & 2618 deletions

File tree

packages/inflekt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6.0](https://github.com/constructive-io/dev-utils/compare/inflekt@0.5.1...inflekt@0.6.0) (2026-03-27)
7+
8+
### Features
9+
10+
- **inflekt:** re-export toSnakeCase and toConstantCase from komoji ([c8558c6](https://github.com/constructive-io/dev-utils/commit/c8558c6c75537443cb48ccdd018ae65a2cc340a0))
11+
- unify casing libraries — komoji as origin of truth ([da6da94](https://github.com/constructive-io/dev-utils/commit/da6da941a554b4a41bd37d262b161595af3c663e))
12+
613
## [0.5.1](https://github.com/constructive-io/dev-utils/compare/inflekt@0.5.0...inflekt@0.5.1) (2026-03-26)
714

815
**Note:** Version bump only for package inflekt

packages/inflekt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflekt",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Inflection utilities for pluralization and singularization with PostGraphile-compatible Latin suffix handling",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

packages/komoji/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.9.0](https://github.com/constructive-io/dev-utils/compare/komoji@0.8.1...komoji@0.9.0) (2026-03-27)
7+
8+
### Features
9+
10+
- unify casing libraries — komoji as origin of truth ([da6da94](https://github.com/constructive-io/dev-utils/commit/da6da941a554b4a41bd37d262b161595af3c663e))
11+
612
## [0.8.1](https://github.com/constructive-io/dev-utils/compare/komoji@0.8.0...komoji@0.8.1) (2026-01-29)
713

814
**Note:** Version bump only for package komoji

packages/komoji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "komoji",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "the tiny case transformer — effortlessly transform strings between naming conventions",
66
"main": "index.js",

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.3](https://github.com/constructive-io/dev-utils/compare/schema-sdk@0.16.2...schema-sdk@0.16.3) (2026-03-27)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
610
## [0.16.2](https://github.com/constructive-io/dev-utils/compare/schema-sdk@0.16.1...schema-sdk@0.16.2) (2026-03-26)
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.2",
3+
"version": "0.16.3",
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: 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.14.3](https://github.com/constructive-io/dev-utils/compare/schema-typescript@0.14.2...schema-typescript@0.14.3) (2026-03-27)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
610
## [0.14.2](https://github.com/constructive-io/dev-utils/compare/schema-typescript@0.14.1...schema-typescript@0.14.2) (2026-03-26)
711

812
### Bug Fixes

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.2",
3+
"version": "0.14.3",
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)