Skip to content

Commit ad71fce

Browse files
fix: hardcode nx version to 18.2.4
1 parent 4778668 commit ad71fce

4 files changed

Lines changed: 23 additions & 16 deletions

File tree

CHANGELOG.md

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

3+
# [0.8.0](https://github.com/mantis-apps/mantis-cli/compare/0.7.0...0.8.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* allow deployment on netlify ([1fea301](https://github.com/mantis-apps/mantis-cli/commit/1fea3015b20ee8fa79fcf98932eeacd38b232081))
9+
310
# [0.7.0](https://github.com/mantis-apps/mantis-cli/compare/0.6.0...0.7.0) (2024-04-11)
411

512

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.7.0",
3+
"version": "0.8.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.",

templates/mantis-todo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
"@ionic/angular-toolkit": "^11.0.1",
4646
"@ionic/cli": "^7.2.0",
4747
"@ngtools/webpack": "^17.3.4",
48-
"@nx/angular": "^18.2.4",
49-
"@nx/cypress": "^18.2.4",
50-
"@nx/devkit": "^18.2.4",
51-
"@nx/eslint": "^18.2.4",
52-
"@nx/eslint-plugin": "^18.2.4",
53-
"@nx/jest": "^18.2.4",
54-
"@nx/js": "^18.2.4",
55-
"@nx/storybook": "^18.2.4",
56-
"@nx/vite": "^18.2.4",
57-
"@nx/web": "^18.2.4",
58-
"@nx/webpack": "^18.2.4",
59-
"@nx/workspace": "^18.2.4",
48+
"@nx/angular": "18.2.4",
49+
"@nx/cypress": "18.2.4",
50+
"@nx/devkit": "18.2.4",
51+
"@nx/eslint": "18.2.4",
52+
"@nx/eslint-plugin": "18.2.4",
53+
"@nx/jest": "18.2.4",
54+
"@nx/js": "18.2.4",
55+
"@nx/storybook": "18.2.4",
56+
"@nx/vite": "18.2.4",
57+
"@nx/web": "18.2.4",
58+
"@nx/webpack": "18.2.4",
59+
"@nx/workspace": "18.2.4",
6060
"@schematics/angular": "^17.3.3",
6161
"@storybook/addon-essentials": "^8.0.2",
6262
"@storybook/addon-interactions": "^8.0.2",
@@ -82,7 +82,7 @@
8282
"msw": "^1.3.2",
8383
"msw-storybook-addon": "^1.10.0",
8484
"native-run": "^2.0.1",
85-
"nx": "^18.2.4",
85+
"nx": "18.2.4",
8686
"postcss": "^8.4.5",
8787
"prettier": "^3.2.5",
8888
"prettier-plugin-tailwindcss": "^0.5.12",

0 commit comments

Comments
 (0)