Skip to content

Commit b4fa233

Browse files
committed
chore(release): publish
- create-gen-app@0.2.0 - create-gen-app-test@0.1.5 - komoji@0.7.7 - schema-sdk@0.15.7 - schema-typescript@0.13.7
1 parent b61ebe7 commit b4fa233

File tree

11 files changed

+5066
-2506
lines changed

11 files changed

+5066
-2506
lines changed

packages/create-gen-app-test/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.1.5](https://github.com/hyperweb-io/dev-utils/compare/create-gen-app-test@0.1.4...create-gen-app-test@0.1.5) (2025-11-25)
7+
8+
### Bug Fixes
9+
10+
- **create-gen-app-test:** move integration-helpers to fix TypeScript rootDir error ([689e65d](https://github.com/hyperweb-io/dev-utils/commit/689e65db1400442b58eddfe1c6b61efdb77d556f))
11+
612
## [0.1.4](https://github.com/hyperweb-io/dev-utils/compare/create-gen-app-test@0.1.3...create-gen-app-test@0.1.4) (2025-11-24)
713

814
**Note:** Version bump only for package create-gen-app-test

packages/create-gen-app-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app-test",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Integration tests for create-gen-app with cache leveraging",
66
"main": "index.js",
@@ -40,4 +40,4 @@
4040
"makage": "0.1.5"
4141
},
4242
"keywords": []
43-
}
43+
}

packages/create-gen-app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2.0](https://github.com/hyperweb-io/dev-utils/compare/create-gen-app@0.1.7...create-gen-app@0.2.0) (2025-11-25)
7+
8+
### Bug Fixes
9+
10+
- **create-gen-app:** update tests to match camelCase variable naming ([5fe54b5](https://github.com/hyperweb-io/dev-utils/commit/5fe54b5bc2e1dadeb4c349b8c0f0bc7e83eee322))
11+
12+
### Features
13+
14+
- **create-gen-app:** add template caching with appstash ([8118699](https://github.com/hyperweb-io/dev-utils/commit/8118699f6322d1800cf27b969303e11b2195725c))
15+
616
## [0.1.7](https://github.com/hyperweb-io/dev-utils/compare/create-gen-app@0.1.6...create-gen-app@0.1.7) (2025-11-24)
717

818
**Note:** Version bump only for package create-gen-app

packages/create-gen-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",
@@ -36,4 +36,4 @@
3636
"makage": "0.1.5"
3737
},
3838
"keywords": []
39-
}
39+
}

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.7](https://github.com/hyperweb-io/dev-utils/compare/komoji@0.7.6...komoji@0.7.7) (2025-11-25)
7+
8+
**Note:** Version bump only for package komoji
9+
610
## [0.7.6](https://github.com/hyperweb-io/dev-utils/compare/komoji@0.7.5...komoji@0.7.6) (2025-11-24)
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.6",
3+
"version": "0.7.7",
44
"author": "Dan Lynch <pyramation@gmail.com>",
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.7](https://github.com/hyperweb-io/dev-utils/compare/schema-sdk@0.15.6...schema-sdk@0.15.7) (2025-11-25)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
610
## [0.15.6](https://github.com/hyperweb-io/dev-utils/compare/schema-sdk@0.15.5...schema-sdk@0.15.6) (2025-11-24)
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.15.6",
3+
"version": "0.15.7",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-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.13.7](https://github.com/hyperweb-io/dev-utils/compare/schema-typescript@0.13.6...schema-typescript@0.13.7) (2025-11-25)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
610
## [0.13.6](https://github.com/hyperweb-io/dev-utils/compare/schema-typescript@0.13.5...schema-typescript@0.13.6) (2025-11-24)
711

812
**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.13.6",
3+
"version": "0.13.7",
44
"description": "Convert JSON Schema to TypeScript Definitions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/dev-utils",

0 commit comments

Comments
 (0)