Skip to content

Commit a704f3e

Browse files
committed
1 parent 953c08e commit a704f3e

File tree

8 files changed

+40
-4
lines changed

8 files changed

+40
-4
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.11](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.11) (2025-12-13)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [0.1.10](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.10) (2025-12-13)
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.10",
3+
"version": "0.1.11",
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: 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.3.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.3.3) (2025-12-13)
7+
8+
**Note:** Version bump only for package create-gen-app
9+
610
## [0.3.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.3.2) (2025-12-13)
711

812
**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.3.2",
3+
"version": "0.3.3",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",

packages/find-and-require-package-json/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.8.0](https://github.com/hyperweb-io/dev-utils/compare/find-and-require-package-json@[email protected]) (2025-12-13)
7+
8+
### Bug Fixes
9+
10+
- **find-and-require-package-json:** require callerDir parameter to find correct package.json ([ba4133f](https://github.com/hyperweb-io/dev-utils/commit/ba4133f7671bf799de6259a53c0042fabf1b07dd))
11+
12+
### BREAKING CHANGES
13+
14+
- **find-and-require-package-json:** findAndRequirePackageJson() now requires a callerDir parameter.
15+
16+
Previously, the function used \_\_dirname internally which always pointed to the
17+
find-and-require-package-json package's own directory, causing it to return
18+
the wrong package.json when called from other packages.
19+
20+
Now callers must pass their own \_\_dirname (CJS) or
21+
dirname(fileURLToPath(import.meta.url)) (ESM) to find the correct package.json.
22+
23+
Fixes CI failures in constructive repo where plugins were incorrectly
24+
identified as '[email protected]' instead of their actual names.
25+
26+
Co-Authored-By: Dan Lynch <[email protected]>
27+
628
## 0.6.8 (2025-12-13)
729

830
**Note:** Version bump only for package find-and-require-package-json

packages/find-and-require-package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-and-require-package-json",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Find the package.json file from within a build/package",
66
"main": "index.js",

packages/inquirerer/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+
## [2.1.11](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@2.1.11) (2025-12-13)
7+
8+
### Bug Fixes
9+
10+
- **inquirerer:** pass \_\_dirname to findAndRequirePackageJson ([21d32d1](https://github.com/hyperweb-io/dev-utils/commit/21d32d1ed58474bca3ce55ab098bf47340bae14d))
11+
612
## [2.1.10](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@2.1.10) (2025-12-13)
713

814
**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": "2.1.10",
3+
"version": "2.1.11",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "TypeScript-first library for building beautiful CLI interfaces with interactive prompts",
66
"main": "index.js",

0 commit comments

Comments
 (0)