Skip to content

Commit a56a834

Browse files
chore: prepare beta release
1 parent 1965ee4 commit a56a834

File tree

5 files changed

+27
-26
lines changed

5 files changed

+27
-26
lines changed

.changeset/docs-and-pr-update.md

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

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.16-beta.1750306542",
3+
"version": "1.0.16-beta.1750306542-beta.1750307879",
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-beta.1750306542",
3+
"version": "1.0.13-beta.1750306542-beta.1750307879",
44
"type": "module",
55
"description": "",
66
"exports": {
Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
# Changelog
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- a59a151: chore: plotly-renderer peerDependency를 'latest'로 변경
8+
9+
- 베타 버전 대신 'latest'를 사용하여 더 유연한 버전 관리 가능
10+
311
## [2.0.0](https://github.com/vue-pivottable/vue3-pivottable/compare/@vue-pivottable/[email protected]...@vue-pivottable/[email protected]) (2024-06-15)
412

513
### ⚠ BREAKING CHANGES
614

7-
* Complete TypeScript migration
8-
* Updated Plotly.js to latest version
9-
* Changed prop interfaces for better type safety
15+
- Complete TypeScript migration
16+
- Updated Plotly.js to latest version
17+
- Changed prop interfaces for better type safety
1018

1119
### Features
1220

13-
* TypeScript support throughout the package
14-
* Improved chart rendering performance
15-
* Better error handling for invalid data
16-
* Enhanced customization options for charts
21+
- TypeScript support throughout the package
22+
- Improved chart rendering performance
23+
- Better error handling for invalid data
24+
- Enhanced customization options for charts
1725

1826
### Bug Fixes
1927

20-
* Fixed memory leaks in chart disposal
21-
* Resolved resize observer issues
22-
* Fixed chart update race conditions
28+
- Fixed memory leaks in chart disposal
29+
- Resolved resize observer issues
30+
- Fixed chart update race conditions
2331

2432
## [1.0.0](https://github.com/vue-pivottable/vue3-pivottable/releases/tag/@vue-pivottable/[email protected]) (2024-05-01)
2533

2634
### Features
2735

28-
* Initial release of Plotly renderer for vue3-pivottable
29-
* Support for all major Plotly chart types
30-
* Responsive chart sizing
31-
* Custom color schemes
32-
* Interactive chart features (zoom, pan, hover)
33-
* Export to PNG/SVG functionality
36+
- Initial release of Plotly renderer for vue3-pivottable
37+
- Support for all major Plotly chart types
38+
- Responsive chart sizing
39+
- Custom color schemes
40+
- Interactive chart features (zoom, pan, hover)
41+
- Export to PNG/SVG functionality

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

0 commit comments

Comments
 (0)