@teispace/next-maker 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/index.js +172 -164
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.2](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.1...next-maker-v4.0.2) (2026-09-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **next-maker:** pin the starter to v1.1.1 and report the package manager's output when an install fails ([#158](https://github.com/teispace/npm-packages/issues/158)) ([3fb1b4d](https://github.com/teispace/npm-packages/commit/3fb1b4d80dc72b791d1c919fa73aefd59f4d0a72))
|
|
9
|
+
|
|
10
|
+
## [4.0.1](https://github.com/teispace/npm-packages/compare/next-maker-v4.0.0...next-maker-v4.0.1) (2026-09-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **next-maker:** remove orphaned test files on init and pin the starter to v1.1.0 ([#155](https://github.com/teispace/npm-packages/issues/155)) ([fc07097](https://github.com/teispace/npm-packages/commit/fc07097244d534fd2040ac45cdf94369d5ac40b1))
|
|
16
|
+
|
|
3
17
|
## [4.0.0](https://github.com/teispace/npm-packages/compare/next-maker-v3.0.6...next-maker-v4.0.0) (2026-08-21)
|
|
4
18
|
|
|
5
19
|
|