Skip to content

Commit 70a6276

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent ffd8c30 commit 70a6276

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/create-gen-app-test/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.1.8](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.8) (2025-12-01)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [0.1.7](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.7) (2025-11-28)
711

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app-test",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Integration tests for create-gen-app with cache leveraging",
66
"main": "index.js",

packages/create-gen-app/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.3.0](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.3.0) (2025-12-01)
7+
8+
### Features
9+
10+
- enhance license handling with new utility functions ([72d78b4](https://github.com/hyperweb-io/dev-utils/commit/72d78b4ba3cc5c13560058ae0610ea53194de721))
11+
612
## [0.2.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.2) (2025-11-28)
713

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

packages/create-gen-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",

0 commit comments

Comments
 (0)