Skip to content

Commit 3830ef3

Browse files
authored
Merge pull request #218 from Commencis/feature/starter-nextjs-v1.0.1
feat: update starter-nextjs to v1.0.1
2 parents b8b434b + bd66fd8 commit 3830ef3

File tree

4 files changed

+118
-89
lines changed

4 files changed

+118
-89
lines changed

.changeset/busy-news-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commencis/cli': patch
3+
---
4+
5+
feat: update starter-nextjs to v1.0.1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create Release Pull Request
3636
uses: changesets/action@v1
3737
with:
38-
version: pnpm run version
38+
version: pnpm run changeset:version
3939
publish: npx changeset publish
4040
commit: 'ci(release): version packages'
4141
title: 'ci(release): version packages'

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"engines": {
2626
"node": ">=22.16"
2727
},
28-
"packageManager": "pnpm@10.28.2",
28+
"packageManager": "pnpm@10.30.1",
2929
"scripts": {
3030
"dev": "tsdown --watch",
3131
"build": "tsdown",
@@ -36,8 +36,9 @@
3636
"lint:fix:format": "prettier \"**/*.{json,yaml,md}\" --write",
3737
"lint": "pnpm run \"/^lint:check:.*/\"",
3838
"lint:fix": "pnpm run \"/^lint:fix:.*/\"",
39+
"update:deps": "pnpm update --no-save",
3940
"changeset": "changeset",
40-
"version": "changeset version && pnpm install --no-frozen-lockfile",
41+
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
4142
"ci:review": "pnpm run lint",
4243
"precommit": "lint-staged",
4344
"prepare": "husky"
@@ -49,7 +50,7 @@
4950
"gradient-string": "3.0.0",
5051
"handlebars": "4.7.8",
5152
"ora": "9.3.0",
52-
"simple-git": "3.32.1",
53+
"simple-git": "3.32.2",
5354
"validate-npm-package-name": "7.0.2"
5455
},
5556
"devDependencies": {
@@ -69,7 +70,7 @@
6970
"typescript": "5.9.3"
7071
},
7172
"templateDependencies": {
72-
"@commencis/starter-nextjs": "1.0.0",
73+
"@commencis/starter-nextjs": "1.0.1",
7374
"@commencis/starter-react-vite": "2.10.0",
7475
"@commencis/template-markdown": "1.0.0"
7576
}

0 commit comments

Comments
 (0)