Skip to content

Commit 3e7186a

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent 19d4a3e commit 3e7186a

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.9](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.9) (2025-12-08)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [0.1.8](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.8) (2025-12-01)
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.8",
3+
"version": "0.1.9",
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.1](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.3.1) (2025-12-08)
7+
8+
### Bug Fixes
9+
10+
- update copy script in package.json to separate license templates into their own directory ([eb91513](https://github.com/hyperweb-io/dev-utils/commit/eb91513d260a85a8996a140f0a8bfc7876677cf7))
11+
612
# [0.3.0](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.3.0) (2025-12-01)
713

814
### Features

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