diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e20a76f2..dbc1a919b 100644 --- a/CHANGELOG.md +++ b/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +### Bug Fixes + +- correct type for load fallback function in embed config ([#1619](https://github.com/qlik-oss/nebula.js/issues/1619)) ([081c9c7](https://github.com/qlik-oss/nebula.js/commit/081c9c7496601495054e68705c4bfec70081732b)) +- **deps:** update dependency webpack to v5.94.0 [security] ([#1600](https://github.com/qlik-oss/nebula.js/issues/1600)) ([db8e12a](https://github.com/qlik-oss/nebula.js/commit/db8e12a016d82e176d1cffab5c6b7da2c8699d53)) +- use correct green color for selected ([#1597](https://github.com/qlik-oss/nebula.js/issues/1597)) ([e26f580](https://github.com/qlik-oss/nebula.js/commit/e26f580a1d1cbcbbc967331bc8c7221de9bf563c)) + +### Features + +- dimension labels in selection bar ([#1617](https://github.com/qlik-oss/nebula.js/issues/1617)) ([73ea8f4](https://github.com/qlik-oss/nebula.js/commit/73ea8f4a9b7f6fe654eeb266285d12c3435d09a4)) +- disable portal option ([#1613](https://github.com/qlik-oss/nebula.js/issues/1613)) ([3cdef85](https://github.com/qlik-oss/nebula.js/commit/3cdef85a7b690250dad8a25e0650a9ea9bf2e572)) + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 11b24ff9b..176abe54b 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/conversion + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 9aefb3bc7..3e38f5410 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "5.4.2", + "version": "5.5.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index 822234f28..a66244ca1 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/enigma-mocker diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index 800cb9001..6d72373db 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "5.4.2", + "version": "5.5.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index 584f69ff8..87ea871db 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/locale + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 19207285c..df6610a88 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "5.4.2", + "version": "5.5.0", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index fa06d51f5..98bfd92ed 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +### Bug Fixes + +- correct type for load fallback function in embed config ([#1619](https://github.com/qlik-oss/nebula.js/issues/1619)) ([081c9c7](https://github.com/qlik-oss/nebula.js/commit/081c9c7496601495054e68705c4bfec70081732b)) +- use correct green color for selected ([#1597](https://github.com/qlik-oss/nebula.js/issues/1597)) ([e26f580](https://github.com/qlik-oss/nebula.js/commit/e26f580a1d1cbcbbc967331bc8c7221de9bf563c)) + +### Features + +- dimension labels in selection bar ([#1617](https://github.com/qlik-oss/nebula.js/issues/1617)) ([73ea8f4](https://github.com/qlik-oss/nebula.js/commit/73ea8f4a9b7f6fe654eeb266285d12c3435d09a4)) +- disable portal option ([#1613](https://github.com/qlik-oss/nebula.js/issues/1613)) ([3cdef85](https://github.com/qlik-oss/nebula.js/commit/3cdef85a7b690250dad8a25e0650a9ea9bf2e572)) + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 897dc95b8..0a191567e 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "5.4.2", + "version": "5.5.0", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@nebula.js/conversion": "^5.4.2", - "@nebula.js/locale": "^5.4.2", - "@nebula.js/supernova": "^5.4.2", - "@nebula.js/theme": "^5.4.2", - "@nebula.js/ui": "^5.4.2", + "@nebula.js/conversion": "^5.5.0", + "@nebula.js/locale": "^5.5.0", + "@nebula.js/supernova": "^5.5.0", + "@nebula.js/theme": "^5.5.0", + "@nebula.js/ui": "^5.5.0", "@testing-library/react": "^14.3.1", "extend": "3.0.2", "node-event-emitter": "0.0.1", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 4aca851b5..48c64c8d3 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/snapshooter + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index 14a149312..4d5d8b1f8 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "5.4.2", + "version": "5.5.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 7d1dd414c..5a4cd1108 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +### Bug Fixes + +- correct type for load fallback function in embed config ([#1619](https://github.com/qlik-oss/nebula.js/issues/1619)) ([081c9c7](https://github.com/qlik-oss/nebula.js/commit/081c9c7496601495054e68705c4bfec70081732b)) + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **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 142e036a7..a33a6f778 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": "5.4.2", + "version": "5.5.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 78325c1f7..ca65bf36f 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": "5.4.2", + "version": "5.5.0", "license": "MIT", "stability": "stable" }, diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 868d382a0..4e1c2cfcf 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "5.4.2", + "version": "5.5.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.13.0", "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", - "@nebula.js/conversion": "^5.4.2", - "@nebula.js/enigma-mocker": "^5.4.2", - "@nebula.js/locale": "^5.4.2", - "@nebula.js/nucleus": "^5.4.2", - "@nebula.js/supernova": "^5.4.2", - "@nebula.js/theme": "^5.4.2", - "@nebula.js/ui": "^5.4.2", + "@nebula.js/conversion": "^5.5.0", + "@nebula.js/enigma-mocker": "^5.5.0", + "@nebula.js/locale": "^5.5.0", + "@nebula.js/nucleus": "^5.5.0", + "@nebula.js/supernova": "^5.5.0", + "@nebula.js/theme": "^5.5.0", + "@nebula.js/ui": "^5.5.0", "@qlik/api": "^1.14.0", "@scriptappy/cli": "0.10.0", "@scriptappy/from-jsdoc": "0.19.0", diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 48a415f14..9a1be3e51 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/supernova + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index f2d535834..9c44fc4d1 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "5.4.2", + "version": "5.5.0", "main": "src/index.js", "devDependencies": { "extend": "3.0.2", diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index 36054c829..841cf0673 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/test-utils + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **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 023f6ac63..f39948ee2 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "5.4.2", + "version": "5.5.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index c2382e0c4..62423ab4a 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/theme + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) ### Bug Fixes diff --git a/apis/theme/package.json b/apis/theme/package.json index 96a00930e..ca7a03e31 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "5.4.2", + "version": "5.5.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index 3ee57691f..265a83e4e 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/cli-build + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/cli-build diff --git a/commands/build/package.json b/commands/build/package.json index 13c9dfb89..f50af0d47 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "5.4.2", + "version": "5.5.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 66c3bed1f..ca4cb1e82 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/cli + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 940fa4a25..098ed00ec 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "5.4.2", + "version": "5.5.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "^5.0.0" }, "dependencies": { - "@nebula.js/cli-create": "^5.4.2", + "@nebula.js/cli-create": "^5.5.0", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index 10d0c995b..a53c28025 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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/cli-create + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/cli-create diff --git a/commands/create/package.json b/commands/create/package.json index 31ac8912e..0cc84ca34 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "5.4.2", + "version": "5.5.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index 5eccd261e..1ea574703 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +**Note:** Version bump only for package @nebula.js/cli-sense + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/cli-sense diff --git a/commands/sense/package.json b/commands/sense/package.json index 3e1e900de..e584f56cb 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "5.4.2", + "version": "5.5.0", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.24.8", "@babel/core": "7.25.2", "@babel/preset-env": "7.25.3", - "@nebula.js/stardust": "^5.4.2", + "@nebula.js/stardust": "^5.5.0", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-node-resolve": "15.2.3", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 5e199b70c..c62163eeb 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +### Bug Fixes + +- **deps:** update dependency webpack to v5.94.0 [security] ([#1600](https://github.com/qlik-oss/nebula.js/issues/1600)) ([db8e12a](https://github.com/qlik-oss/nebula.js/commit/db8e12a016d82e176d1cffab5c6b7da2c8699d53)) + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/cli-serve diff --git a/commands/serve/package.json b/commands/serve/package.json index b359182a0..0756a13d9 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "5.4.2", + "version": "5.5.0", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^5.4.2", + "@nebula.js/cli-build": "^5.5.0", "@qlik/sdk": "0.27.1", "body-parser": "1.20.2", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.24.7", "@mui/material": "^5.16.6", "@mui/system": "^5.16.6", - "@nebula.js/enigma-mocker": "^5.4.2", - "@nebula.js/nucleus": "^5.4.2", - "@nebula.js/snapshooter": "^5.4.2", - "@nebula.js/stardust": "^5.4.2", - "@nebula.js/ui": "^5.4.2", + "@nebula.js/enigma-mocker": "^5.5.0", + "@nebula.js/nucleus": "^5.5.0", + "@nebula.js/snapshooter": "^5.5.0", + "@nebula.js/stardust": "^5.5.0", + "@nebula.js/ui": "^5.5.0", "autosuggest-highlight": "3.3.4", "babel-loader": "9.1.3", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index b761c50c9..c7c303a95 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "5.4.2", + "version": "5.5.0", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8de83489f..6601a0f55 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30) + +### Bug Fixes + +- use correct green color for selected ([#1597](https://github.com/qlik-oss/nebula.js/issues/1597)) ([e26f580](https://github.com/qlik-oss/nebula.js/commit/e26f580a1d1cbcbbc967331bc8c7221de9bf563c)) + ## [5.4.2](https://github.com/qlik-oss/nebula.js/compare/v5.4.1...v5.4.2) (2024-08-27) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 278672e20..cb66f956b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "5.4.2", + "version": "5.5.0", "description": "", "license": "MIT", "author": "QlikTech International AB",