diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b663d3f5..43c37c93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. 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) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 0666ffa56..eaa42d2d7 100644 --- a/apis/conversion/CHANGELOG.md +++ b/apis/conversion/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 726db73b6..0e5d24e1b 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "6.1.1", + "version": "6.2.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index b3c9e4c47..0ea51a436 100644 --- a/apis/enigma-mocker/CHANGELOG.md +++ b/apis/enigma-mocker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) ### Bug Fixes diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index 350a98657..963aebc46 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "6.1.1", + "version": "6.2.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index e4e38fd91..e1067c4e6 100644 --- a/apis/locale/CHANGELOG.md +++ b/apis/locale/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 8d53530a8..2a844e05a 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "6.1.1", + "version": "6.2.0", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 7ff3a72ef..0ff1de4fe 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/nucleus diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 1a498b497..4017a4e11 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "6.1.1", + "version": "6.2.0", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^6.5.0", "@mui/material": "^6.5.0", - "@nebula.js/conversion": "^6.1.1", - "@nebula.js/locale": "^6.1.1", - "@nebula.js/supernova": "^6.1.1", - "@nebula.js/theme": "^6.1.1", - "@nebula.js/ui": "^6.1.1", + "@nebula.js/conversion": "^6.2.0", + "@nebula.js/locale": "^6.2.0", + "@nebula.js/supernova": "^6.2.0", + "@nebula.js/theme": "^6.2.0", + "@nebula.js/ui": "^6.2.0", "@qlik/api": "2.0.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 13c918243..783f6f26c 100644 --- a/apis/snapshooter/CHANGELOG.md +++ b/apis/snapshooter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index 7e0cacd64..8077f0500 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "6.1.1", + "version": "6.2.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 3c69b31ec..23e6e7307 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @nebula.js/stardust diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index 15a67898c..bb81b4c37 100644 --- a/apis/stardust/api-spec/listbox-spec.json +++ b/apis/stardust/api-spec/listbox-spec.json @@ -3,7 +3,7 @@ "info": { "name": "@nebula.js/stardust:listbox", "description": "nebula listbox properties definition", - "version": "6.1.1", + "version": "6.2.0", "license": "MIT", "stability": "stable", "x-qlik-visibility": "public" diff --git a/apis/stardust/api-spec/spec.json b/apis/stardust/api-spec/spec.json index a86d79d98..2d6075b5e 100644 --- a/apis/stardust/api-spec/spec.json +++ b/apis/stardust/api-spec/spec.json @@ -3,7 +3,7 @@ "info": { "name": "@nebula.js/stardust", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", - "version": "6.1.1", + "version": "6.2.0", "license": "MIT", "stability": "stable" }, diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 034727625..8f94f473e 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "6.1.1", + "version": "6.2.0", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", "license": "MIT", "author": "QlikTech International AB", @@ -45,13 +45,13 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^6.5.0", "@mui/material": "^6.5.0", - "@nebula.js/conversion": "^6.1.1", - "@nebula.js/enigma-mocker": "^6.1.1", - "@nebula.js/locale": "^6.1.1", - "@nebula.js/nucleus": "^6.1.1", - "@nebula.js/supernova": "^6.1.1", - "@nebula.js/theme": "^6.1.1", - "@nebula.js/ui": "^6.1.1", + "@nebula.js/conversion": "^6.2.0", + "@nebula.js/enigma-mocker": "^6.2.0", + "@nebula.js/locale": "^6.2.0", + "@nebula.js/nucleus": "^6.2.0", + "@nebula.js/supernova": "^6.2.0", + "@nebula.js/theme": "^6.2.0", + "@nebula.js/ui": "^6.2.0", "@qlik/api": "2.0.0", "@scriptappy/cli": "0.10.1", "@scriptappy/from-jsdoc": "0.19.1", diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 9e1821b8e..56077ca67 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index f06a39081..a04401902 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,10 +1,10 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "6.1.1", + "version": "6.2.0", "main": "src/index.js", "devDependencies": { - "@nebula.js/conversion": "^6.1.1", + "@nebula.js/conversion": "^6.2.0", "extend": "3.0.2", "node-event-emitter": "0.0.1" } diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index d51468e4b..4bcea59e3 100644 --- a/apis/test-utils/CHANGELOG.md +++ b/apis/test-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/test-utils diff --git a/apis/test-utils/package.json b/apis/test-utils/package.json index df6706d50..1cd567e8c 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "6.1.1", + "version": "6.2.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 20bfd83f7..8adc5f913 100644 --- a/apis/theme/CHANGELOG.md +++ b/apis/theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 1a865b9f2..caf67ba8b 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "6.1.1", + "version": "6.2.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index 60119ace4..b623b61d5 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @nebula.js/cli-build diff --git a/commands/build/package.json b/commands/build/package.json index f63399c4e..9673e33b0 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "6.1.1", + "version": "6.2.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 8cf680520..ac501ffaa 100644 --- a/commands/cli/CHANGELOG.md +++ b/commands/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index a7c7b079b..3246ec775 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "6.1.1", + "version": "6.2.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "5.0.0 - 6" }, "dependencies": { - "@nebula.js/cli-create": "^6.1.1", + "@nebula.js/cli-create": "^6.2.0", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index c40c88ebd..f486fddb5 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/cli-create diff --git a/commands/create/package.json b/commands/create/package.json index 3cfe509c8..a234fc150 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "6.1.1", + "version": "6.2.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index b6267253a..735464b67 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/CHANGELOG.md @@ -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.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) **Note:** Version bump only for package @nebula.js/cli-sense diff --git a/commands/sense/package.json b/commands/sense/package.json index 71b850bce..33b61e1d9 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "6.1.1", + "version": "6.2.0", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.28.3", "@babel/core": "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-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index b883c7c7d..1b11c201b 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/cli-serve diff --git a/commands/serve/package.json b/commands/serve/package.json index 146988417..094f31652 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "6.1.1", + "version": "6.2.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^6.1.1", + "@nebula.js/cli-build": "^6.2.0", "@qlik/sdk": "0.28.0", "body-parser": "2.2.1", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.28.5", "@mui/material": "^6.5.0", "@mui/system": "^6.5.0", - "@nebula.js/enigma-mocker": "^6.1.1", - "@nebula.js/nucleus": "^6.1.1", - "@nebula.js/snapshooter": "^6.1.1", - "@nebula.js/stardust": "^6.1.1", - "@nebula.js/ui": "^6.1.1", + "@nebula.js/enigma-mocker": "^6.2.0", + "@nebula.js/nucleus": "^6.2.0", + "@nebula.js/snapshooter": "^6.2.0", + "@nebula.js/stardust": "^6.2.0", + "@nebula.js/ui": "^6.2.0", "autosuggest-highlight": "3.3.4", "babel-loader": "10.0.0", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index 765786a9b..ff1178f1e 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "6.1.1", + "version": "6.2.0", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5bcf184c0..6d8ec61c9 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. 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) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 5b50da061..27b6aa985 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "6.1.1", + "version": "6.2.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/yarn.lock b/yarn.lock index 1768b33f4..315865ef5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4698,7 +4698,7 @@ __metadata: languageName: node 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 resolution: "@nebula.js/cli-build@workspace:commands/build" dependencies: @@ -4727,7 +4727,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/cli-create@workspace:commands/create" dependencies: @@ -4745,7 +4745,7 @@ __metadata: "@babel/cli": "npm:7.28.3" "@babel/core": "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-commonjs": "npm:29.0.0" "@rollup/plugin-node-resolve": "npm:16.0.3" @@ -4768,12 +4768,12 @@ __metadata: "@babel/preset-react": "npm:7.28.5" "@mui/material": "npm:^6.5.0" "@mui/system": "npm:^6.5.0" - "@nebula.js/cli-build": "npm:^6.1.1" - "@nebula.js/enigma-mocker": "npm:^6.1.1" - "@nebula.js/nucleus": "npm:^6.1.1" - "@nebula.js/snapshooter": "npm:^6.1.1" - "@nebula.js/stardust": "npm:^6.1.1" - "@nebula.js/ui": "npm:^6.1.1" + "@nebula.js/cli-build": "npm:^6.2.0" + "@nebula.js/enigma-mocker": "npm:^6.2.0" + "@nebula.js/nucleus": "npm:^6.2.0" + "@nebula.js/snapshooter": "npm:^6.2.0" + "@nebula.js/stardust": "npm:^6.2.0" + "@nebula.js/ui": "npm:^6.2.0" "@qlik/sdk": "npm:0.28.0" autosuggest-highlight: "npm:3.3.4" babel-loader: "npm:10.0.0" @@ -4809,7 +4809,7 @@ __metadata: version: 0.0.0-use.local resolution: "@nebula.js/cli@workspace:commands/cli" dependencies: - "@nebula.js/cli-create": "npm:^6.1.1" + "@nebula.js/cli-create": "npm:^6.2.0" import-cwd: "npm:3.0.0" yargs: "npm:17.7.2" peerDependencies: @@ -4821,7 +4821,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/conversion@workspace:apis/conversion" dependencies: @@ -4829,7 +4829,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/enigma-mocker@workspace:apis/enigma-mocker" dependencies: @@ -4837,7 +4837,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/locale@workspace:apis/locale" dependencies: @@ -4845,7 +4845,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/nucleus@workspace:apis/nucleus" dependencies: @@ -4853,11 +4853,11 @@ __metadata: "@emotion/styled": "npm:^11.14.1" "@mui/icons-material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0" - "@nebula.js/conversion": "npm:^6.1.1" - "@nebula.js/locale": "npm:^6.1.1" - "@nebula.js/supernova": "npm:^6.1.1" - "@nebula.js/theme": "npm:^6.1.1" - "@nebula.js/ui": "npm:^6.1.1" + "@nebula.js/conversion": "npm:^6.2.0" + "@nebula.js/locale": "npm:^6.2.0" + "@nebula.js/supernova": "npm:^6.2.0" + "@nebula.js/theme": "npm:^6.2.0" + "@nebula.js/ui": "npm:^6.2.0" "@qlik/api": "npm:2.0.0" "@testing-library/dom": "npm:^10.4.1" "@testing-library/react": "npm:^16.3.0" @@ -4874,13 +4874,13 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/snapshooter@workspace:apis/snapshooter" languageName: unknown 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 resolution: "@nebula.js/stardust@workspace:apis/stardust" dependencies: @@ -4888,13 +4888,13 @@ __metadata: "@emotion/styled": "npm:^11.14.1" "@mui/icons-material": "npm:^6.5.0" "@mui/material": "npm:^6.5.0" - "@nebula.js/conversion": "npm:^6.1.1" - "@nebula.js/enigma-mocker": "npm:^6.1.1" - "@nebula.js/locale": "npm:^6.1.1" - "@nebula.js/nucleus": "npm:^6.1.1" - "@nebula.js/supernova": "npm:^6.1.1" - "@nebula.js/theme": "npm:^6.1.1" - "@nebula.js/ui": "npm:^6.1.1" + "@nebula.js/conversion": "npm:^6.2.0" + "@nebula.js/enigma-mocker": "npm:^6.2.0" + "@nebula.js/locale": "npm:^6.2.0" + "@nebula.js/nucleus": "npm:^6.2.0" + "@nebula.js/supernova": "npm:^6.2.0" + "@nebula.js/theme": "npm:^6.2.0" + "@nebula.js/ui": "npm:^6.2.0" "@qlik/api": "npm:2.0.0" "@scriptappy/cli": "npm:0.10.1" "@scriptappy/from-jsdoc": "npm:0.19.1" @@ -4912,11 +4912,11 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/supernova@workspace:apis/supernova" dependencies: - "@nebula.js/conversion": "npm:^6.1.1" + "@nebula.js/conversion": "npm:^6.2.0" extend: "npm:3.0.2" node-event-emitter: "npm:0.0.1" languageName: unknown @@ -4930,7 +4930,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/theme@workspace:apis/theme" dependencies: @@ -4940,7 +4940,7 @@ __metadata: languageName: unknown 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 resolution: "@nebula.js/ui@workspace:packages/ui" dependencies: