Skip to content

Commit 89afff9

Browse files
committed
chore(release): publish
- create-gen-app-test@1.0.5 - genomic@5.2.0 - inquirerer@4.2.0 - @inquirerer/test@1.2.2
1 parent 4372711 commit 89afff9

8 files changed

Lines changed: 25 additions & 4 deletions

File tree

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+
## [1.0.5](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.0.4...create-gen-app-test@1.0.5) (2025-12-27)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [1.0.4](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.0.3...create-gen-app-test@1.0.4) (2025-12-27)
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": "1.0.4",
3+
"version": "1.0.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Integration tests for create-gen-app with cache leveraging",
66
"main": "index.js",

packages/genomic/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+
# [5.2.0](https://github.com/constructive-io/dev-utils/compare/genomic@5.1.0...genomic@5.2.0) (2025-12-27)
7+
8+
### Features
9+
10+
- **genomic:** add spinner to git clone operation ([8c19cf0](https://github.com/constructive-io/dev-utils/commit/8c19cf01831dc20adcf201849e8624c2f14738c9))
11+
612
# [5.1.0](https://github.com/constructive-io/dev-utils/compare/genomic@5.0.3...genomic@5.1.0) (2025-12-27)
713

814
### Features

packages/genomic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "genomic",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",

packages/inquirerer-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+
## [1.2.2](https://github.com/constructive-io/dev-utils/compare/@inquirerer/test@1.2.1...@inquirerer/test@1.2.2) (2025-12-27)
7+
8+
**Note:** Version bump only for package @inquirerer/test
9+
610
## [1.2.1](https://github.com/constructive-io/dev-utils/compare/@inquirerer/test@1.2.0...@inquirerer/test@1.2.1) (2025-12-27)
711

812
**Note:** Version bump only for package @inquirerer/test

packages/inquirerer-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirerer/test",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Testing utilities for inquirerer-based CLI applications",
66
"main": "index.js",

packages/inquirerer/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+
# [4.2.0](https://github.com/constructive-io/dev-utils/compare/inquirerer@4.1.2...inquirerer@4.2.0) (2025-12-27)
7+
8+
### Features
9+
10+
- **inquirerer:** add engine-based prompt implementations ([7bdc066](https://github.com/constructive-io/dev-utils/commit/7bdc06617271ed9c1795c13c97eec66ff8ae2211))
11+
- **inquirerer:** add event-driven UI engine for custom prompts ([a298407](https://github.com/constructive-io/dev-utils/commit/a2984078be1118b49551bb69facf9b7131329d72))
12+
613
## [4.1.2](https://github.com/constructive-io/dev-utils/compare/inquirerer@4.1.1...inquirerer@4.1.2) (2025-12-27)
714

815
### Bug Fixes

packages/inquirerer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inquirerer",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "TypeScript-first library for building beautiful CLI interfaces with interactive prompts",
66
"main": "index.js",

0 commit comments

Comments
 (0)