diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51cec7d..fae6f92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "2.0.0", - "packages/cli": "0.0.1" -} + "packages/cli": "0.1.0" +} \ No newline at end of file diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index aef2d8f..96fb5b2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## [0.1.0](https://github.com/odest/catalyzer/compare/create-catalyzer@v0.0.1...create-catalyzer@v0.1.0) (2026-05-10) + + +### ⚠ BREAKING CHANGES + +* The CLI tool @tntstack/create-app is now deprecated and replaced by create-catalyzer. Native bundle identifiers, internal package names, and repository URLs have completely changed + +### Features + +* **cli:** add interactive @tntstack/create scaffolding tool ([b39ae89](https://github.com/odest/catalyzer/commit/b39ae896b8bb7c5c0f51df07539f89b0fbd3c7cb)) +* **cli:** add shadow templates and scaffold content cleanup ([9c15047](https://github.com/odest/catalyzer/commit/9c15047bab89b23a7a570e4da9a81919575e9413)) +* **cli:** support apple directory and file renaming during scaffold ([d8beab1](https://github.com/odest/catalyzer/commit/d8beab1df1be3f93c9d4335e4e5cff5956b6549e)) +* **packages/cli:** add base scaffolding tool structure ([56f90f7](https://github.com/odest/catalyzer/commit/56f90f733365ace9bb88f2844a7a8a8c1fc6b204)) +* rebrand project from tntstack to catalyzer ([37ef188](https://github.com/odest/catalyzer/commit/37ef188d641c7662964007dcb2c66a170557e0e4)) + + +### Bug Fixes + +* **cli:** auto-inject version and add identifier validation ([1be815d](https://github.com/odest/catalyzer/commit/1be815d778cb8b0134afa0d92ab40f18ed495492)) +* **cli:** fix typo in README ([95d4d95](https://github.com/odest/catalyzer/commit/95d4d95560e2ee29b6b6158fc68f5c572e94253c)) +* **cli:** improve scaffold UX, error recovery, and template versioning ([657cf1e](https://github.com/odest/catalyzer/commit/657cf1e8c1ce43fd2c1f18c701d215b60f04a34e)) +* **cli:** resolve 404 error on npm publish by adding publishConfig ([4251e18](https://github.com/odest/catalyzer/commit/4251e1832922d665f28c8a851841c940e1a6ff8c)) + + +### Documentation + +* **cli:** add a deprecation warning and migration information to the README ([10a03e3](https://github.com/odest/catalyzer/commit/10a03e3434abf8e6bf894d9afb4aacef761c934f)) +* **cli:** Add package metadata and README for CLI scaffolding ([d73ad2a](https://github.com/odest/catalyzer/commit/d73ad2a8456bef2c4f80d87575cf376097ee4dba)) +* **cli:** update README with new flags and configuration step ([0ac8e13](https://github.com/odest/catalyzer/commit/0ac8e134777a5509c793f25290c43f1297ae66c1)) +* Update license to MIT and adjust docs ([abf9340](https://github.com/odest/catalyzer/commit/abf9340faf121a79f8a545500bdabaf8c3a0ed35)) + + +### Styles + +* enforce global formatting with new prettier rules ([5db1510](https://github.com/odest/catalyzer/commit/5db1510fb75e05de9588d69f9ff05da99400b730)) + + +### Code Refactoring + +* **cli:** modularize renaming logic and transition to targeted metadata updates ([e9fc6f0](https://github.com/odest/catalyzer/commit/e9fc6f00c40c495b4cffa29b33565d8154ba9006)) +* **scripts:** unify lint scripts and update ts version ([c1e94e4](https://github.com/odest/catalyzer/commit/c1e94e4d224b525501cb893bf9374684515ab3f5)) + + +### Tests + +* **cli:** add validation utils tests and test script ([b6150ac](https://github.com/odest/catalyzer/commit/b6150ac8a6ce73e398076c27e41b0c22183ca65e)) + + +### Build System + +* **cli:** rename package to @tntstack/create-app ([b6eddca](https://github.com/odest/catalyzer/commit/b6eddca915b32028be947853667aa66f613c6441)) + ## [0.1.10](https://github.com/odest/tntstack/compare/@tntstack/create-app@v0.1.9...@tntstack/create-app@v0.1.10) (2026-05-10) diff --git a/packages/cli/package.json b/packages/cli/package.json index 43b416a..d33b228 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-catalyzer", - "version": "0.0.1", + "version": "0.1.0", "description": "Scaffolding CLI for Catalyzer", "license": "MIT", "author": "odest",