We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cc990 commit d648965Copy full SHA for d648965
packages/create-monorepo/CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### v1.0.10 (_2025-04-19_)
2
+
3
+- feat: disable auto install peer deps
4
+- fix eslint rules
5
+- fix: update lint and format command
6
+- fix: build dts failed
7
+- chore: bump deps
8
9
### v1.0.9 (_2025-04-14_)
10
11
- chore: bump deps
packages/create-monorepo/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-monorepo",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "An easy way to start a monorepo project",
"main": "index.js",
"bin": {
0 commit comments