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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solapi",
"version": "6.0.0",
"version": "5.5.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

package.json의 버전을 5.5.4로 수동으로 복원하셨습니다. 이 프로젝트는 pnpm을 사용하고 있으므로, package.json의 버전이 변경되면 pnpm-lock.yaml 파일 내의 프로젝트 버전 정보도 함께 갱신되어야 합니다. 그렇지 않으면 CI 환경에서 --frozen-lockfile 옵션 등을 사용할 때 lock 파일 불일치로 인해 빌드나 테스트가 실패할 수 있습니다. pnpm install 명령어를 실행하여 lock 파일을 최신 상태로 업데이트하고 함께 커밋하는 것을 권장합니다.

"description": "SOLAPI SDK for Node.js(Server Side Only)",
"keywords": [
"solapi",
Expand Down
1 change: 1 addition & 0 deletions release-please-config-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"release-type": "node",
"prerelease": true,
"prerelease-type": "beta",
"versioning-strategy": "prerelease",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
Expand Down