Skip to content

Commit 5ef202b

Browse files
committed
fix: develop 브랜치를 베타 버전으로 복구
- 잘못된 워크플로우로 인해 정식 버전이 된 것을 수정 - vue-pivottable: 1.1.5 → 1.1.5-beta.1750391874 - plotly-renderer: 2.0.6 → 2.0.6-beta.1750391874 - lazy-table-renderer: 1.1.6 → 1.1.6-beta.1750391874
1 parent 484f329 commit 5ef202b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"vue-pivottable": patch
3+
"@vue-pivottable/plotly-renderer": patch
4+
"@vue-pivottable/lazy-table-renderer": patch
5+
---
6+
7+
fix: develop 브랜치를 베타 버전으로 복구
8+
9+
- develop 브랜치가 정식 버전으로 잘못 업데이트된 것을 수정
10+
- 모든 패키지를 베타 버전으로 변경
11+
- develop 브랜치는 항상 베타 버전을 유지해야 함

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-pivottable",
3-
"version": "1.1.5",
3+
"version": "1.1.5-beta.1750391874",
44
"type": "module",
55
"description": "",
66
"exports": {

packages/lazy-table-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.1.6",
3+
"version": "1.1.6-beta.1750391874",
44
"type": "module",
55
"description": "",
66
"exports": {

packages/plotly-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/plotly-renderer",
3-
"version": "2.0.6",
3+
"version": "2.0.6-beta.1750391874",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)