From 81f41e7767d314c4718639ce7c919c15898e3fbb Mon Sep 17 00:00:00 2001 From: caele Date: Wed, 12 Jun 2024 17:21:37 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v5.1.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++ apis/conversion/CHANGELOG.md | 4 ++ apis/conversion/package.json | 2 +- apis/enigma-mocker/CHANGELOG.md | 4 ++ apis/enigma-mocker/package.json | 2 +- apis/locale/CHANGELOG.md | 4 ++ apis/locale/package.json | 2 +- apis/nucleus/CHANGELOG.md | 6 +++ apis/nucleus/package.json | 12 ++--- apis/snapshooter/CHANGELOG.md | 4 ++ apis/snapshooter/package.json | 2 +- apis/stardust/CHANGELOG.md | 4 ++ apis/stardust/api-spec/listbox-spec.json | 2 +- apis/stardust/api-spec/spec.json | 56 ++++++++++++------------ apis/stardust/package.json | 16 +++---- apis/stardust/types/index.d.ts | 20 ++++----- apis/supernova/CHANGELOG.md | 6 +++ apis/supernova/package.json | 2 +- apis/test-utils/CHANGELOG.md | 4 ++ apis/test-utils/package.json | 2 +- apis/theme/CHANGELOG.md | 4 ++ apis/theme/package.json | 2 +- commands/build/CHANGELOG.md | 6 +++ commands/build/package.json | 2 +- commands/cli/CHANGELOG.md | 4 ++ commands/cli/package.json | 4 +- commands/create/CHANGELOG.md | 4 ++ commands/create/package.json | 2 +- commands/sense/CHANGELOG.md | 4 ++ commands/sense/package.json | 4 +- commands/serve/CHANGELOG.md | 4 ++ commands/serve/package.json | 14 +++--- lerna.json | 2 +- packages/ui/CHANGELOG.md | 4 ++ packages/ui/package.json | 2 +- 35 files changed, 147 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f035447..0d4d90be9 100644 --- a/CHANGELOG.md +++ b/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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +### Bug Fixes + +- broken search ([#1558](https://github.com/qlik-oss/nebula.js/issues/1558)) ([fdbb456](https://github.com/qlik-oss/nebula.js/commit/fdbb4560f8a22adc1a0fd157ae0fcc4861aa1a1e)) + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 1d5f36623..1e5fbd3ff 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/conversion + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 6c3a25e3e..dd2717def 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "5.1.0", + "version": "5.1.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index af95afe22..e0dabc9a7 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **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 d71d1be4c..497ad6e69 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "5.1.0", + "version": "5.1.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index 65761fbb2..8c981b0b6 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/locale + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 5622e88a9..19ffa8ae8 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "5.1.0", + "version": "5.1.1", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 58ad84af5..e976447ee 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +### Bug Fixes + +- broken search ([#1558](https://github.com/qlik-oss/nebula.js/issues/1558)) ([fdbb456](https://github.com/qlik-oss/nebula.js/commit/fdbb4560f8a22adc1a0fd157ae0fcc4861aa1a1e)) + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/nucleus diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 0445d2a57..571d2ed13 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "5.1.0", + "version": "5.1.1", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.18", "@mui/material": "^5.15.18", - "@nebula.js/conversion": "^5.1.0", - "@nebula.js/locale": "^5.1.0", - "@nebula.js/supernova": "^5.1.0", - "@nebula.js/theme": "^5.1.0", - "@nebula.js/ui": "^5.1.0", + "@nebula.js/conversion": "^5.1.1", + "@nebula.js/locale": "^5.1.1", + "@nebula.js/supernova": "^5.1.1", + "@nebula.js/theme": "^5.1.1", + "@nebula.js/ui": "^5.1.1", "@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 e5e205e6d..a6448e910 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/snapshooter + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index df64ddfaa..771c80350 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "5.1.0", + "version": "5.1.1", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 11054670b..ce5ba92c1 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/stardust + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **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 d0486bb70..ae7beb337 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.1.0", + "version": "5.1.1", "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 464ac4224..ec28bb17e 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.1.0", + "version": "5.1.1", "license": "MIT", "stability": "stable" }, @@ -1658,33 +1658,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": { @@ -1820,6 +1793,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 ead9c11d5..c1cd5806d 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "5.1.0", + "version": "5.1.1", "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.11.5", "@mui/icons-material": "^5.15.18", "@mui/material": "^5.15.18", - "@nebula.js/conversion": "^5.1.0", - "@nebula.js/enigma-mocker": "^5.1.0", - "@nebula.js/locale": "^5.1.0", - "@nebula.js/nucleus": "^5.1.0", - "@nebula.js/supernova": "^5.1.0", - "@nebula.js/theme": "^5.1.0", - "@nebula.js/ui": "^5.1.0", + "@nebula.js/conversion": "^5.1.1", + "@nebula.js/enigma-mocker": "^5.1.1", + "@nebula.js/locale": "^5.1.1", + "@nebula.js/nucleus": "^5.1.1", + "@nebula.js/supernova": "^5.1.1", + "@nebula.js/theme": "^5.1.1", + "@nebula.js/ui": "^5.1.1", "@qlik/api": "^1.7.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 d4b7bc6e4..2b31828b8 100644 --- a/apis/stardust/types/index.d.ts +++ b/apis/stardust/types/index.d.ts @@ -536,16 +536,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; /** @@ -578,6 +568,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 17010ae43..79f5da6f1 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +### Bug Fixes + +- broken search ([#1558](https://github.com/qlik-oss/nebula.js/issues/1558)) ([fdbb456](https://github.com/qlik-oss/nebula.js/commit/fdbb4560f8a22adc1a0fd157ae0fcc4861aa1a1e)) + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) ### Bug Fixes diff --git a/apis/supernova/package.json b/apis/supernova/package.json index 517252527..50196d907 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "5.1.0", + "version": "5.1.1", "main": "src/index.js", "devDependencies": { "extend": "3.0.2", diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index d857f920c..73f535569 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/test-utils + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **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 0ca891be0..a4e9e9b43 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "5.1.0", + "version": "5.1.1", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 6b5a35fcb..8056af09f 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/theme + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 4ceffc2b5..a076c7d3e 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "5.1.0", + "version": "5.1.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index d53c2d185..bfa17aada 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +### Bug Fixes + +- broken search ([#1558](https://github.com/qlik-oss/nebula.js/issues/1558)) ([fdbb456](https://github.com/qlik-oss/nebula.js/commit/fdbb4560f8a22adc1a0fd157ae0fcc4861aa1a1e)) + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/cli-build diff --git a/commands/build/package.json b/commands/build/package.json index 0f1ac60fe..5f1f4b9ac 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "5.1.0", + "version": "5.1.1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 80c397428..86b189344 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/cli + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 4f573bd18..480f6526e 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "5.1.0", + "version": "5.1.1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "^5.0.0" }, "dependencies": { - "@nebula.js/cli-create": "^5.1.0", + "@nebula.js/cli-create": "^5.1.1", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index 6b4451cc3..7d34162ac 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/cli-create + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) ### Features diff --git a/commands/create/package.json b/commands/create/package.json index 0bc22155c..1a95a1ee7 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "5.1.0", + "version": "5.1.1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index b0d872b05..e64d53981 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/cli-sense + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/cli-sense diff --git a/commands/sense/package.json b/commands/sense/package.json index 25531a61d..444e2d9cc 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "5.1.0", + "version": "5.1.1", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.24.6", "@babel/core": "7.24.6", "@babel/preset-env": "7.24.6", - "@nebula.js/stardust": "^5.1.0", + "@nebula.js/stardust": "^5.1.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.8", "@rollup/plugin-node-resolve": "15.2.3", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 992644c53..2d57a95ce 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/cli-serve + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/cli-serve diff --git a/commands/serve/package.json b/commands/serve/package.json index b91c2738f..eee07805f 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "5.1.0", + "version": "5.1.1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^5.1.0", + "@nebula.js/cli-build": "^5.1.1", "@qlik/sdk": "0.25.2", "body-parser": "1.20.2", "chalk": "4.1.2", @@ -55,11 +55,11 @@ "@babel/preset-react": "7.24.6", "@mui/material": "^5.15.18", "@mui/system": "^5.15.15", - "@nebula.js/enigma-mocker": "^5.1.0", - "@nebula.js/nucleus": "^5.1.0", - "@nebula.js/snapshooter": "^5.1.0", - "@nebula.js/stardust": "^5.1.0", - "@nebula.js/ui": "^5.1.0", + "@nebula.js/enigma-mocker": "^5.1.1", + "@nebula.js/nucleus": "^5.1.1", + "@nebula.js/snapshooter": "^5.1.1", + "@nebula.js/stardust": "^5.1.1", + "@nebula.js/ui": "^5.1.1", "autosuggest-highlight": "3.3.4", "babel-loader": "9.1.3", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index 1cd3a6259..da4438abb 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "5.1.0", + "version": "5.1.1", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index dbe36020b..b7fcae84f 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.1.1](https://github.com/qlik-oss/nebula.js/compare/v5.1.0...v5.1.1) (2024-06-12) + +**Note:** Version bump only for package @nebula.js/ui + # [5.1.0](https://github.com/qlik-oss/nebula.js/compare/v5.0.2...v5.1.0) (2024-05-22) **Note:** Version bump only for package @nebula.js/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 3bf51c2df..5d3adc120 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "5.1.0", + "version": "5.1.1", "description": "", "license": "MIT", "author": "QlikTech International AB",