mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore(release): v5.12.6 🚀
This commit is contained in:
@@ -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.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1713](https://github.com/qlik-oss/nebula.js/issues/1713)) ([a9a1c83](https://github.com/qlik-oss/nebula.js/commit/a9a1c83fc6adc90b61acbdc7e51dc172ed76c5e9))
|
||||
|
||||
## [5.12.5](https://github.com/qlik-oss/nebula.js/compare/v5.12.4...v5.12.5) (2025-04-07)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "5.12.5",
|
||||
"version": "5.12.6",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -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.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
## [5.12.5](https://github.com/qlik-oss/nebula.js/compare/v5.12.4...v5.12.5) (2025-04-07)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "5.12.5",
|
||||
"version": "5.12.6",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nebula.js/cli-serve": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^5.12.5",
|
||||
"@nebula.js/cli-create": "^5.12.6",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.2"
|
||||
}
|
||||
|
||||
@@ -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.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
## [5.12.5](https://github.com/qlik-oss/nebula.js/compare/v5.12.4...v5.12.5) (2025-04-07)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "5.12.5",
|
||||
"version": "5.12.6",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -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.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update minor and patch ([#1713](https://github.com/qlik-oss/nebula.js/issues/1713)) ([a9a1c83](https://github.com/qlik-oss/nebula.js/commit/a9a1c83fc6adc90b61acbdc7e51dc172ed76c5e9))
|
||||
|
||||
## [5.12.5](https://github.com/qlik-oss/nebula.js/compare/v5.12.4...v5.12.5) (2025-04-07)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "5.12.5",
|
||||
"version": "5.12.6",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.27.0",
|
||||
"@babel/core": "7.26.10",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@nebula.js/stardust": "^5.12.5",
|
||||
"@nebula.js/stardust": "^5.12.6",
|
||||
"@rollup/plugin-babel": "6.0.4",
|
||||
"@rollup/plugin-commonjs": "28.0.3",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
|
||||
@@ -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.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update dependency body-parser to v2 ([#1707](https://github.com/qlik-oss/nebula.js/issues/1707)) ([d07f484](https://github.com/qlik-oss/nebula.js/commit/d07f484e27218ea4717c6b50e9aca5a4c21375d4))
|
||||
- **deps:** update minor and patch ([#1713](https://github.com/qlik-oss/nebula.js/issues/1713)) ([a9a1c83](https://github.com/qlik-oss/nebula.js/commit/a9a1c83fc6adc90b61acbdc7e51dc172ed76c5e9))
|
||||
|
||||
## [5.12.5](https://github.com/qlik-oss/nebula.js/compare/v5.12.4...v5.12.5) (2025-04-07)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-serve
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "5.12.5",
|
||||
"version": "5.12.6",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"prepublishOnly": "rm -rf dist && yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^5.12.5",
|
||||
"@nebula.js/cli-build": "^5.12.6",
|
||||
"@qlik/sdk": "0.28.0",
|
||||
"body-parser": "2.2.0",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@mui/material": "^5.17.1",
|
||||
"@mui/system": "^5.17.1",
|
||||
"@nebula.js/enigma-mocker": "^5.12.5",
|
||||
"@nebula.js/nucleus": "^5.12.5",
|
||||
"@nebula.js/snapshooter": "^5.12.5",
|
||||
"@nebula.js/stardust": "^5.12.5",
|
||||
"@nebula.js/ui": "^5.12.5",
|
||||
"@nebula.js/enigma-mocker": "^5.12.6",
|
||||
"@nebula.js/nucleus": "^5.12.6",
|
||||
"@nebula.js/snapshooter": "^5.12.6",
|
||||
"@nebula.js/stardust": "^5.12.6",
|
||||
"@nebula.js/ui": "^5.12.6",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "10.0.0",
|
||||
"d3-require": "1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user