diff --git a/CHANGELOG.md b/CHANGELOG.md index a47f7b4be..3afe47569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- avoid crash if color is invalid ([#1647](https://github.com/qlik-oss/nebula.js/issues/1647)) ([0cfe778](https://github.com/qlik-oss/nebula.js/commit/0cfe77835cc806ccb786114b65ee7b05cf8fb14a)) +- **deps:** update dependency @rollup/plugin-node-resolve to v16 ([#1653](https://github.com/qlik-oss/nebula.js/issues/1653)) ([d675452](https://github.com/qlik-oss/nebula.js/commit/d675452355725f533eee581ce8d1018dc429ea3d)) +- **deps:** update dependency chokidar to v4 ([#1608](https://github.com/qlik-oss/nebula.js/issues/1608)) ([4cbeba7](https://github.com/qlik-oss/nebula.js/commit/4cbeba7555c0a43a588e0141ba210ef4b61f667a)) +- **deps:** update dependency puppeteer to v23 ([#1588](https://github.com/qlik-oss/nebula.js/issues/1588)) ([417bb81](https://github.com/qlik-oss/nebula.js/commit/417bb81d25a063cf9bd70dc6a900700baf943845)) +- **deps:** update dependency webpack-cli to v6 ([#1656](https://github.com/qlik-oss/nebula.js/issues/1656)) ([6d47e5b](https://github.com/qlik-oss/nebula.js/commit/6d47e5bea30ff43e8fd03fcf9a634880d0ac3f07)) +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) +- move options into **DO_NOT_USE** ([#1648](https://github.com/qlik-oss/nebula.js/issues/1648)) ([6a25b54](https://github.com/qlik-oss/nebula.js/commit/6a25b5439eb3b1de8441c7c4ec3d6d7b2461e6be)) + +### Features + +- update listbox options ([#1646](https://github.com/qlik-oss/nebula.js/issues/1646)) ([ce9424f](https://github.com/qlik-oss/nebula.js/commit/ce9424f3b4cff204b21518b19accda3c2aa48605)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index d744e50fd..fc99edad7 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/conversion + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index c90c9763a..0f9f498c8 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "5.8.1", + "version": "5.9.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index a67f70324..bbc51cb5d 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **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 a7d8f1b48..6027f8ae8 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "5.8.1", + "version": "5.9.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index bb0730c83..6a4a8e000 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/locale + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 27fc0ab2b..8bc478781 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "5.8.1", + "version": "5.9.0", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index abc4674c3..0f0fde5b8 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. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) +- move options into **DO_NOT_USE** ([#1648](https://github.com/qlik-oss/nebula.js/issues/1648)) ([6a25b54](https://github.com/qlik-oss/nebula.js/commit/6a25b5439eb3b1de8441c7c4ec3d6d7b2461e6be)) + +### Features + +- update listbox options ([#1646](https://github.com/qlik-oss/nebula.js/issues/1646)) ([ce9424f](https://github.com/qlik-oss/nebula.js/commit/ce9424f3b4cff204b21518b19accda3c2aa48605)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/nucleus diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index e8e59d63a..3455806b8 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "5.8.1", + "version": "5.9.0", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,13 +8,13 @@ "@emotion/styled": "^11.14.0", "@mui/icons-material": "^5.16.14", "@mui/material": "^5.16.14", - "@nebula.js/conversion": "^5.8.1", - "@nebula.js/locale": "^5.8.1", - "@nebula.js/supernova": "^5.8.1", - "@nebula.js/theme": "^5.8.1", - "@nebula.js/ui": "^5.8.1", - "@testing-library/react": "^16.1.0", + "@nebula.js/conversion": "^5.9.0", + "@nebula.js/locale": "^5.9.0", + "@nebula.js/supernova": "^5.9.0", + "@nebula.js/theme": "^5.9.0", + "@nebula.js/ui": "^5.9.0", "@testing-library/dom": "^10.4.0", + "@testing-library/react": "^16.1.0", "extend": "3.0.2", "node-event-emitter": "0.0.1", "qlik-chart-modules": "0.82.0", @@ -26,4 +26,4 @@ "react-window-infinite-loader": "1.0.9", "semver": "7.6.3" } -} \ No newline at end of file +} diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index da70dbb59..4be33edc1 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/snapshooter + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index cfff2450a..734be57a0 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "5.8.1", + "version": "5.9.0", "private": true, "description": "", "license": "MIT", @@ -25,4 +25,4 @@ "build": "cross-env NODE_ENV=production rollup --bundleConfigAsCjs --config ./rollup.config.js", "prepublishOnly": "rm -rf dist && yarn run build" } -} \ No newline at end of file +} diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index b982658ff..23fbcf40c 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/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. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) ### Bug Fixes diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index d7f7232f4..ece73fc20 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.8.1", + "version": "5.9.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 5594d7ce1..e376e2673 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.8.1", + "version": "5.9.0", "license": "MIT", "stability": "stable" }, diff --git a/apis/stardust/package.json b/apis/stardust/package.json index b38e0d046..fc13a232f 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "5.8.1", + "version": "5.9.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.0", "@mui/icons-material": "^5.16.14", "@mui/material": "^5.16.14", - "@nebula.js/conversion": "^5.8.1", - "@nebula.js/enigma-mocker": "^5.8.1", - "@nebula.js/locale": "^5.8.1", - "@nebula.js/nucleus": "^5.8.1", - "@nebula.js/supernova": "^5.8.1", - "@nebula.js/theme": "^5.8.1", - "@nebula.js/ui": "^5.8.1", + "@nebula.js/conversion": "^5.9.0", + "@nebula.js/enigma-mocker": "^5.9.0", + "@nebula.js/locale": "^5.9.0", + "@nebula.js/nucleus": "^5.9.0", + "@nebula.js/supernova": "^5.9.0", + "@nebula.js/theme": "^5.9.0", + "@nebula.js/ui": "^5.9.0", "@qlik/api": "^1.26.0", "@scriptappy/cli": "0.10.0", "@scriptappy/from-jsdoc": "0.19.0", @@ -67,4 +67,4 @@ "regenerator-runtime": "0.14.1", "semver": "7.6.3" } -} \ No newline at end of file +} diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 8a4f9885a..5dda36898 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/supernova + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) ### Bug Fixes diff --git a/apis/supernova/package.json b/apis/supernova/package.json index cf8af8b1d..82ec978bc 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "5.8.1", + "version": "5.9.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 d725369b1..33596cb37 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/test-utils + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **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 8f264ea50..cea3285f5 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "5.8.1", + "version": "5.9.0", "private": true, "description": "", "license": "MIT", @@ -27,4 +27,4 @@ "peerDependencies": { "@nebula.js/stardust": ">=5.0.0" } -} \ No newline at end of file +} diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 0b4e27a6b..10367515f 100644 --- a/apis/theme/CHANGELOG.md +++ b/apis/theme/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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- avoid crash if color is invalid ([#1647](https://github.com/qlik-oss/nebula.js/issues/1647)) ([0cfe778](https://github.com/qlik-oss/nebula.js/commit/0cfe77835cc806ccb786114b65ee7b05cf8fb14a)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index d8ac611e3..8e2be8419 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "5.8.1", + "version": "5.9.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index 7edf84ab0..ff901bfc2 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update dependency @rollup/plugin-node-resolve to v16 ([#1653](https://github.com/qlik-oss/nebula.js/issues/1653)) ([d675452](https://github.com/qlik-oss/nebula.js/commit/d675452355725f533eee581ce8d1018dc429ea3d)) +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/cli-build diff --git a/commands/build/package.json b/commands/build/package.json index 79e738374..2a821db8d 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "5.8.1", + "version": "5.9.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index c314f9f2d..0f6801b06 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/cli + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 35a30857f..6ec3f71e1 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "5.8.1", + "version": "5.9.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.8.1", + "@nebula.js/cli-create": "^5.9.0", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index d4ddcc881..dad2af2da 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.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +**Note:** Version bump only for package @nebula.js/cli-create + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/cli-create diff --git a/commands/create/package.json b/commands/create/package.json index 09fff27d3..08eb0f607 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "5.8.1", + "version": "5.9.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index f3c772ff9..019be36c6 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update dependency @rollup/plugin-node-resolve to v16 ([#1653](https://github.com/qlik-oss/nebula.js/issues/1653)) ([d675452](https://github.com/qlik-oss/nebula.js/commit/d675452355725f533eee581ce8d1018dc429ea3d)) +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/cli-sense diff --git a/commands/sense/package.json b/commands/sense/package.json index 53dbc25fc..e8a62c0dd 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "5.8.1", + "version": "5.9.0", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.26.4", "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", - "@nebula.js/stardust": "^5.8.1", + "@nebula.js/stardust": "^5.9.0", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.2", "@rollup/plugin-node-resolve": "16.0.0", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 2568e3a94..38ca518db 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update dependency chokidar to v4 ([#1608](https://github.com/qlik-oss/nebula.js/issues/1608)) ([4cbeba7](https://github.com/qlik-oss/nebula.js/commit/4cbeba7555c0a43a588e0141ba210ef4b61f667a)) +- **deps:** update dependency puppeteer to v23 ([#1588](https://github.com/qlik-oss/nebula.js/issues/1588)) ([417bb81](https://github.com/qlik-oss/nebula.js/commit/417bb81d25a063cf9bd70dc6a900700baf943845)) +- **deps:** update dependency webpack-cli to v6 ([#1656](https://github.com/qlik-oss/nebula.js/issues/1656)) ([6d47e5b](https://github.com/qlik-oss/nebula.js/commit/6d47e5bea30ff43e8fd03fcf9a634880d0ac3f07)) +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/cli-serve diff --git a/commands/serve/package.json b/commands/serve/package.json index 0b8500433..76506132d 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "5.8.1", + "version": "5.9.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.8.1", + "@nebula.js/cli-build": "^5.9.0", "@qlik/sdk": "0.28.0", "body-parser": "1.20.3", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.26.3", "@mui/material": "^5.16.14", "@mui/system": "^5.16.14", - "@nebula.js/enigma-mocker": "^5.8.1", - "@nebula.js/nucleus": "^5.8.1", - "@nebula.js/snapshooter": "^5.8.1", - "@nebula.js/stardust": "^5.8.1", - "@nebula.js/ui": "^5.8.1", + "@nebula.js/enigma-mocker": "^5.9.0", + "@nebula.js/nucleus": "^5.9.0", + "@nebula.js/snapshooter": "^5.9.0", + "@nebula.js/stardust": "^5.9.0", + "@nebula.js/ui": "^5.9.0", "autosuggest-highlight": "3.3.4", "babel-loader": "9.2.1", "d3-require": "1.3.0", @@ -73,4 +73,4 @@ "react-dom": "18.3.1", "react-router": "7.1.1" } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index 7dc5cf7b4..06b0da4cf 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "5.8.1", + "version": "5.9.0", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 28573509b..303446403 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +# [5.9.0](https://github.com/qlik-oss/nebula.js/compare/v5.8.1...v5.9.0) (2025-01-13) + +### Bug Fixes + +- **deps:** update minor and patch ([#1649](https://github.com/qlik-oss/nebula.js/issues/1649)) ([cd22432](https://github.com/qlik-oss/nebula.js/commit/cd22432c37ddfffec19109eb6366adfcac32a36c)) +- **deps:** update minor and patch ([#1655](https://github.com/qlik-oss/nebula.js/issues/1655)) ([123f2ef](https://github.com/qlik-oss/nebula.js/commit/123f2ef95b5491e789015a62f6bce048d20984fb)) +- **deps:** update minor and patch ([#1660](https://github.com/qlik-oss/nebula.js/issues/1660)) ([cb43faa](https://github.com/qlik-oss/nebula.js/commit/cb43faa739a4a2e06b178dcd22c90092a36276d0)) + ## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 5fd4fe3e8..e72850630 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "5.8.1", + "version": "5.9.0", "description": "", "license": "MIT", "author": "QlikTech International AB",