Skip to content

Commit fc2afcb

Browse files
committed
1 parent fde47d7 commit fc2afcb

File tree

7 files changed

+5043
-2508
lines changed

7 files changed

+5043
-2508
lines changed

packages/komoji/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.7.3 (2025-11-23)
7+
8+
**Note:** Version bump only for package komoji
9+
610
## [0.7.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.7.2) (2025-11-23)
711

812
**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.7.2",
3+
"version": "0.7.3",
44
"author": "Dan Lynch <[email protected]>",
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.15.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.15.3) (2025-11-23)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
610
## [0.15.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.15.2) (2025-11-23)
711

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

packages/schema-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/dev-utils",
@@ -33,10 +33,10 @@
3333
"@babel/parser": "^7.23.6",
3434
"@babel/traverse": "7.28.5",
3535
"@babel/types": "7.28.5",
36-
"komoji": "workspace:*",
3736
"@interweb/fetch-api-client": "workspace:*",
3837
"deepmerge": "^4.3.1",
3938
"fast-json-patch": "^3.1.1",
39+
"komoji": "workspace:*",
4040
"schema-typescript": "workspace:*"
4141
},
4242
"keywords": [

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.13.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.13.3) (2025-11-23)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
610
## [0.13.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.13.2) (2025-11-23)
711

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

packages/schema-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-typescript",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Convert JSON Schema to TypeScript Definitions",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/dev-utils",
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@babel/generator": "^7.28.5",
3333
"@babel/types": "^7.28.5",
34-
"komoji": "workspace:*",
3534
"deepmerge": "^4.3.1",
35+
"komoji": "workspace:*",
3636
"minimatch": "^10.1.1"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)