Skip to content

Conversation

@github-actions
Copy link
Contributor

🎯 Beta Release Ready for Production

Published Beta Versions

📋 What happens next?

  1. Review and test the beta versions
  2. When approved and merged, this will:
    • Update package.json versions (remove beta suffix)
    • Generate/update CHANGELOG.md files
    • Sync changes back to develop and staging
    • Note: npm publish happens only when you create a version tag

🏷️ After merge:

Create a version tag to trigger production release:

git checkout main
git pull origin main
git tag v${VERSION}
git push origin v${VERSION}

📦 Install beta versions:

npm install vue-pivottable@beta
# or specific sub-packages
npm install @vue-pivottable/plotly-renderer@beta
npm install @vue-pivottable/lazy-table-renderer@beta

This PR was automatically created by the staging release workflow

Seungwoo321 and others added 6 commits August 14, 2025 10:44
- Export all composables to enable custom renderer development
- Allows plotly-renderer and lazy-table-renderer to import required functions
- No circular dependency issues detected after analysis
- Maintains backward compatibility

Resolves import errors for external packages that need useProvidePivotData and providePivotData

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
…r-external-packages

fix: export all composables for external packages
- Add changeset documentation for PR #295
- Tracks the composables export feature for release notes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
…omposables-export

chore: add changeset for composables export feature
🔄 Integrate develop → staging (4 commits)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants