From c279afa5f5df73fbbb1d56c1b9bb73ab33ef5b92 Mon Sep 17 00:00:00 2001 From: caele Date: Thu, 14 Aug 2025 16:59:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v6.0.0-alpha.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 | 4 ++++ 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 | 2 +- apis/stardust/package.json | 16 ++++++++-------- apis/supernova/CHANGELOG.md | 4 ++++ 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 +- 34 files changed, 106 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad77c15ec..4ce882880 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +### Bug Fixes + +- support qlik/api ([#1789](https://github.com/qlik-oss/nebula.js/issues/1789)) ([bef8136](https://github.com/qlik-oss/nebula.js/commit/bef8136dc146635fbb343f86b34b2993e9cd7c29)) + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 943e17ca8..6aa72991e 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/conversion + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 7261fbe72..b002d212c 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index 82a1ad2e5..255072bc6 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **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 0e2c399a5..4c9d6009d 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index adc9dd1a1..df2990219 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/locale + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 0440b48fb..8860c02d8 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 1d2defaa5..32eb07197 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/nucleus + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index ecc86541a..eceb3560e 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.14.1", "@mui/icons-material": "^5.18.0", "@mui/material": "^5.18.0", - "@nebula.js/conversion": "^6.0.0-alpha.0", - "@nebula.js/locale": "^6.0.0-alpha.0", - "@nebula.js/supernova": "^6.0.0-alpha.0", - "@nebula.js/theme": "^6.0.0-alpha.0", - "@nebula.js/ui": "^6.0.0-alpha.0", + "@nebula.js/conversion": "^6.0.0-alpha.1", + "@nebula.js/locale": "^6.0.0-alpha.1", + "@nebula.js/supernova": "^6.0.0-alpha.1", + "@nebula.js/theme": "^6.0.0-alpha.1", + "@nebula.js/ui": "^6.0.0-alpha.1", "@qlik/api": "1.41.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index e303cfff5..d961f5750 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/snapshooter + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index 4400d955f..f63a5dbc0 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index 236aa5d91..e955cd402 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/stardust + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/apis/stardust/api-spec/listbox-spec.json b/apis/stardust/api-spec/listbox-spec.json index 3e76e62a1..97675f384 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": "6.0.0-alpha.0", + "version": "6.0.0-alpha.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 45f2042f4..26345b77d 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": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "license": "MIT", "stability": "stable" }, diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 28f67fae6..4e03ee9d1 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.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.14.1", "@mui/icons-material": "^5.18.0", "@mui/material": "^5.18.0", - "@nebula.js/conversion": "^6.0.0-alpha.0", - "@nebula.js/enigma-mocker": "^6.0.0-alpha.0", - "@nebula.js/locale": "^6.0.0-alpha.0", - "@nebula.js/nucleus": "^6.0.0-alpha.0", - "@nebula.js/supernova": "^6.0.0-alpha.0", - "@nebula.js/theme": "^6.0.0-alpha.0", - "@nebula.js/ui": "^6.0.0-alpha.0", + "@nebula.js/conversion": "^6.0.0-alpha.1", + "@nebula.js/enigma-mocker": "^6.0.0-alpha.1", + "@nebula.js/locale": "^6.0.0-alpha.1", + "@nebula.js/nucleus": "^6.0.0-alpha.1", + "@nebula.js/supernova": "^6.0.0-alpha.1", + "@nebula.js/theme": "^6.0.0-alpha.1", + "@nebula.js/ui": "^6.0.0-alpha.1", "@qlik/api": "1.41.0", "@scriptappy/cli": "0.10.0", "@scriptappy/from-jsdoc": "0.19.0", diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 702daaa13..d5000ad56 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/supernova + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index b49fb76f2..7dd1d7c05 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.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 a51641c89..2473d9dee 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/test-utils + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **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 54b6e3870..edbd54db9 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index de1c5e3f7..c4cbb8620 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/theme + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 4a4dbf51e..adfe607e0 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index e57bdc15f..2da6fdea2 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +### Bug Fixes + +- support qlik/api ([#1789](https://github.com/qlik-oss/nebula.js/issues/1789)) ([bef8136](https://github.com/qlik-oss/nebula.js/commit/bef8136dc146635fbb343f86b34b2993e9cd7c29)) + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/commands/build/package.json b/commands/build/package.json index 01b0488cc..f2fe80982 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index 7b2b81d5e..c42924893 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/cli + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 5b20a7f98..106bcee0c 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@nebula.js/cli-serve": "5.0.0 - 6" }, "dependencies": { - "@nebula.js/cli-create": "^6.0.0-alpha.0", + "@nebula.js/cli-create": "^6.0.0-alpha.1", "import-cwd": "3.0.0", "yargs": "17.7.2" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index e5d6e7681..0154d2b14 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/cli-create + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/commands/create/package.json b/commands/create/package.json index 82e756f80..ceb42c913 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index 2505e6e6d..ea70846f1 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/cli-sense + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/commands/sense/package.json b/commands/sense/package.json index e6a2cb095..8d4d4e9c9 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.28.0", "@babel/core": "7.28.0", "@babel/preset-env": "7.28.0", - "@nebula.js/stardust": "^6.0.0-alpha.0", + "@nebula.js/stardust": "^6.0.0-alpha.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.6", "@rollup/plugin-node-resolve": "16.0.1", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 7648da5c3..70c5f0e3d 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/cli-serve + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/commands/serve/package.json b/commands/serve/package.json index e9128084f..781066497 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^6.0.0-alpha.0", + "@nebula.js/cli-build": "^6.0.0-alpha.1", "@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.18.0", "@mui/system": "^5.18.0", - "@nebula.js/enigma-mocker": "^6.0.0-alpha.0", - "@nebula.js/nucleus": "^6.0.0-alpha.0", - "@nebula.js/snapshooter": "^6.0.0-alpha.0", - "@nebula.js/stardust": "^6.0.0-alpha.0", - "@nebula.js/ui": "^6.0.0-alpha.0", + "@nebula.js/enigma-mocker": "^6.0.0-alpha.1", + "@nebula.js/nucleus": "^6.0.0-alpha.1", + "@nebula.js/snapshooter": "^6.0.0-alpha.1", + "@nebula.js/stardust": "^6.0.0-alpha.1", + "@nebula.js/ui": "^6.0.0-alpha.1", "autosuggest-highlight": "3.3.4", "babel-loader": "10.0.0", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index c53ec8191..f2b38e5ce 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "npmClient": "yarn" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 37e18de4d..d5d062da1 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. +# [6.0.0-alpha.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2025-08-14) + +**Note:** Version bump only for package @nebula.js/ui + # [6.0.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v5.17.0...v6.0.0-alpha.0) (2025-08-14) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 9fff3f8b3..1cc9b1afb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "", "license": "MIT", "author": "QlikTech International AB",