Skip to content

Commit fd9721c

Browse files
committed
chore(release): publish
- appstash@0.5.0 - create-gen-app-test@1.1.4 - genomic@5.3.4 - @inquirerer/utils@3.2.5
1 parent b94fe00 commit fd9721c

File tree

8 files changed

+22
-4
lines changed

8 files changed

+22
-4
lines changed

packages/appstash/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.5.0](https://github.com/constructive-io/dev-utils/compare/appstash@0.4.0...appstash@0.5.0) (2026-02-17)
7+
8+
### Features
9+
10+
- **appstash:** add multi-target context support ([f662b92](https://github.com/constructive-io/dev-utils/commit/f662b92ad11294a911ef0f2e929a5cdc4ca3ac64))
11+
612
# [0.4.0](https://github.com/constructive-io/dev-utils/compare/appstash@0.3.1...appstash@0.4.0) (2026-02-17)
713

814
### Features

packages/appstash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appstash",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Simple, clean application directory resolution",
66
"main": "index.js",

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.1.4](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.1.3...create-gen-app-test@1.1.4) (2026-02-17)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [1.1.3](https://github.com/constructive-io/dev-utils/compare/create-gen-app-test@1.1.2...create-gen-app-test@1.1.3) (2026-02-17)
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.1.3",
3+
"version": "1.1.4",
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.3.4](https://github.com/constructive-io/dev-utils/compare/genomic@5.3.3...genomic@5.3.4) (2026-02-17)
7+
8+
**Note:** Version bump only for package genomic
9+
610
## [5.3.3](https://github.com/constructive-io/dev-utils/compare/genomic@5.3.2...genomic@5.3.3) (2026-02-17)
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.3.3",
3+
"version": "5.3.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",

packages/inquirerer-utils/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+
## [3.2.5](https://github.com/constructive-io/dev-utils/compare/@inquirerer/utils@3.2.4...@inquirerer/utils@3.2.5) (2026-02-17)
7+
8+
**Note:** Version bump only for package @inquirerer/utils
9+
610
## [3.2.4](https://github.com/constructive-io/dev-utils/compare/@inquirerer/utils@3.2.3...@inquirerer/utils@3.2.4) (2026-02-17)
711

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

packages/inquirerer-utils/package.json

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

0 commit comments

Comments
 (0)