diff --git a/CHANGELOG.md b/CHANGELOG.md index a72ee65e8..4370e035d 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- add whitespace normal property ([#1723](https://github.com/qlik-oss/nebula.js/issues/1723)) ([5f08509](https://github.com/qlik-oss/nebula.js/commit/5f08509d3b0a9264844b2813588ee32c5d804128)) +- allow for external focus management ([#1730](https://github.com/qlik-oss/nebula.js/issues/1730)) ([bdf73b6](https://github.com/qlik-oss/nebula.js/commit/bdf73b6549a11de3d1843944c4839aed3c53958d)) +- check for no prefix and update help text ([#1731](https://github.com/qlik-oss/nebula.js/issues/1731)) ([f65c678](https://github.com/qlik-oss/nebula.js/commit/f65c678c80cc3eb1e9f38b99a7d0026e1539faf9)) +- **deps:** update dependency express to v5 ([#1714](https://github.com/qlik-oss/nebula.js/issues/1714)) ([4bc3349](https://github.com/qlik-oss/nebula.js/commit/4bc33495b2658727d31cf1b69c39cd960cf16657)) +- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775)) +- **deps:** update minor and patch ([#1722](https://github.com/qlik-oss/nebula.js/issues/1722)) ([b1146c6](https://github.com/qlik-oss/nebula.js/commit/b1146c66394f26cd017ea5de61865c6e58a44dbe)) +- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df)) +- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125)) +- work with client mixins ([#1733](https://github.com/qlik-oss/nebula.js/issues/1733)) ([d952e5a](https://github.com/qlik-oss/nebula.js/commit/d952e5a5bbdb214a6433c66d93ecdba2daa10d13)) + +### Features + +- add viewDataToggled and toggleFocus ([#1711](https://github.com/qlik-oss/nebula.js/issues/1711)) ([63850fe](https://github.com/qlik-oss/nebula.js/commit/63850fe28f9a7a40546e324e25e6dcb71d76df5f)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index df07be1af..ce4cda008 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/conversion + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index fa98836e1..c9663b21d 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "5.12.6", + "version": "5.13.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index b47c58a9f..05b8350a1 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **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 80c11ebf9..1d778d729 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "5.12.6", + "version": "5.13.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index 424147434..234c11df0 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/locale + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index ba707a479..aebef1c97 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "5.12.6", + "version": "5.13.0", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 0d855d908..b5118e086 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- add whitespace normal property ([#1723](https://github.com/qlik-oss/nebula.js/issues/1723)) ([5f08509](https://github.com/qlik-oss/nebula.js/commit/5f08509d3b0a9264844b2813588ee32c5d804128)) +- allow for external focus management ([#1730](https://github.com/qlik-oss/nebula.js/issues/1730)) ([bdf73b6](https://github.com/qlik-oss/nebula.js/commit/bdf73b6549a11de3d1843944c4839aed3c53958d)) +- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775)) +- **deps:** update minor and patch ([#1722](https://github.com/qlik-oss/nebula.js/issues/1722)) ([b1146c6](https://github.com/qlik-oss/nebula.js/commit/b1146c66394f26cd017ea5de61865c6e58a44dbe)) +- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df)) +- work with client mixins ([#1733](https://github.com/qlik-oss/nebula.js/issues/1733)) ([d952e5a](https://github.com/qlik-oss/nebula.js/commit/d952e5a5bbdb214a6433c66d93ecdba2daa10d13)) + +### Features + +- add viewDataToggled and toggleFocus ([#1711](https://github.com/qlik-oss/nebula.js/issues/1711)) ([63850fe](https://github.com/qlik-oss/nebula.js/commit/63850fe28f9a7a40546e324e25e6dcb71d76df5f)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 8a2a79b65..f35b6f52a 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "5.12.6", + "version": "5.13.0", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.14.0", "@mui/icons-material": "^5.17.1", "@mui/material": "^5.17.1", - "@nebula.js/conversion": "^5.12.6", - "@nebula.js/locale": "^5.12.6", - "@nebula.js/supernova": "^5.12.6", - "@nebula.js/theme": "^5.12.6", - "@nebula.js/ui": "^5.12.6", + "@nebula.js/conversion": "^5.13.0", + "@nebula.js/locale": "^5.13.0", + "@nebula.js/supernova": "^5.13.0", + "@nebula.js/theme": "^5.13.0", + "@nebula.js/ui": "^5.13.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "extend": "3.0.2", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 5ca9f7641..37b9fb29b 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/snapshooter + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index 556697c60..881b35e49 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "5.12.6", + "version": "5.13.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 67ffcba1c..5563867c4 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- **deps:** update minor and patch ([#1722](https://github.com/qlik-oss/nebula.js/issues/1722)) ([b1146c6](https://github.com/qlik-oss/nebula.js/commit/b1146c66394f26cd017ea5de61865c6e58a44dbe)) +- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125)) + +### Features + +- add viewDataToggled and toggleFocus ([#1711](https://github.com/qlik-oss/nebula.js/issues/1711)) ([63850fe](https://github.com/qlik-oss/nebula.js/commit/63850fe28f9a7a40546e324e25e6dcb71d76df5f)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index 18efb05af..d9aac2148 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.12.6", + "version": "5.13.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 f263b3219..a562ce5c7 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.12.6", + "version": "5.13.0", "license": "MIT", "stability": "stable" }, @@ -1727,33 +1727,6 @@ } } }, - "Plugin": { - "description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.", - "stability": "experimental", - "availability": { - "since": "1.2.0" - }, - "kind": "interface", - "entries": { - "info": { - "description": "Object that can hold various meta info about the plugin", - "kind": "object", - "entries": { - "name": { - "description": "The name of the plugin", - "type": "string" - } - } - }, - "fn": { - "description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.", - "type": "function" - } - }, - "examples": [ - "const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};" - ] - }, "Field": { "kind": "alias", "items": { @@ -1905,6 +1878,33 @@ } } }, + "Plugin": { + "description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.", + "stability": "experimental", + "availability": { + "since": "1.2.0" + }, + "kind": "interface", + "entries": { + "info": { + "description": "Object that can hold various meta info about the plugin", + "kind": "object", + "entries": { + "name": { + "description": "The name of the plugin", + "type": "string" + } + } + }, + "fn": { + "description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.", + "type": "function" + } + }, + "examples": [ + "const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};" + ] + }, "LoadType": { "kind": "interface", "params": [ diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 1083dd8a6..2c2c30793 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "5.12.6", + "version": "5.13.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.17.1", "@mui/material": "^5.17.1", - "@nebula.js/conversion": "^5.12.6", - "@nebula.js/enigma-mocker": "^5.12.6", - "@nebula.js/locale": "^5.12.6", - "@nebula.js/nucleus": "^5.12.6", - "@nebula.js/supernova": "^5.12.6", - "@nebula.js/theme": "^5.12.6", - "@nebula.js/ui": "^5.12.6", + "@nebula.js/conversion": "^5.13.0", + "@nebula.js/enigma-mocker": "^5.13.0", + "@nebula.js/locale": "^5.13.0", + "@nebula.js/nucleus": "^5.13.0", + "@nebula.js/supernova": "^5.13.0", + "@nebula.js/theme": "^5.13.0", + "@nebula.js/ui": "^5.13.0", "@qlik/api": "^1.32.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 9a61501f8..0531cb84a 100644 --- a/apis/stardust/types/index.d.ts +++ b/apis/stardust/types/index.d.ts @@ -558,16 +558,6 @@ declare namespace stardust { } - /** - * An object literal containing meta information about the plugin and a function containing the plugin implementation. - */ - interface Plugin { - info: { - name: string; - }; - fn: ()=>void; - } - type Field = string | qix.NxDimension | qix.NxMeasure | stardust.LibraryField; /** @@ -609,6 +599,16 @@ declare namespace stardust { type: "dimension" | "measure"; } + /** + * An object literal containing meta information about the plugin and a function containing the plugin implementation. + */ + interface Plugin { + info: { + name: string; + }; + fn: ()=>void; + } + interface LoadType { (type: { name: string; diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 26203d271..176b6419f 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- allow for external focus management ([#1730](https://github.com/qlik-oss/nebula.js/issues/1730)) ([bdf73b6](https://github.com/qlik-oss/nebula.js/commit/bdf73b6549a11de3d1843944c4839aed3c53958d)) + +### Features + +- add viewDataToggled and toggleFocus ([#1711](https://github.com/qlik-oss/nebula.js/issues/1711)) ([63850fe](https://github.com/qlik-oss/nebula.js/commit/63850fe28f9a7a40546e324e25e6dcb71d76df5f)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index d05d11b7b..74adca406 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "5.12.6", + "version": "5.13.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 e280cb90b..28238633d 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/test-utils + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **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 2c79a0aa3..94b6a1845 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "5.12.6", + "version": "5.13.0", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 749cc16dc..20dda7856 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/theme + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index e96deba4e..d12f357f4 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "5.12.6", + "version": "5.13.0", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index dd9f50e1c..ee07a54f9 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775)) +- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df)) +- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/commands/build/package.json b/commands/build/package.json index 05131f42e..505b6c872 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "5.12.6", + "version": "5.13.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 589a5b978..40246cd31 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/cli + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 5e67e0c82..10081124d 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "5.12.6", + "version": "5.13.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.12.6", + "@nebula.js/cli-create": "^5.13.0", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index c3a6fe006..a5be97e96 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/cli-create + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/cli-create diff --git a/commands/create/package.json b/commands/create/package.json index bff244c34..45bb11314 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "5.12.6", + "version": "5.13.0", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index 3558be32d..25c924887 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775)) +- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df)) +- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/commands/sense/package.json b/commands/sense/package.json index 3358ecc6a..bf6f9d047 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "5.12.6", + "version": "5.13.0", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.27.1", "@babel/core": "7.27.1", "@babel/preset-env": "7.27.1", - "@nebula.js/stardust": "^5.12.6", + "@nebula.js/stardust": "^5.13.0", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.3", "@rollup/plugin-node-resolve": "16.0.1", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 7318f6265..497db51bf 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +### Bug Fixes + +- check for no prefix and update help text ([#1731](https://github.com/qlik-oss/nebula.js/issues/1731)) ([f65c678](https://github.com/qlik-oss/nebula.js/commit/f65c678c80cc3eb1e9f38b99a7d0026e1539faf9)) +- **deps:** update dependency express to v5 ([#1714](https://github.com/qlik-oss/nebula.js/issues/1714)) ([4bc3349](https://github.com/qlik-oss/nebula.js/commit/4bc33495b2658727d31cf1b69c39cd960cf16657)) +- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775)) +- **deps:** update minor and patch ([#1722](https://github.com/qlik-oss/nebula.js/issues/1722)) ([b1146c6](https://github.com/qlik-oss/nebula.js/commit/b1146c66394f26cd017ea5de61865c6e58a44dbe)) +- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df)) +- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125)) + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) ### Bug Fixes diff --git a/commands/serve/package.json b/commands/serve/package.json index ed1aafd5e..f315e83d7 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "5.12.6", + "version": "5.13.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.12.6", + "@nebula.js/cli-build": "^5.13.0", "@qlik/sdk": "0.28.0", "body-parser": "2.2.0", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.27.1", "@mui/material": "^5.17.1", "@mui/system": "^5.17.1", - "@nebula.js/enigma-mocker": "^5.12.6", - "@nebula.js/nucleus": "^5.12.6", - "@nebula.js/snapshooter": "^5.12.6", - "@nebula.js/stardust": "^5.12.6", - "@nebula.js/ui": "^5.12.6", + "@nebula.js/enigma-mocker": "^5.13.0", + "@nebula.js/nucleus": "^5.13.0", + "@nebula.js/snapshooter": "^5.13.0", + "@nebula.js/stardust": "^5.13.0", + "@nebula.js/ui": "^5.13.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 a6bce16d6..30fb11ab7 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "5.12.6", + "version": "5.13.0", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 40d7f072d..df651c6c5 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.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05) + +**Note:** Version bump only for package @nebula.js/ui + ## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 4c2d3ea6b..128a9e346 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "5.12.6", + "version": "5.13.0", "description": "", "license": "MIT", "author": "QlikTech International AB",