Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/busy-news-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commencis/cli': patch
---

feat: update starter-nextjs to v1.0.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
version: pnpm run version
version: pnpm run changeset:version
publish: npx changeset publish
commit: 'ci(release): version packages'
title: 'ci(release): version packages'
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"engines": {
"node": ">=22.16"
},
"packageManager": "pnpm@10.28.2",
"packageManager": "pnpm@10.30.1",
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
Expand All @@ -36,8 +36,9 @@
"lint:fix:format": "prettier \"**/*.{json,yaml,md}\" --write",
"lint": "pnpm run \"/^lint:check:.*/\"",
"lint:fix": "pnpm run \"/^lint:fix:.*/\"",
"update:deps": "pnpm update --no-save",
"changeset": "changeset",
"version": "changeset version && pnpm install --no-frozen-lockfile",
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:review": "pnpm run lint",
"precommit": "lint-staged",
"prepare": "husky"
Expand All @@ -49,7 +50,7 @@
"gradient-string": "3.0.0",
"handlebars": "4.7.8",
"ora": "9.3.0",
"simple-git": "3.32.1",
"simple-git": "3.32.2",
"validate-npm-package-name": "7.0.2"
},
"devDependencies": {
Expand All @@ -69,7 +70,7 @@
"typescript": "5.9.3"
},
"templateDependencies": {
"@commencis/starter-nextjs": "1.0.0",
"@commencis/starter-nextjs": "1.0.1",
"@commencis/starter-react-vite": "2.10.0",
"@commencis/template-markdown": "1.0.0"
}
Expand Down
Loading