chore(release): v6.0.0-alpha.4 🚀

This commit is contained in:
caele
2025-09-25 08:38:05 +02:00
parent 3fab46f787
commit 095e8b6718
35 changed files with 170 additions and 71 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2025-09-25)
### Features
- add getPropertyHandler func to viz api ([#1803](https://github.com/qlik-oss/nebula.js/issues/1803)) ([3fab46f](https://github.com/qlik-oss/nebula.js/commit/3fab46f78754759a926e118054f38f7fbdebb8c1))
# [6.0.0-alpha.3](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.2...v6.0.0-alpha.3) (2025-09-11)
### Bug Fixes

View File

@@ -1,10 +1,10 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"main": "src/index.js",
"devDependencies": {
"@nebula.js/conversion": "^6.0.0-alpha.3",
"@nebula.js/conversion": "^6.0.0-alpha.4",
"extend": "3.0.2",
"node-event-emitter": "0.0.1"
}