Skip to content

Commit b475193

Browse files
chore: prepare beta release
1 parent 5ba8105 commit b475193

File tree

5 files changed

+47
-50
lines changed

5 files changed

+47
-50
lines changed

.changeset/initial-release-workflow.md

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

CHANGELOG.md

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,93 @@
11
# Changelog
22

3+
## 1.0.16
4+
5+
### Patch Changes
6+
7+
- 1075ac6: feat: 릴리즈 브랜치를 활용한 새로운 배포 워크플로우 구현
8+
9+
- main 브랜치 보호 규칙을 유지하면서 자동 릴리즈 가능
10+
- 각 릴리즈마다 release/v\* 브랜치 생성
11+
- 독립적인 패키지 빌드 및 배포 지원
12+
313
## [1.1.1](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.1.0...v1.1.1) (2024-06-18)
414

515
### Bug Fixes
616

7-
* TypeScript migration improvements
8-
* Enhanced type definitions for props and components
9-
* Fixed build configuration for monorepo structure
17+
- TypeScript migration improvements
18+
- Enhanced type definitions for props and components
19+
- Fixed build configuration for monorepo structure
1020

1121
## [1.1.0](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.15...v1.1.0) (2024-06-15)
1222

1323
### Features
1424

15-
* Complete TypeScript migration
16-
* Improved type safety across all components
17-
* Better IDE support with type definitions
25+
- Complete TypeScript migration
26+
- Improved type safety across all components
27+
- Better IDE support with type definitions
1828

1929
### Bug Fixes
2030

21-
* Fixed type errors in utility functions
22-
* Resolved build issues with TypeScript configuration
31+
- Fixed type errors in utility functions
32+
- Resolved build issues with TypeScript configuration
2333

2434
## [1.0.15](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.14...v1.0.15) (2024-06-05)
2535

2636
### Bug Fixes
2737

