Skip to content

Commit 87bab8a

Browse files
authored
chore: 백업 파일 정리 및 .gitignore 업데이트 (#252)
* fix: 베타 버전 증가 로직 수정 changeset version이 베타 접미사가 있는 버전을 증가시키지 않는 문제 해결: 1. changeset version 실행 전에 베타 접미사 임시 제거 2. changeset version으로 버전 증가 (1.1.6 → 1.1.7) 3. 증가된 버전에 베타 접미사 재적용 (1.1.7-beta.timestamp) 이제 베타 상태에서도 올바른 버전 증가가 가능함 * chore: 백업 파일 삭제 및 .gitignore 업데이트 - packages/plotly-renderer/package.json.backup 삭제 - packages/lazy-table-renderer/package.json.backup 삭제 - .gitignore에 백업 파일 패턴 추가 (*.backup)
1 parent 03a5b79 commit 87bab8a

File tree

3 files changed

+4
-119
lines changed

3 files changed

+4
-119
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dist-ssr
1515
# Lock files (avoid version conflicts in CI)
1616
pnpm-lock.yaml
1717

18+
# Backup files
19+
*.backup
20+
package.json.backup
21+
1822
# Editor directories and files
1923
.vscode/*
2024
!.vscode/extensions.json

packages/lazy-table-renderer/package.json.backup

Lines changed: 0 additions & 61 deletions
This file was deleted.

packages/plotly-renderer/package.json.backup

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)