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

This commit is contained in:
caele
2023-03-23 20:31:55 +01:00
parent 3543a64dc7
commit 72737e56be
33 changed files with 117 additions and 37 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
### Bug Fixes
- fix grid mode row spacing and lock icon ([#1172](https://github.com/qlik-oss/nebula.js/issues/1172)) ([9928f84](https://github.com/qlik-oss/nebula.js/commit/9928f843600006494d8b8b8e3f9abe872f6f95fe))
- fix search result in rtl mode ([#1181](https://github.com/qlik-oss/nebula.js/issues/1181)) ([abb33a3](https://github.com/qlik-oss/nebula.js/commit/abb33a3cdb50d2cc04bd8c37f94a9285b912b86c))
- generic load function should work for existing charts ([#1182](https://github.com/qlik-oss/nebula.js/issues/1182)) ([3543a64](https://github.com/qlik-oss/nebula.js/commit/3543a64dc764b41bdb75269b9ea488547c8f52dd))
- null check rendered callback ([#1174](https://github.com/qlik-oss/nebula.js/issues/1174)) ([a15d56a](https://github.com/qlik-oss/nebula.js/commit/a15d56ac577c55ab02f49c9a35eddf66e90e69e9))
- show search icon in edit mode if the search checkbox is on ([#1177](https://github.com/qlik-oss/nebula.js/issues/1177)) ([b4fbaa8](https://github.com/qlik-oss/nebula.js/commit/b4fbaa89af50ac12cb698b56d6daaa79189a0752))
- update spacing for grid mode ([#1176](https://github.com/qlik-oss/nebula.js/issues/1176)) ([5cf3dea](https://github.com/qlik-oss/nebula.js/commit/5cf3dea9bc557e533a9d63a3a1839401027611f8))
- update style for higlighted text during search ([#1179](https://github.com/qlik-oss/nebula.js/issues/1179)) ([e7b1cc7](https://github.com/qlik-oss/nebula.js/commit/e7b1cc785d5d8bd5e6ffc7fb826ea106b518fe86))
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
### Bug Fixes

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/conversion
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/enigma-mocker
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/enigma-mocker

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/locale
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/locale

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/locale",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"main": "src/index.js",
"scripts": {

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
### Bug Fixes
- fix grid mode row spacing and lock icon ([#1172](https://github.com/qlik-oss/nebula.js/issues/1172)) ([9928f84](https://github.com/qlik-oss/nebula.js/commit/9928f843600006494d8b8b8e3f9abe872f6f95fe))
- fix search result in rtl mode ([#1181](https://github.com/qlik-oss/nebula.js/issues/1181)) ([abb33a3](https://github.com/qlik-oss/nebula.js/commit/abb33a3cdb50d2cc04bd8c37f94a9285b912b86c))
- generic load function should work for existing charts ([#1182](https://github.com/qlik-oss/nebula.js/issues/1182)) ([3543a64](https://github.com/qlik-oss/nebula.js/commit/3543a64dc764b41bdb75269b9ea488547c8f52dd))
- null check rendered callback ([#1174](https://github.com/qlik-oss/nebula.js/issues/1174)) ([a15d56a](https://github.com/qlik-oss/nebula.js/commit/a15d56ac577c55ab02f49c9a35eddf66e90e69e9))
- show search icon in edit mode if the search checkbox is on ([#1177](https://github.com/qlik-oss/nebula.js/issues/1177)) ([b4fbaa8](https://github.com/qlik-oss/nebula.js/commit/b4fbaa89af50ac12cb698b56d6daaa79189a0752))
- update spacing for grid mode ([#1176](https://github.com/qlik-oss/nebula.js/issues/1176)) ([5cf3dea](https://github.com/qlik-oss/nebula.js/commit/5cf3dea9bc557e533a9d63a3a1839401027611f8))
- update style for higlighted text during search ([#1179](https://github.com/qlik-oss/nebula.js/issues/1179)) ([e7b1cc7](https://github.com/qlik-oss/nebula.js/commit/e7b1cc785d5d8bd5e6ffc7fb826ea106b518fe86))
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/nucleus",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"main": "src/index.js",
"devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@nebula.js/conversion": "^4.0.0-alpha.4",
"@nebula.js/locale": "^4.0.0-alpha.4",
"@nebula.js/supernova": "^4.0.0-alpha.4",
"@nebula.js/theme": "^4.0.0-alpha.4",
"@nebula.js/ui": "^4.0.0-alpha.4",
"@nebula.js/conversion": "^4.0.0-alpha.5",
"@nebula.js/locale": "^4.0.0-alpha.5",
"@nebula.js/supernova": "^4.0.0-alpha.5",
"@nebula.js/theme": "^4.0.0-alpha.5",
"@nebula.js/ui": "^4.0.0-alpha.5",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "18.2.0",

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/snapshooter
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"description": "",
"license": "MIT",

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/stardust
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/stardust

View File

@@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"license": "MIT",
"stability": "stable"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
@@ -46,13 +46,13 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@nebula.js/conversion": "^4.0.0-alpha.4",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.4",
"@nebula.js/locale": "^4.0.0-alpha.4",
"@nebula.js/nucleus": "^4.0.0-alpha.4",
"@nebula.js/supernova": "^4.0.0-alpha.4",
"@nebula.js/theme": "^4.0.0-alpha.4",
"@nebula.js/ui": "^4.0.0-alpha.4",
"@nebula.js/conversion": "^4.0.0-alpha.5",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.5",
"@nebula.js/locale": "^4.0.0-alpha.5",
"@nebula.js/nucleus": "^4.0.0-alpha.5",
"@nebula.js/supernova": "^4.0.0-alpha.5",
"@nebula.js/theme": "^4.0.0-alpha.5",
"@nebula.js/ui": "^4.0.0-alpha.5",
"@scriptappy/cli": "0.6.0",
"@scriptappy/to-dts": "1.0.0-beta.4",
"extend": "3.0.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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/supernova
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/supernova

View File

@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"main": "src/index.js",
"devDependencies": {
"extend": "3.0.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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/test-utils
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/test-utils",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"description": "",
"license": "MIT",

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/theme
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/theme

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"private": true,
"main": "src/index.js",
"devDependencies": {

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/cli-build
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/cli-build

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/cli
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^3.0.0"
},
"dependencies": {
"@nebula.js/cli-create": "^4.0.0-alpha.4",
"@nebula.js/cli-create": "^4.0.0-alpha.5",
"import-cwd": "3.0.0",
"yargs": "17.7.1"
}

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/cli-create
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/cli-sense
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@nebula.js/stardust": "^4.0.0-alpha.4",
"@nebula.js/stardust": "^4.0.0-alpha.5",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/cli-serve
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/cli-serve

View File

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

View File

@@ -7,7 +7,7 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"npmClient": "yarn",
"useWorkspaces": true
}

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.
# [4.0.0-alpha.5](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2023-03-23)
**Note:** Version bump only for package @nebula.js/ui
# [4.0.0-alpha.4](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2023-03-21)
**Note:** Version bump only for package @nebula.js/ui

View File

@@ -1,7 +1,7 @@
{
"name": "@nebula.js/ui",
"private": true,
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",