Skip to content

Commit 3b5748d

Browse files
chore: prepare beta release
Changed packages:
1 parent 4ff0d61 commit 3b5748d

File tree

10 files changed

+165
-24
lines changed

10 files changed

+165
-24
lines changed

.changeset/fix-peer-dependencies.md

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

.changeset/restore-beta-versions.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Patch Changes
66

7+
- 5ef202b: fix: develop 브랜치를 베타 버전으로 복구
8+
9+
- develop 브랜치가 정식 버전으로 잘못 업데이트된 것을 수정
10+
- 모든 패키지를 베타 버전으로 변경
11+
- develop 브랜치는 항상 베타 버전을 유지해야 함
12+
13+
## 1.1.5
14+
15+
### Patch Changes
16+
717
- 9dd7707: fix: 베타 릴리즈 프로세스 전체 개선
818

919
- 베타 버전 중복 문제 해결 (1.1.5-beta.xxx-beta.yyy → 1.1.5-beta.yyy)

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-beta.1750391874",
3+
"version": "1.1.5",
44
"type": "module",
55
"description": "",
66
"exports": {

packages/lazy-table-renderer/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
### Patch Changes
66

7+
- 5ef202b: fix: develop 브랜치를 베타 버전으로 복구
8+
9+
- develop 브랜치가 정식 버전으로 잘못 업데이트된 것을 수정
10+
- 모든 패키지를 베타 버전으로 변경
11+
- develop 브랜치는 항상 베타 버전을 유지해야 함
12+
13+
- Updated dependencies [5ef202b]
14+
- vue-pivottable@1.1.5
15+
16+
## 1.1.6
17+
18+
### Patch Changes
19+
720
- 96362f1: test: 릴리즈 프로세스 최종 검증을 위한 테스트 업데이트
821
- vue-pivottable@1.1.4
922

packages/lazy-table-renderer/package.json

Lines changed: 2 additions & 2 deletions
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-beta.1750391874",
3+
"version": "1.1.6",
44
"type": "module",
55
"description": "",
66
"exports": {
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"vue": "^3.2.0",
52-
"vue-pivottable": "^1.1.4"
52+
"vue-pivottable": "^1.1.5"
5353
},
5454
"devDependencies": {
5555
"@vitejs/plugin-vue": "^5.2.1",
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"name": "@vue-pivottable/lazy-table-renderer",
3+
"version": "1.1.6",
4+
"type": "module",
5+
"description": "",
6+
"exports": {
7+
".": {
8+
"types": "./dist/types/index.d.ts",
9+
"import": "./dist/lazy-table-renderer.es.js",
10+
"require": "./dist/lazy-table-renderer.umd.js"
11+
},
12+
"./dist/": "./dist/",
13+
"./package.json": "./package.json"
14+
},
15+
"main": "./dist/lazy-table-renderer.umd.js",
16+
"module": "./dist/lazy-table-renderer.es.js",
17+
"types": "./dist/types/index.d.ts",
18+
"files": [
19+
"dist",
20+
"LICENSE",
21+
"README.md"
22+
],
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/vue-pivottable/vue3-pivottable.git",
26+
"directory": "packages/lazy-table-renderer"
27+
},
28+
"keywords": [
29+
"vue",
30+
"vue3",
31+
"pivot",
32+
"pivottable",
33+
"vue-pivottable",
34+
"vue3-pivottable",
35+
"@vue-pivottable/lazy-table-renderer"
36+
],
37+
"sideEffects": [
38+
"*.css",
39+
"*.vue"
40+
],
41+
"homepage": "https://github.com/vue-pivottable/vue3-pivottable/tree/main/packages/lazy-table-renderer/README.md",
42+
"author": "Seungwoo, Lee <seungwoo321@gmail.com>",
43+
"license": "MIT",
44+
"scripts": {
45+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --scope lazy-table-renderer",
46+
"clean": "rimraf dist",
47+
"build": "vite build",
48+
"lint": "eslint ."
49+
},
50+
"peerDependencies": {
51+
"vue": "^3.2.0",
52+
"vue-pivottable": "^1.1.5"
53+
},
54+
"devDependencies": {
55+
"@vitejs/plugin-vue": "^5.2.1",
56+
"@vue/tsconfig": "^0.7.0",
57+
"typescript": "^5.8.3",
58+
"vite": "^6.3.4",
59+
"vue-tsc": "^2.2.10"
60+
}
61+
}

