Skip to content

Commit c915d8a

Browse files
chore: version packages for beta release
1 parent 300c69f commit c915d8a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/composables-export-patch.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- 6f72c8d: Export all composables for external packages to enable custom renderer development
8+
- Added `export * from './composables'` to main index.ts
9+
- Resolves import errors for `useProvidePivotData` and `providePivotData` in external packages
10+
- Enables plotly-renderer and lazy-table-renderer to properly import required functions
11+
- No circular dependency issues detected after thorough analysis
12+
- Maintains backward compatibility while improving extensibility
13+
314
## 1.2.1
415

516
### Patch Changes

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

0 commit comments

Comments
 (0)