chore(release): v6.0.0-alpha.5 🚀

This commit is contained in:
caele
2025-09-25 15:52:05 +02:00
parent fc7d25dc7b
commit 6c45781013
35 changed files with 135 additions and 71 deletions

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.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.4...v6.0.0-alpha.5) (2025-09-25)
**Note:** Version bump only for package @nebula.js/cli
# [6.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2025-09-25)
**Note:** Version bump only for package @nebula.js/cli

View File

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