Skip to content

Commit c514fb7

Browse files
authored
Merge pull request #243 from vue-pivottable/fix/restore-beta-versions
fix: develop 브랜치를 베타 버전으로 긴급 복구
2 parents 484f329 + 5ef202b commit c514fb7

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)