chore(release): v5.17.0 🚀

This commit is contained in:
caele
2025-06-24 11:39:48 +02:00
parent db0e481339
commit f2554260d6
34 changed files with 121 additions and 38 deletions

View File

@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.17.0](https://github.com/qlik-oss/nebula.js/compare/v5.16.0...v5.17.0) (2025-06-24)
### Bug Fixes
- **deps:** update minor and patch ([#1766](https://github.com/qlik-oss/nebula.js/issues/1766)) ([a17e605](https://github.com/qlik-oss/nebula.js/commit/a17e605b0fa1aa160d53fe52926978d05249697d))
- **deps:** update minor and patch ([#1772](https://github.com/qlik-oss/nebula.js/issues/1772)) ([8ae8848](https://github.com/qlik-oss/nebula.js/commit/8ae88484877c5a595bdd6fd1c43ccd967a3cbef9))
# [5.16.0](https://github.com/qlik-oss/nebula.js/compare/v5.15.0...v5.16.0) (2025-06-11)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "5.16.0",
"version": "5.17.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.16.0",
"@nebula.js/cli-build": "^5.17.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.16.0",
"@nebula.js/nucleus": "^5.16.0",
"@nebula.js/snapshooter": "^5.16.0",
"@nebula.js/stardust": "^5.16.0",
"@nebula.js/ui": "^5.16.0",
"@nebula.js/enigma-mocker": "^5.17.0",
"@nebula.js/nucleus": "^5.17.0",
"@nebula.js/snapshooter": "^5.17.0",
"@nebula.js/stardust": "^5.17.0",
"@nebula.js/ui": "^5.17.0",
"autosuggest-highlight": "3.3.4",
"babel-loader": "10.0.0",
"d3-require": "1.3.0",