Skip to content

Commit 6df5f00

Browse files
chore: release v0.7.0
1 parent d07d602 commit 6df5f00

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
# [0.7.0](https://github.com/mantis-apps/mantis-cli/compare/0.6.0...0.7.0) (2024-04-11)
4+
5+
6+
### Features
7+
8+
* **init.command.ts:** add support for user selected pm ([a02161a](https://github.com/mantis-apps/mantis-cli/commit/a02161ad78ca8e613f8eb775ebb287b5fdda5715)), closes [#32](https://github.com/mantis-apps/mantis-cli/issues/32)
9+
* **init.command.ts:** change package manager selection/install logic ([fa12a83](https://github.com/mantis-apps/mantis-cli/commit/fa12a834aa038b4bc90dc0e068539ccd0fed7850))
10+
* **init.command.ts:** Remove unnecessary guard clause w/ pm selection ([b9881bd](https://github.com/mantis-apps/mantis-cli/commit/b9881bd76d810d27d37ca4ff2b9f24a66430b4dd)), closes [#32](https://github.com/mantis-apps/mantis-cli/issues/32)
11+
* **init.command.ts:** replace ci command with install ([786638e](https://github.com/mantis-apps/mantis-cli/commit/786638edd107eff5763d2170e60e04878d716f1f))
12+
* **init.command.ts:** Use installDependencies in favor of execa ([e1a329b](https://github.com/mantis-apps/mantis-cli/commit/e1a329b7436eb087331a461aa8014e5d341dad33)), closes [#32](https://github.com/mantis-apps/mantis-cli/issues/32)
13+
* remove lock file from template ([c78e232](https://github.com/mantis-apps/mantis-cli/commit/c78e232053fc45b1d4a59ced8785c57e6df93dac))
14+
* **templates/*:** add packages to pacakge.json in template ([af83cc6](https://github.com/mantis-apps/mantis-cli/commit/af83cc604c003f9ba97e4505d0eea0c2773e5294))
15+
316
# [0.6.0](https://github.com/mantis-apps/mantis-cli/compare/0.4.3...0.6.0) (2024-04-10)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantis-app",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"author": "FuturizeWorld",
55
"license": "SEE LICENSE IN <LICENSE> FILE",
66
"description": "M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.",

0 commit comments

Comments
 (0)