chore(release): v6.2.0 🚀

This commit is contained in:
caele
2025-11-27 14:25:49 +01:00
parent 7f03c1cd13
commit f7bc948c24
35 changed files with 166 additions and 71 deletions

View File

@@ -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.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-build

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "6.1.1",
"version": "6.2.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",

View File

@@ -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.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/cli
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "6.1.1",
"version": "6.2.0",
"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.1.1",
"@nebula.js/cli-create": "^6.2.0",
"import-cwd": "3.0.0",
"yargs": "17.7.2"
}

View File

@@ -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.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
**Note:** Version bump only for package @nebula.js/cli-create
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "6.1.1",
"version": "6.2.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",

View File

@@ -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.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "6.1.1",
"version": "6.2.0",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.28.3",
"@babel/core": "7.28.5",
"@babel/preset-env": "7.28.5",
"@nebula.js/stardust": "^6.1.1",
"@nebula.js/stardust": "^6.2.0",
"@rollup/plugin-babel": "6.1.0",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-node-resolve": "16.0.3",

View File

@@ -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.
# [6.2.0](https://github.com/qlik-oss/nebula.js/compare/v6.1.1...v6.2.0) (2025-11-27)
### Bug Fixes
- **deps:** update dependency body-parser to v2.2.1 [security] ([#1849](https://github.com/qlik-oss/nebula.js/issues/1849)) ([5db1846](https://github.com/qlik-oss/nebula.js/commit/5db1846378b38e420ff5d4b3334f97d961609fe3))
- **deps:** update minor and patch ([#1836](https://github.com/qlik-oss/nebula.js/issues/1836)) ([2c5c78e](https://github.com/qlik-oss/nebula.js/commit/2c5c78e5468f376b7e3931a61e2d150903eb3307))
- **deps:** update minor and patch ([#1843](https://github.com/qlik-oss/nebula.js/issues/1843)) ([2b683f5](https://github.com/qlik-oss/nebula.js/commit/2b683f56525b6066fc8119664f1408471e141883))
## [6.1.1](https://github.com/qlik-oss/nebula.js/compare/v6.1.0...v6.1.1) (2025-11-13)
**Note:** Version bump only for package @nebula.js/cli-serve

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "6.1.1",
"version": "6.2.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"@nebula.js/cli-build": "^6.1.1",
"@nebula.js/cli-build": "^6.2.0",
"@qlik/sdk": "0.28.0",
"body-parser": "2.2.1",
"chalk": "4.1.2",
@@ -55,11 +55,11 @@
"@babel/preset-react": "7.28.5",
"@mui/material": "^6.5.0",
"@mui/system": "^6.5.0",
"@nebula.js/enigma-mocker": "^6.1.1",
"@nebula.js/nucleus": "^6.1.1",
"@nebula.js/snapshooter": "^6.1.1",
"@nebula.js/stardust": "^6.1.1",
"@nebula.js/ui": "^6.1.1",
"@nebula.js/enigma-mocker": "^6.2.0",
"@nebula.js/nucleus": "^6.2.0",
"@nebula.js/snapshooter": "^6.2.0",
"@nebula.js/stardust": "^6.2.0",
"@nebula.js/ui": "^6.2.0",
"autosuggest-highlight": "3.3.4",
"babel-loader": "10.0.0",
"d3-require": "1.3.0",