28-
* delay Draggable render to prevent _sortable.option error on HMR [#150](https://github.com/vue-pivottable/vue3-pivottable/issues/150) ([2ea40c8](https://github.com/vue-pivottable/vue3-pivottable/commit/2ea40c83f39f561dd409e8da23f724fa7a08849e))
38+
- delay Draggable render to prevent \_sortable.option error on HMR [#150](https://github.com/vue-pivottable/vue3-pivottable/issues/150) ([2ea40c8](https://github.com/vue-pivottable/vue3-pivottable/commit/2ea40c83f39f561dd409e8da23f724fa7a08849e))
2939

3040
## [1.0.14](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.13...v1.0.14) (2024-05-13)
3141

3242
### Bug Fixes
3343

34-
* update workflows ([5417459](https://github.com/vue-pivottable/vue3-pivottable/commit/541745903e33f23e2bebe3fd9e82fd4e8efa2329))
44+
- update workflows ([5417459](https://github.com/vue-pivottable/vue3-pivottable/commit/541745903e33f23e2bebe3fd9e82fd4e8efa2329))
3545

3646
## [1.0.13](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.12...v1.0.13) (2024-05-13)
3747

3848
### Bug Fixes
3949

40-
* Fixed semantic-release configuration
50+
- Fixed semantic-release configuration
4151

4252
## [1.0.12](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.11...v1.0.12) (2024-05-12)
4353

4454
### Bug Fixes
4555

46-
* update workflows ([8c22dab](https://github.com/vue-pivottable/vue3-pivottable/commit/8c22dab434246b4203b8050a51f72da86b079234))
47-
* update workflows ([5ee3741](https://github.com/vue-pivottable/vue3-pivottable/commit/5ee3741c1b705a1599f924824d5c01acffc143fc))
48-
* update workflows ([855b765](https://github.com/vue-pivottable/vue3-pivottable/commit/855b7659dd51bac3d4df087c9ba6108380863bf5))
56+
- update workflows ([8c22dab](https://github.com/vue-pivottable/vue3-pivottable/commit/8c22dab434246b4203b8050a51f72da86b079234))
57+
- update workflows ([5ee3741](https://github.com/vue-pivottable/vue3-pivottable/commit/5ee3741c1b705a1599f924824d5c01acffc143fc))
58+
- update workflows ([855b765](https://github.com/vue-pivottable/vue3-pivottable/commit/855b7659dd51bac3d4df087c9ba6108380863bf5))
4959

5060
## [1.0.11](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.10...v1.0.11) (2024-05-12)
5161

5262
### Bug Fixes
5363

54-
* Fixed release process
64+
- Fixed release process
5565

5666
## [1.0.10](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.9...v1.0.10) (2024-05-12)
5767

58-
5968
### Bug Fixes
6069

61-
* add missing @semantic-release/git ([e95c90b](https://github.com/vue-pivottable/vue3-pivottable/commit/e95c90b8cd8737048e37da4eae8740d0b116fd37))
70+
- add missing @semantic-release/git ([e95c90b](https://github.com/vue-pivottable/vue3-pivottable/commit/e95c90b8cd8737048e37da4eae8740d0b116fd37))
6271

6372
## [1.0.4](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.3...v1.0.4) (2024-05-08)
6473

65-
6674
### Bug Fixes
6775

68-
* fix slot and slot-scoped close [#70](https://github.com/vue-pivottable/vue3-pivottable/issues/70) [#71](https://github.com/vue-pivottable/vue3-pivottable/issues/71) ([d7369bc](https://github.com/vue-pivottable/vue3-pivottable/commit/d7369bca19f5d4c547dc57f462da4f4f4aceecff))
69-
* **lazy-table-renderer:** fix build script ([4b9dc1b](https://github.com/vue-pivottable/vue3-pivottable/commit/4b9dc1bbccff292d69d0152a43f5bcd7cc66b5b2))
70-
* **lazy-table-renderer:** fix lint ([39f597c](https://github.com/vue-pivottable/vue3-pivottable/commit/39f597c081e885b7668fdaeec4ef38f2cb43b41c))
71-
* pvtAttr scoped slot 버그 수정[#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68) ([6383df4](https://github.com/vue-pivottable/vue3-pivottable/commit/6383df456c504a55cee560375bedeec5e7169d7a))
72-
* **slot:** pvtAttr scoped slot 버그 수정 ([#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68)) ([e2986ac](https://github.com/vue-pivottable/vue3-pivottable/commit/e2986acaf5e247551d499de9a70b7a5e17b85087))
73-
76+
- fix slot and slot-scoped close [#70](https://github.com/vue-pivottable/vue3-pivottable/issues/70) [#71](https://github.com/vue-pivottable/vue3-pivottable/issues/71) ([d7369bc](https://github.com/vue-pivottable/vue3-pivottable/commit/d7369bca19f5d4c547dc57f462da4f4f4aceecff))
77+
- **lazy-table-renderer:** fix build script ([4b9dc1b](https://github.com/vue-pivottable/vue3-pivottable/commit/4b9dc1bbccff292d69d0152a43f5bcd7cc66b5b2))
78+
- **lazy-table-renderer:** fix lint ([39f597c](https://github.com/vue-pivottable/vue3-pivottable/commit/39f597c081e885b7668fdaeec4ef38f2cb43b41c))
79+
- pvtAttr scoped slot 버그 수정[#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68) ([6383df4](https://github.com/vue-pivottable/vue3-pivottable/commit/6383df456c504a55cee560375bedeec5e7169d7a))
80+
- **slot:** pvtAttr scoped slot 버그 수정 ([#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68)) ([e2986ac](https://github.com/vue-pivottable/vue3-pivottable/commit/e2986acaf5e247551d499de9a70b7a5e17b85087))
7481

7582
### Features
7683

77-
* update script with new functionality ([83b4db2](https://github.com/vue-pivottable/vue3-pivottable/commit/83b4db211a1b89ae6575a1f0398941406129b1ba))
78-
79-
84+
- update script with new functionality ([83b4db2](https://github.com/vue-pivottable/vue3-pivottable/commit/83b4db211a1b89ae6575a1f0398941406129b1ba))
8085

8186
## [1.0.3](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.2...v1.0.3) (2024-05-01)
8287

8388
### Bug Fixes
8489

85-
* Minor bug fixes and improvements
90+
- Minor bug fixes and improvements
8691

8792
## [1.0.2](https://github.com/vue-pivottable/vue3-pivottable/compare/v1.0.0...v1.0.2) (2024-04-30)
8893

@@ -107,15 +112,16 @@
107112
- clean up v-bind props ([c9768b2](https://github.com/vue-pivottable/vue3-pivottable/commit/c9768b2e48dc03a10d7ada3caa27e0ed6f6968bc))
108113
- duplicate maxZIndex increment in onMoveFilterBoxToTop (PR [#12](https://github.com/vue-pivottable/vue3-pivottable/issues/12), comment #r2039059426) ([c4c7714](https://github.com/vue-pivottable/vue3-pivottable/commit/c4c77146e092f941cdd216872ea7355263969f64)), closes [#r2039059426](https://github.com/vue-pivottable/vue3-pivottable/issues/r2039059426)
109114
- fix error ([690138e](https://github.com/vue-pivottable/vue3-pivottable/commit/690138e3246ca42d77ad224bd7d045f326f38193))
115+
110116
### Initial release of vue3-pivottable
111117

112-
* Complete Vue 3 support with Composition API
113-
* TypeScript support throughout the codebase
114-
* Table renderer with virtual scrolling support
115-
* TSV export functionality
116-
* Plotly chart renderer support
117-
* Drag and drop functionality for pivot configuration
118-
* Filter box with multi-select capability
119-
* Aggregator and renderer selection
120-
* Responsive design improvements
121-
* Performance optimizations for large datasets
118+
- Complete Vue 3 support with Composition API
119+
- TypeScript support throughout the codebase
120+
- Table renderer with virtual scrolling support
121+
- TSV export functionality
122+
- Plotly chart renderer support
123+
- Drag and drop functionality for pivot configuration
124+
- Filter box with multi-select capability
125+
- Aggregator and renderer selection
126+
- Responsive design improvements
127+
- Performance optimizations for large datasets

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.0.15",
3+
"version": "1.0.16-beta.1750306542",
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.0.13",
3+
"version": "1.0.13-beta.1750306542",
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.1",
3+
"version": "2.0.1-beta.1750306542",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)