diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f0b1762..946e4456f 100644 --- a/CHANGELOG.md +++ b/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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + +### Features + +- add basic bundle analysis for dev builds ([#1673](https://github.com/qlik-oss/nebula.js/issues/1673)) ([8467978](https://github.com/qlik-oss/nebula.js/commit/8467978604ece72bf865435e1b54ffe672e32c0d)) +- add direction as a property to listboxPopover ([#1672](https://github.com/qlik-oss/nebula.js/issues/1672)) ([08a4227](https://github.com/qlik-oss/nebula.js/commit/08a42275965391705ac05eb221e7b6c5fb14040a)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 5532f1500..abb2926b7 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/conversion + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 949131c8d..bb6cd24e3 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "5.9.1", + "version": "5.9.2", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index 030fb492a..959db2cfc 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Features diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index 274ff40f0..0575754aa 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "5.9.1", + "version": "5.9.2", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index 6a2bcb6f4..261b01db5 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/locale + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 44c24bdaf..4d706530f 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "5.9.1", + "version": "5.9.2", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 908876d7c..72ecdf622 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + +### Features + +- add direction as a property to listboxPopover ([#1672](https://github.com/qlik-oss/nebula.js/issues/1672)) ([08a4227](https://github.com/qlik-oss/nebula.js/commit/08a42275965391705ac05eb221e7b6c5fb14040a)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 95f3c24c2..41d00563b 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "5.9.1", + "version": "5.9.2", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.14.0", "@mui/icons-material": "^5.16.14", "@mui/material": "^5.16.14", - "@nebula.js/conversion": "^5.9.1", - "@nebula.js/locale": "^5.9.1", - "@nebula.js/supernova": "^5.9.1", - "@nebula.js/theme": "^5.9.1", - "@nebula.js/ui": "^5.9.1", + "@nebula.js/conversion": "^5.9.2", + "@nebula.js/locale": "^5.9.2", + "@nebula.js/supernova": "^5.9.2", + "@nebula.js/theme": "^5.9.2", + "@nebula.js/ui": "^5.9.2", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "extend": "3.0.2", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 23a73c833..0a2277ae8 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/snapshooter + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index 7c722706f..3d5864b0f 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "5.9.1", + "version": "5.9.2", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 25f948266..49f076c40 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + +### Features + +- add basic bundle analysis for dev builds ([#1673](https://github.com/qlik-oss/nebula.js/issues/1673)) ([8467978](https://github.com/qlik-oss/nebula.js/commit/8467978604ece72bf865435e1b54ffe672e32c0d)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index 6d59c3fa8..1957162b2 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.9.1", + "version": "5.9.2", "license": "MIT", "stability": "stable", "x-qlik-visibility": "public" @@ -189,4 +189,4 @@ } } } -} +} \ No newline at end of file diff --git a/apis/stardust/api-spec/spec.json b/apis/stardust/api-spec/spec.json index 2e0b4b092..7f93b0dd3 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.9.1", + "version": "5.9.2", "license": "MIT", "stability": "stable" }, @@ -1901,6 +1901,32 @@ "const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};" ] }, + "RenderError": { + "extends": [ + { + "type": "Error" + } + ], + "kind": "class", + "constructor": { + "kind": "function", + "params": [ + { + "name": "message", + "type": "string" + }, + { + "name": "originalError", + "type": "Error" + } + ] + }, + "entries": { + "originalError": { + "type": "Error" + } + } + }, "LoadType": { "kind": "interface", "params": [ @@ -1946,32 +1972,6 @@ } } }, - "RenderError": { - "extends": [ - { - "type": "Error" - } - ], - "kind": "class", - "constructor": { - "kind": "function", - "params": [ - { - "name": "message", - "type": "string" - }, - { - "name": "originalError", - "type": "Error" - } - ] - }, - "entries": { - "originalError": { - "type": "Error" - } - } - }, "Navigation": { "stability": "experimental", "availability": { diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 9057891ce..9507ca740 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "5.9.1", + "version": "5.9.2", "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.9.1", - "@nebula.js/enigma-mocker": "^5.9.1", - "@nebula.js/locale": "^5.9.1", - "@nebula.js/nucleus": "^5.9.1", - "@nebula.js/supernova": "^5.9.1", - "@nebula.js/theme": "^5.9.1", - "@nebula.js/ui": "^5.9.1", + "@nebula.js/conversion": "^5.9.2", + "@nebula.js/enigma-mocker": "^5.9.2", + "@nebula.js/locale": "^5.9.2", + "@nebula.js/nucleus": "^5.9.2", + "@nebula.js/supernova": "^5.9.2", + "@nebula.js/theme": "^5.9.2", + "@nebula.js/ui": "^5.9.2", "@qlik/api": "^1.27.0", "@scriptappy/cli": "0.10.0", "@scriptappy/from-jsdoc": "0.19.0", diff --git a/apis/stardust/types/index.d.ts b/apis/stardust/types/index.d.ts index b4fe69cf2..1b39c841b 100644 --- a/apis/stardust/types/index.d.ts +++ b/apis/stardust/types/index.d.ts @@ -607,6 +607,13 @@ declare namespace stardust { fn: ()=>void; } + class RenderError extends Error { + constructor(message: string, originalError: Error); + + originalError: Error; + + } + interface LoadType { (type: { name: string; @@ -621,13 +628,6 @@ declare namespace stardust { meta?: object; } - class RenderError extends Error { - constructor(message: string, originalError: Error); - - originalError: Error; - - } - class Navigation implements stardust.Emitter { constructor(); diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index e3c7fbb53..a2f8ca883 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/supernova + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index 956dcec0f..2d1d8d327 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "5.9.1", + "version": "5.9.2", "main": "src/index.js", "devDependencies": { "extend": "3.0.2", diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index 11d3f0569..48cb3f7b1 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/test-utils + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-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 c50219a20..1eb797c6a 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "5.9.1", + "version": "5.9.2", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index fcea7979c..4ef34e685 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.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/theme + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 4e333702a..9b9a52b3d 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "5.9.1", + "version": "5.9.2", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index 5a3fe5916..416312bf8 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + +### Features + +- add basic bundle analysis for dev builds ([#1673](https://github.com/qlik-oss/nebula.js/issues/1673)) ([8467978](https://github.com/qlik-oss/nebula.js/commit/8467978604ece72bf865435e1b54ffe672e32c0d)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/commands/build/package.json b/commands/build/package.json index dd4825b88..798d3a752 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "5.9.1", + "version": "5.9.2", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index cd04b5346..73a8973b8 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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/cli + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 4eb1d7d51..18c31e3ef 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "5.9.1", + "version": "5.9.2", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "^5.0.0" }, "dependencies": { - "@nebula.js/cli-create": "^5.9.1", + "@nebula.js/cli-create": "^5.9.2", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index a0d6f1d1f..cd875f67a 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/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.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Features + +- add basic bundle analysis for dev builds ([#1673](https://github.com/qlik-oss/nebula.js/issues/1673)) ([8467978](https://github.com/qlik-oss/nebula.js/commit/8467978604ece72bf865435e1b54ffe672e32c0d)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/commands/create/package.json b/commands/create/package.json index e71ee775d..47e5c349c 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "5.9.1", + "version": "5.9.2", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index 2cb79bcc2..a2441a52c 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. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/commands/sense/package.json b/commands/sense/package.json index 5b60beddb..7bf951edb 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "5.9.1", + "version": "5.9.2", "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.7", "@babel/preset-env": "7.26.7", - "@nebula.js/stardust": "^5.9.1", + "@nebula.js/stardust": "^5.9.2", "@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 2b06604d4..264310da4 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +### Bug Fixes + +- **deps:** update minor and patch ([#1671](https://github.com/qlik-oss/nebula.js/issues/1671)) ([410e29f](https://github.com/qlik-oss/nebula.js/commit/410e29f4a9df23505f0b8c50fb8b1cab3a5e748d)) + +### Features + +- add basic bundle analysis for dev builds ([#1673](https://github.com/qlik-oss/nebula.js/issues/1673)) ([8467978](https://github.com/qlik-oss/nebula.js/commit/8467978604ece72bf865435e1b54ffe672e32c0d)) + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) ### Bug Fixes diff --git a/commands/serve/package.json b/commands/serve/package.json index 798350962..1ac557993 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "5.9.1", + "version": "5.9.2", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^5.9.1", + "@nebula.js/cli-build": "^5.9.2", "@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.9.1", - "@nebula.js/nucleus": "^5.9.1", - "@nebula.js/snapshooter": "^5.9.1", - "@nebula.js/stardust": "^5.9.1", - "@nebula.js/ui": "^5.9.1", + "@nebula.js/enigma-mocker": "^5.9.2", + "@nebula.js/nucleus": "^5.9.2", + "@nebula.js/snapshooter": "^5.9.2", + "@nebula.js/stardust": "^5.9.2", + "@nebula.js/ui": "^5.9.2", "autosuggest-highlight": "3.3.4", "babel-loader": "9.2.1", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index 45cdc6a24..48516cbbc 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "5.9.1", + "version": "5.9.2", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5c8a0012c..07bfcda1c 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. +## [5.9.2](https://github.com/qlik-oss/nebula.js/compare/v5.9.1...v5.9.2) (2025-01-30) + +**Note:** Version bump only for package @nebula.js/ui + ## [5.9.1](https://github.com/qlik-oss/nebula.js/compare/v5.9.0...v5.9.1) (2025-01-23) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 6c50435e9..6f8c35c8b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "5.9.1", + "version": "5.9.2", "description": "", "license": "MIT", "author": "QlikTech International AB",