Skip to content
Closed
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2ddfc46
chore: prepare beta release
Seungwoo321 Jun 20, 2025
6faec12
chore: update lockfile
Seungwoo321 Jun 20, 2025
9b0077c
hotfix: npm 배포 동기화 문제 해결 (#246)
Seungwoo321 Jun 20, 2025
584e3f9
chore: update lockfile after peerDependencies changes
Seungwoo321 Jun 20, 2025
7a6d2da
chore: prepare beta release
github-actions[bot] Jun 20, 2025
c6a92bd
fix: restore peerDependencies to prevent beta version pollution
github-actions[bot] Jun 20, 2025
655b3b1
test: 단일 패키지 배포 시나리오 테스트
Seungwoo321 Jun 20, 2025
edcd850
Merge branch 'develop' of github.Seungwoo321:vue-pivottable/vue3-pivo…
Seungwoo321 Jun 20, 2025
fe01fb6
fix: peerDependencies 자동 업데이트 방지 및 lockfile 제거
Seungwoo321 Jun 20, 2025
df9114f
chore: prepare beta release
github-actions[bot] Jun 20, 2025
adef4f9
fix: restore peerDependencies to prevent beta version pollution
github-actions[bot] Jun 20, 2025
6b76788
fix: GitHub Release 중복 방지 및 peerDependencies 자동 업데이트 방지
Seungwoo321 Jun 20, 2025
687e87d
Merge branch 'develop' of github.Seungwoo321:vue-pivottable/vue3-pivo…
Seungwoo321 Jun 20, 2025
646ada0
test: 2개 패키지 배포 시나리오 테스트
Seungwoo321 Jun 20, 2025
e9d99e6
chore: prepare beta release
github-actions[bot] Jun 20, 2025
7de91e8
chore: clean up backup files
Seungwoo321 Jun 20, 2025
d29dbcb
fix: 베타 타임스탬프 교체 로직 개선 및 시나리오 테스트 (#248)
Seungwoo321 Jun 20, 2025
d37564b
chore: prepare beta release
github-actions[bot] Jun 20, 2025
d8c5bff
fix: 올바른 베타 버전 관리 로직 구현 (#249)
Seungwoo321 Jun 20, 2025
05303f1
chore: prepare beta release
github-actions[bot] Jun 20, 2025
d72a22d
test: 수정된 베타 버전 증가 로직 테스트 (#250)
Seungwoo321 Jun 20, 2025
03a5b79
chore: prepare beta release
github-actions[bot] Jun 20, 2025
87bab8a
chore: 백업 파일 정리 및 .gitignore 업데이트 (#252)
Seungwoo321 Jun 20, 2025
6562c65
fix: 베타 버전일 때 타임스탬프만 업데이트하도록 수정 (#251)
Seungwoo321 Jun 20, 2025
df8c87d
fix: rows/cols가 비어있을 때 Vue2와 동일하게 렌더링되도록 수정 (#254)
Seungwoo321 Jul 7, 2025
4bb94ff
chore: prepare beta release
github-actions[bot] Jul 7, 2025
3622906
fix:prevent VDragAndDropCell from disappearing on missing attribute #…
gingerbeerlime Jul 7, 2025
c9b80cb
chore: PR #253에 대한 changeset 추가 (#255)
Seungwoo321 Jul 7, 2025
b6d1d7f
chore: prepare beta release
github-actions[bot] Jul 7, 2025
ed941d0
Merge remote-tracking branch 'origin/main' into develop
Seungwoo321 Jul 7, 2025
2de66de
chore: stable 릴리즈 준비를 위한 changeset 추가 (#258)
Seungwoo321 Jul 7, 2025
20d0371
chore: prepare beta release
github-actions[bot] Jul 7, 2025
e38ae7e
chore: 워크플로우 재실행을 위한 changeset 추가 (#260)
Seungwoo321 Jul 7, 2025
a89e856
chore: prepare beta release
github-actions[bot] Jul 7, 2025
15ef3bb
fix: Release 워크플로우에서 develop 동기화 단계 제거 (#262)
Seungwoo321 Jul 7, 2025
36db060
chore: prepare beta release
github-actions[bot] Jul 7, 2025
341cd30
Merge branch 'main' into develop
Seungwoo321 Jul 7, 2025
a6cd884
chore: add changeset for beta release
Seungwoo321 Jul 7, 2025
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
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,23 +201,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sync with develop
if: steps.check-versions.outputs.has_beta == 'true'
run: |
# Configure git
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"

# Fetch latest develop
git fetch origin develop:develop

# Merge release branch into develop
git checkout develop
git merge ${{ steps.create-release.outputs.release_branch }} --no-edit -m "chore: sync release ${{ steps.create-release.outputs.release_branch }} to develop"
git push origin develop
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create PR to main
if: steps.check-versions.outputs.has_beta == 'true'
run: |
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Patch Changes

- 15ef3bb: fix: Release 워크플로우에서 develop 동기화 단계 제거
- main 브랜치에서 stable 릴리즈 후 develop 브랜치와의 동기화 시 발생하는 버전 충돌 문제 해결
- develop은 항상 베타 버전을 유지하고, main은 stable 버전만 유지하도록 워크플로우 개선
- e38ae7e: chore: 워크플로우 재실행을 위한 changeset
- 이전 워크플로우 실행 시 npm 배포 중복 오류 해결을 위함

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-pivottable",
"version": "1.1.7-beta.1751885610",
"version": "1.1.7-beta.1751886288",
"type": "module",
"description": "",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lazy-table-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-pivottable/lazy-table-renderer",
"version": "1.1.7-beta.1751885610",
"version": "1.1.7-beta.1751886288",
"type": "module",
"description": "",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plotly-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-pivottable/plotly-renderer",
"version": "2.0.8-beta.1751885610",
"version": "2.0.8-beta.1751886288",
"type": "module",
"exports": {
".": {
Expand Down
Loading