packages/plotly-renderer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
### Patch Changes
66

7+
- 702023a: fix: peerDependencies가 존재하지 않는 버전을 참조하는 문제 수정
8+
9+
- vue-pivottable의 peerDependency를 ^1.1.5에서 ^1.1.4로 변경
10+
- 1.1.5는 아직 정식 릴리즈되지 않았으므로 1.1.4를 참조해야 함
11+
12+
- 5ef202b: fix: develop 브랜치를 베타 버전으로 복구
13+
14+
- develop 브랜치가 정식 버전으로 잘못 업데이트된 것을 수정
15+
- 모든 패키지를 베타 버전으로 변경
16+
- develop 브랜치는 항상 베타 버전을 유지해야 함
17+
18+
- Updated dependencies [5ef202b]
19+
- vue-pivottable@1.1.5
20+
21+
## 2.0.6
22+
23+
### Patch Changes
24+
725
- 9dd7707: fix: 베타 릴리즈 프로세스 전체 개선
826

927
- 베타 버전 중복 문제 해결 (1.1.5-beta.xxx-beta.yyy → 1.1.5-beta.yyy)

packages/plotly-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/plotly-renderer",
3-
"version": "2.0.6-beta.1750391874",
3+
"version": "2.0.6",
44
"type": "module",
55
"exports": {
66
".": {
@@ -46,7 +46,7 @@
4646
},
4747
"peerDependencies": {
4848
"vue": "^3.2.0",
49-
"vue-pivottable": "^1.1.4"
49+
"vue-pivottable": "^1.1.5"
5050
},
5151
"devDependencies": {
5252
"@vitejs/plugin-vue": "^5.2.1",
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"name": "@vue-pivottable/plotly-renderer",
3+
"version": "2.0.6",
4+
"type": "module",
5+
"exports": {
6+
".": {
7+
"types": "./dist/types/index.d.ts",
8+
"import": "./dist/plotly-renderer.es.js",
9+
"require": "./dist/plotly-renderer.umd.js"
10+
},
11+
"./dist/": "./dist/",
12+
"./package.json": "./package.json"
13+
},
14+
"main": "./dist/plotly-renderer.umd.js",
15+
"module": "./dist/plotly-renderer.es.js",
16+
"types": "./dist/types/index.d.ts",
17+
"files": [
18+
"dist",
19+
"LICENSE",
20+
"README.md"
21+
],
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/vue-pivottable/vue3-pivottable.git",
25+
"directory": "packages/plotly-renderer"
26+
},
27+
"keywords": [
28+
"vue",
29+
"vue3",
30+
"pivot",
31+
"pivottable",
32+
"vue-pivottable",
33+
"vue3-pivottable",
34+
"@vue-pivottable/plotly-renderer"
35+
],
36+
"homepage": "https://github.com/vue-pivottable/vue3-pivottable/tree/main/packages/plotly-renderer/README.md",
37+
"author": "Sumin, Lee <lsumin1127@gmail.com>",
38+
"license": "MIT",
39+
"scripts": {
40+
"clean": "rimraf dist",
41+
"build": "vite build"
42+
},
43+
"dependencies": {
44+
"@clalarco/vue3-plotly": "^0.1.5",
45+
"plotly.js-basic-dist": "^3.0.1"
46+
},
47+
"peerDependencies": {
48+
"vue": "^3.2.0",
49+
"vue-pivottable": "^1.1.5"
50+
},
51+
"devDependencies": {
52+
"@vitejs/plugin-vue": "^5.2.1",
53+
"@vue/tsconfig": "^0.7.0",
54+
"typescript": "^5.8.3",
55+
"vite": "^6.3.4",
56+
"vue-tsc": "^2.2.10"
57+
}
58+
}

0 commit comments

Comments
 (0)