chore(release): v6.2.0 🚀

This commit is contained in:
caele
2025-11-27 14:25:49 +01:00
parent 7f03c1cd13
commit f7bc948c24
35 changed files with 166 additions and 71 deletions

View File

@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- check for unmounted chart ([2694477](https://github.com/qlik-oss/nebula.js/commit/269447714ce08e3c75181d942cc4e877fe3b67ae))
- **deps:** update dependency body-parser to v2.2.1 [security] ([#1849](https://github.com/qlik-oss/nebula.js/issues/1849)) ([5db1846](https://github.com/qlik-oss/nebula.js/commit/5db1846378b38e420ff5d4b3334f97d961609fe3))
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
- **deps:** update minor and patch ([#1843](https://github.com/qlik-oss/nebula.js/issues/1843)) ([2b683f5](https://github.com/qlik-oss/nebula.js/commit/2b683f56525b6066fc8119664f1408471e141883))
- hide listbox focus border when popover ([#1846](https://github.com/qlik-oss/nebula.js/issues/1846)) ([f36ff6a](https://github.com/qlik-oss/nebula.js/commit/f36ff6a300670f25628677489e88cac05f2dffce))
### Features
- **VNA-409:** check chart own handler ([#1847](https://github.com/qlik-oss/nebula.js/issues/1847)) ([7f03c1c](https://github.com/qlik-oss/nebula.js/commit/7f03c1cd132edc1e35eacae8ed96fefa17b07c4d))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
### Bug Fixes ### Bug Fixes

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/conversion
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/conversion **Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/conversion", "name": "@nebula.js/conversion",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/enigma-mocker
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/enigma-mocker", "name": "@nebula.js/enigma-mocker",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/locale
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/locale **Note:** Version bump only for package @nebula.js/locale

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/locale", "name": "@nebula.js/locale",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- check for unmounted chart ([2694477](https://github.com/qlik-oss/nebula.js/commit/269447714ce08e3c75181d942cc4e877fe3b67ae))
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
- **deps:** update minor and patch ([#1843](https://github.com/qlik-oss/nebula.js/issues/1843)) ([2b683f5](https://github.com/qlik-oss/nebula.js/commit/2b683f56525b6066fc8119664f1408471e141883))
- hide listbox focus border when popover ([#1846](https://github.com/qlik-oss/nebula.js/issues/1846)) ([f36ff6a](https://github.com/qlik-oss/nebula.js/commit/f36ff6a300670f25628677489e88cac05f2dffce))
### Features
- **VNA-409:** check chart own handler ([#1847](https://github.com/qlik-oss/nebula.js/issues/1847)) ([7f03c1c](https://github.com/qlik-oss/nebula.js/commit/7f03c1cd132edc1e35eacae8ed96fefa17b07c4d))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/nucleus **Note:** Version bump only for package @nebula.js/nucleus

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/nucleus", "name": "@nebula.js/nucleus",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.14.1", "@emotion/styled": "^11.14.1",
"@mui/icons-material": "^6.5.0", "@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0", "@mui/material": "^6.5.0",
"@nebula.js/conversion": "^6.1.1", "@nebula.js/conversion": "^6.2.0",
"@nebula.js/locale": "^6.1.1", "@nebula.js/locale": "^6.2.0",
"@nebula.js/supernova": "^6.1.1", "@nebula.js/supernova": "^6.2.0",
"@nebula.js/theme": "^6.1.1", "@nebula.js/theme": "^6.2.0",
"@nebula.js/ui": "^6.1.1", "@nebula.js/ui": "^6.2.0",
"@qlik/api": "2.0.0", "@qlik/api": "2.0.0",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/snapshooter
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/snapshooter **Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/snapshooter", "name": "@nebula.js/snapshooter",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/stardust **Note:** Version bump only for package @nebula.js/stardust

View File

@@ -3,7 +3,7 @@
"info": { "info": {
"name": "@nebula.js/stardust:listbox", "name": "@nebula.js/stardust:listbox",
"description": "nebula listbox properties definition", "description": "nebula listbox properties definition",
"version": "6.1.1", "version": "6.2.0",
"license": "MIT", "license": "MIT",
"stability": "stable", "stability": "stable",
"x-qlik-visibility": "public" "x-qlik-visibility": "public"

View File

@@ -3,7 +3,7 @@
"info": { "info": {
"name": "@nebula.js/stardust", "name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", "description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "6.1.1", "version": "6.2.0",
"license": "MIT", "license": "MIT",
"stability": "stable" "stability": "stable"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/stardust", "name": "@nebula.js/stardust",
"version": "6.1.1", "version": "6.2.0",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", "description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -45,13 +45,13 @@
"@emotion/styled": "^11.14.1", "@emotion/styled": "^11.14.1",
"@mui/icons-material": "^6.5.0", "@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0", "@mui/material": "^6.5.0",
"@nebula.js/conversion": "^6.1.1", "@nebula.js/conversion": "^6.2.0",
"@nebula.js/enigma-mocker": "^6.1.1", "@nebula.js/enigma-mocker": "^6.2.0",
"@nebula.js/locale": "^6.1.1", "@nebula.js/locale": "^6.2.0",
"@nebula.js/nucleus": "^6.1.1", "@nebula.js/nucleus": "^6.2.0",
"@nebula.js/supernova": "^6.1.1", "@nebula.js/supernova": "^6.2.0",
"@nebula.js/theme": "^6.1.1", "@nebula.js/theme": "^6.2.0",
"@nebula.js/ui": "^6.1.1", "@nebula.js/ui": "^6.2.0",
"@qlik/api": "2.0.0", "@qlik/api": "2.0.0",
"@scriptappy/cli": "0.10.1", "@scriptappy/cli": "0.10.1",
"@scriptappy/from-jsdoc": "0.19.1", "@scriptappy/from-jsdoc": "0.19.1",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Features
- **VNA-409:** check chart own handler ([#1847](https://github.com/qlik-oss/nebula.js/issues/1847)) ([7f03c1c](https://github.com/qlik-oss/nebula.js/commit/7f03c1cd132edc1e35eacae8ed96fefa17b07c4d))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/supernova **Note:** Version bump only for package @nebula.js/supernova

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/test-utils
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/test-utils **Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/test-utils", "name": "@nebula.js/test-utils",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/theme
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/theme **Note:** Version bump only for package @nebula.js/theme

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/theme", "name": "@nebula.js/theme",
"version": "6.1.1", "version": "6.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-build **Note:** Version bump only for package @nebula.js/cli-build

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-build", "name": "@nebula.js/cli-build",
"version": "6.1.1", "version": "6.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/cli
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli **Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli", "name": "@nebula.js/cli",
"version": "6.1.1", "version": "6.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "5.0.0 - 6" "@nebula.js/cli-serve": "5.0.0 - 6"
}, },
"dependencies": { "dependencies": {
"@nebula.js/cli-create": "^6.1.1", "@nebula.js/cli-create": "^6.2.0",
"import-cwd": "3.0.0", "import-cwd": "3.0.0",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/cli-create
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-create **Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-create", "name": "@nebula.js/cli-create",
"version": "6.1.1", "version": "6.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-sense **Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-sense", "name": "@nebula.js/cli-sense",
"version": "6.1.1", "version": "6.2.0",
"description": "Build a supernova as a Qlik Sense extension", "description": "Build a supernova as a Qlik Sense extension",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.28.3", "@babel/cli": "7.28.3",
"@babel/core": "7.28.5", "@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5", "@babel/preset-env": "7.28.5",
"@nebula.js/stardust": "^6.1.1", "@nebula.js/stardust": "^6.2.0",
"@rollup/plugin-babel": "6.1.0", "@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-node-resolve": "16.0.3",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update dependency body-parser to v2.2.1 [security] ([#1849](https://github.com/qlik-oss/nebula.js/issues/1849)) ([5db1846](https://github.com/qlik-oss/nebula.js/commit/5db1846378b38e420ff5d4b3334f97d961609fe3))
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
- **deps:** update minor and patch ([#1843](https://github.com/qlik-oss/nebula.js/issues/1843)) ([2b683f5](https://github.com/qlik-oss/nebula.js/commit/2b683f56525b6066fc8119664f1408471e141883))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-serve **Note:** Version bump only for package @nebula.js/cli-serve

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-serve", "name": "@nebula.js/cli-serve",
"version": "6.1.1", "version": "6.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"prepublishOnly": "rm -rf dist && yarn run build" "prepublishOnly": "rm -rf dist && yarn run build"
}, },
"dependencies": { "dependencies": {
"@nebula.js/cli-build": "^6.1.1", "@nebula.js/cli-build": "^6.2.0",
"@qlik/sdk": "0.28.0", "@qlik/sdk": "0.28.0",
"body-parser": "2.2.1", "body-parser": "2.2.1",
"chalk": "4.1.2", "chalk": "4.1.2",
@@ -55,11 +55,11 @@
"@babel/preset-react": "7.28.5", "@babel/preset-react": "7.28.5",
"@mui/material": "^6.5.0", "@mui/material": "^6.5.0",
"@mui/system": "^6.5.0", "@mui/system": "^6.5.0",
"@nebula.js/enigma-mocker": "^6.1.1", "@nebula.js/enigma-mocker": "^6.2.0",
"@nebula.js/nucleus": "^6.1.1", "@nebula.js/nucleus": "^6.2.0",
"@nebula.js/snapshooter": "^6.1.1", "@nebula.js/snapshooter": "^6.2.0",
"@nebula.js/stardust": "^6.1.1", "@nebula.js/stardust": "^6.2.0",
"@nebula.js/ui": "^6.1.1", "@nebula.js/ui": "^6.2.0",
"autosuggest-highlight": "3.3.4", "autosuggest-highlight": "3.3.4",
"babel-loader": "10.0.0", "babel-loader": "10.0.0",
"d3-require": "1.3.0", "d3-require": "1.3.0",

View File

@@ -7,7 +7,7 @@
} }
}, },
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "6.1.1", "version": "6.2.0",
"npmClient": "yarn", "npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json" "$schema": "node_modules/lerna/schemas/lerna-schema.json"
} }

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/ui
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13) ## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/ui **Note:** Version bump only for package @nebula.js/ui

View File

@@ -1,7 +1,7 @@
{ {
"name": "@nebula.js/ui", "name": "@nebula.js/ui",
"private": true, "private": true,
"version": "6.1.1", "version": "6.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",

View File

@@ -4698,7 +4698,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@nebula.js/cli-build@npm:^6.1.1, @nebula.js/cli-build@workspace:commands/build": "@nebula.js/cli-build@npm:^6.2.0, @nebula.js/cli-build@workspace:commands/build":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/cli-build@workspace:commands/build" resolution: "@nebula.js/cli-build@workspace:commands/build"
dependencies: dependencies:
@@ -4727,7 +4727,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/cli-create@npm:^6.1.1, @nebula.js/cli-create@workspace:commands/create": "@nebula.js/cli-create@npm:^6.2.0, @nebula.js/cli-create@workspace:commands/create":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/cli-create@workspace:commands/create" resolution: "@nebula.js/cli-create@workspace:commands/create"
dependencies: dependencies:
@@ -4745,7 +4745,7 @@ __metadata:
"@babel/cli": "npm:7.28.3" "@babel/cli": "npm:7.28.3"
"@babel/core": "npm:7.28.5" "@babel/core": "npm:7.28.5"
"@babel/preset-env": "npm:7.28.5" "@babel/preset-env": "npm:7.28.5"
"@nebula.js/stardust": "npm:^6.1.1" "@nebula.js/stardust": "npm:^6.2.0"
"@rollup/plugin-babel": "npm:6.1.0" "@rollup/plugin-babel": "npm:6.1.0"
"@rollup/plugin-commonjs": "npm:29.0.0" "@rollup/plugin-commonjs": "npm:29.0.0"
"@rollup/plugin-node-resolve": "npm:16.0.3" "@rollup/plugin-node-resolve": "npm:16.0.3"
@@ -4768,12 +4768,12 @@ __metadata:
"@babel/preset-react": "npm:7.28.5" "@babel/preset-react": "npm:7.28.5"
"@mui/material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0"
"@mui/system": "npm:^6.5.0" "@mui/system": "npm:^6.5.0"
"@nebula.js/cli-build": "npm:^6.1.1" "@nebula.js/cli-build": "npm:^6.2.0"
"@nebula.js/enigma-mocker": "npm:^6.1.1" "@nebula.js/enigma-mocker": "npm:^6.2.0"
"@nebula.js/nucleus": "npm:^6.1.1" "@nebula.js/nucleus": "npm:^6.2.0"
"@nebula.js/snapshooter": "npm:^6.1.1" "@nebula.js/snapshooter": "npm:^6.2.0"
"@nebula.js/stardust": "npm:^6.1.1" "@nebula.js/stardust": "npm:^6.2.0"
"@nebula.js/ui": "npm:^6.1.1" "@nebula.js/ui": "npm:^6.2.0"
"@qlik/sdk": "npm:0.28.0" "@qlik/sdk": "npm:0.28.0"
autosuggest-highlight: "npm:3.3.4" autosuggest-highlight: "npm:3.3.4"
babel-loader: "npm:10.0.0" babel-loader: "npm:10.0.0"
@@ -4809,7 +4809,7 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/cli@workspace:commands/cli" resolution: "@nebula.js/cli@workspace:commands/cli"
dependencies: dependencies:
"@nebula.js/cli-create": "npm:^6.1.1" "@nebula.js/cli-create": "npm:^6.2.0"
import-cwd: "npm:3.0.0" import-cwd: "npm:3.0.0"
yargs: "npm:17.7.2" yargs: "npm:17.7.2"
peerDependencies: peerDependencies:
@@ -4821,7 +4821,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/conversion@npm:^6.1.1, @nebula.js/conversion@workspace:apis/conversion": "@nebula.js/conversion@npm:^6.2.0, @nebula.js/conversion@workspace:apis/conversion":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/conversion@workspace:apis/conversion" resolution: "@nebula.js/conversion@workspace:apis/conversion"
dependencies: dependencies:
@@ -4829,7 +4829,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/enigma-mocker@npm:^6.1.1, @nebula.js/enigma-mocker@workspace:apis/enigma-mocker": "@nebula.js/enigma-mocker@npm:^6.2.0, @nebula.js/enigma-mocker@workspace:apis/enigma-mocker":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/enigma-mocker@workspace:apis/enigma-mocker" resolution: "@nebula.js/enigma-mocker@workspace:apis/enigma-mocker"
dependencies: dependencies:
@@ -4837,7 +4837,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/locale@npm:^6.1.1, @nebula.js/locale@workspace:apis/locale": "@nebula.js/locale@npm:^6.2.0, @nebula.js/locale@workspace:apis/locale":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/locale@workspace:apis/locale" resolution: "@nebula.js/locale@workspace:apis/locale"
dependencies: dependencies:
@@ -4845,7 +4845,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/nucleus@npm:^6.1.1, @nebula.js/nucleus@workspace:apis/nucleus": "@nebula.js/nucleus@npm:^6.2.0, @nebula.js/nucleus@workspace:apis/nucleus":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/nucleus@workspace:apis/nucleus" resolution: "@nebula.js/nucleus@workspace:apis/nucleus"
dependencies: dependencies:
@@ -4853,11 +4853,11 @@ __metadata:
"@emotion/styled": "npm:^11.14.1" "@emotion/styled": "npm:^11.14.1"
"@mui/icons-material": "npm:^6.5.0" "@mui/icons-material": "npm:^6.5.0"
"@mui/material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0"
"@nebula.js/conversion": "npm:^6.1.1" "@nebula.js/conversion": "npm:^6.2.0"
"@nebula.js/locale": "npm:^6.1.1" "@nebula.js/locale": "npm:^6.2.0"
"@nebula.js/supernova": "npm:^6.1.1" "@nebula.js/supernova": "npm:^6.2.0"
"@nebula.js/theme": "npm:^6.1.1" "@nebula.js/theme": "npm:^6.2.0"
"@nebula.js/ui": "npm:^6.1.1" "@nebula.js/ui": "npm:^6.2.0"
"@qlik/api": "npm:2.0.0" "@qlik/api": "npm:2.0.0"
"@testing-library/dom": "npm:^10.4.1" "@testing-library/dom": "npm:^10.4.1"
"@testing-library/react": "npm:^16.3.0" "@testing-library/react": "npm:^16.3.0"
@@ -4874,13 +4874,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/snapshooter@npm:^6.1.1, @nebula.js/snapshooter@workspace:apis/snapshooter": "@nebula.js/snapshooter@npm:^6.2.0, @nebula.js/snapshooter@workspace:apis/snapshooter":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/snapshooter@workspace:apis/snapshooter" resolution: "@nebula.js/snapshooter@workspace:apis/snapshooter"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/stardust@npm:^6.1.1, @nebula.js/stardust@workspace:apis/stardust": "@nebula.js/stardust@npm:^6.2.0, @nebula.js/stardust@workspace:apis/stardust":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/stardust@workspace:apis/stardust" resolution: "@nebula.js/stardust@workspace:apis/stardust"
dependencies: dependencies:
@@ -4888,13 +4888,13 @@ __metadata:
"@emotion/styled": "npm:^11.14.1" "@emotion/styled": "npm:^11.14.1"
"@mui/icons-material": "npm:^6.5.0" "@mui/icons-material": "npm:^6.5.0"
"@mui/material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0"
"@nebula.js/conversion": "npm:^6.1.1" "@nebula.js/conversion": "npm:^6.2.0"
"@nebula.js/enigma-mocker": "npm:^6.1.1" "@nebula.js/enigma-mocker": "npm:^6.2.0"
"@nebula.js/locale": "npm:^6.1.1" "@nebula.js/locale": "npm:^6.2.0"
"@nebula.js/nucleus": "npm:^6.1.1" "@nebula.js/nucleus": "npm:^6.2.0"
"@nebula.js/supernova": "npm:^6.1.1" "@nebula.js/supernova": "npm:^6.2.0"
"@nebula.js/theme": "npm:^6.1.1" "@nebula.js/theme": "npm:^6.2.0"
"@nebula.js/ui": "npm:^6.1.1" "@nebula.js/ui": "npm:^6.2.0"
"@qlik/api": "npm:2.0.0" "@qlik/api": "npm:2.0.0"
"@scriptappy/cli": "npm:0.10.1" "@scriptappy/cli": "npm:0.10.1"
"@scriptappy/from-jsdoc": "npm:0.19.1" "@scriptappy/from-jsdoc": "npm:0.19.1"
@@ -4912,11 +4912,11 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/supernova@npm:^6.1.1, @nebula.js/supernova@workspace:apis/supernova": "@nebula.js/supernova@npm:^6.2.0, @nebula.js/supernova@workspace:apis/supernova":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/supernova@workspace:apis/supernova" resolution: "@nebula.js/supernova@workspace:apis/supernova"
dependencies: dependencies:
"@nebula.js/conversion": "npm:^6.1.1" "@nebula.js/conversion": "npm:^6.2.0"
extend: "npm:3.0.2" extend: "npm:3.0.2"
node-event-emitter: "npm:0.0.1" node-event-emitter: "npm:0.0.1"
languageName: unknown languageName: unknown
@@ -4930,7 +4930,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/theme@npm:^6.1.1, @nebula.js/theme@workspace:apis/theme": "@nebula.js/theme@npm:^6.2.0, @nebula.js/theme@workspace:apis/theme":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/theme@workspace:apis/theme" resolution: "@nebula.js/theme@workspace:apis/theme"
dependencies: dependencies:
@@ -4940,7 +4940,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@nebula.js/ui@npm:^6.1.1, @nebula.js/ui@workspace:packages/ui": "@nebula.js/ui@npm:^6.2.0, @nebula.js/ui@workspace:packages/ui":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@nebula.js/ui@workspace:packages/ui" resolution: "@nebula.js/ui@workspace:packages/ui"
dependencies: dependencies: