Skip to content

Commit 362a5e9

Browse files
committed
chore(release): publish
- cel-proto-parser@0.2.0 - create-gen-app-test@1.0.7 - genomic@5.2.2 - inquirerer@4.3.0 - @inquirerer/test@1.2.4
1 parent 32d7d99 commit 362a5e9

11 files changed

Lines changed: 5272 additions & 2607 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2026-01-05)
7+
8+
### Features
9+
10+
- **cel-proto-parser:** add CEL proto parser and deparser package ([a268c09](https://github.com/constructive-io/dev-utils/commit/a268c095cd78f847dbf4f64bba0b3e18b2603ca5))
11+
- **cel-proto-parser:** add fixture-based round-trip testing ([4f3f7be](https://github.com/constructive-io/dev-utils/commit/4f3f7be7168a4bc0f9540563f004162dc6faeed2))
12+
- **cel-proto-parser:** add policy and RLS template fixtures, fix converter ([8bc02b6](https://github.com/constructive-io/dev-utils/commit/8bc02b625341f7306acfa01c81969f818528e150))
13+
- **cel-proto-parser:** add round-trip testing utilities and AST converter ([23fffba](https://github.com/constructive-io/dev-utils/commit/23fffba40fdfc34eb51811bfc1e06683ac39bfb2))

packages/cel-proto-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cel-proto-parser",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CEL (Common Expression Language) proto parser and deparser for TypeScript",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

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.7](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.0.6...create-gen-app-test@1.0.7) (2026-01-05)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [1.0.6](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.0.5...create-gen-app-test@1.0.6) (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.6",
3+
"version": "1.0.7",
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: 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+
## [5.2.2](https://github.com/constructive-io/dev-utils/compare/genomic@5.2.1...genomic@5.2.2) (2026-01-05)
7+
8+
**Note:** Version bump only for package genomic
9+
610
## [5.2.1](https://github.com/constructive-io/dev-utils/compare/genomic@5.2.0...genomic@5.2.1) (2025-12-27)
711

812
**Note:** Version bump only for package genomic

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.2.1",
3+
"version": "5.2.2",
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.4](https://github.com/constructive-io/dev-utils/compare/@inquirerer/test@1.2.3...@inquirerer/test@1.2.4) (2026-01-05)
7+
8+
**Note:** Version bump only for package @inquirerer/test
9+
610
## [1.2.3](https://github.com/constructive-io/dev-utils/compare/@inquirerer/test@1.2.2...@inquirerer/test@1.2.3) (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.3",
3+
"version": "1.2.4",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.3.0](https://github.com/constructive-io/dev-utils/compare/inquirerer@4.2.1...inquirerer@4.3.0) (2026-01-05)
7+
8+
### Bug Fixes
9+
10+
- **inquirerer:** enforce viewport height invariant ([28ef8ac](https://github.com/constructive-io/dev-utils/commit/28ef8ac8d15736227550ffb943f01743a22ca7b5))
11+
- **inquirerer:** fix cursor positioning for viewport rendering ([6c67f5e](https://github.com/constructive-io/dev-utils/commit/6c67f5e7c25fc638baec0553f77ab9b5fdc408f1))
12+
- **inquirerer:** let input area grow freely like Claude Code ([bbf65a7](https://github.com/constructive-io/dev-utils/commit/bbf65a70f9d6d8f55f64661f12862eea9c7271ff))
13+
- **inquirerer:** limit multiline input height with scrolling ([bf10167](https://github.com/constructive-io/dev-utils/commit/bf10167c47c467b6ffb9f74db89193d27366c286))
14+
- **inquirerer:** prevent double rendering during streaming ([a2a92f2](https://github.com/constructive-io/dev-utils/commit/a2a92f2c29b8f79e4c876b397f06316c5ef60167))
15+
- **inquirerer:** prevent viewport scroll and soft-wrap issues ([fe56bad](https://github.com/constructive-io/dev-utils/commit/fe56bad045ceedafc40ba815e45d4fa74c2427bd))
16+
- **inquirerer:** proper viewport layout with input windowing ([c2345cc](https://github.com/constructive-io/dev-utils/commit/c2345cc88cc6441329807a62dbfcb6f3d23be5bc))
17+
- **inquirerer:** simplify viewport rendering with cursor positioning ([754ec24](https://github.com/constructive-io/dev-utils/commit/754ec240ceed087bf2a18be523c280158716f3f1))
18+
- **inquirerer:** use fixed max height for multiline input layout ([30bf119](https://github.com/constructive-io/dev-utils/commit/30bf11924415237168bf6ddc0cc7921932ccb134))
19+
- **inquirerer:** use inverse video cursor and add Ctrl+J for newlines ([42a3a3e](https://github.com/constructive-io/dev-utils/commit/42a3a3ea8bb25dba2d3071fe02ff17489e3e054c))
20+
21+
### Features
22+
23+
- **inquirerer:** add AICodeUI with diff-based viewport rendering ([6afd415](https://github.com/constructive-io/dev-utils/commit/6afd415e981a4fc241c78b51b554a779ade04805))
24+
- **inquirerer:** add Claude Code-style UI with welcome box and conversation markers ([89d1f54](https://github.com/constructive-io/dev-utils/commit/89d1f54b89f6a723b98e03dab616ecc8e8a0045e))
25+
- **inquirerer:** add readline-style keybindings and multiline input support ([80eeaab](https://github.com/constructive-io/dev-utils/commit/80eeaabe06e14f883e988d354874a0d64fbc7199))
26+
627
## [4.2.1](https://github.com/constructive-io/dev-utils/compare/inquirerer@4.2.0...inquirerer@4.2.1) (2025-12-27)
728

829
**Note:** Version bump only for package inquirerer

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