chore(release): v5.2.0 🚀

This commit is contained in:
Max Gefvert
2024-06-25 15:48:58 +02:00
parent 49c4389e53
commit d9e51781ae
34 changed files with 123 additions and 38 deletions

View File

@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
### Bug Fixes
- add clear search button to listbox search ([#1566](https://github.com/qlik-oss/nebula.js/issues/1566)) ([1a92d5f](https://github.com/qlik-oss/nebula.js/commit/1a92d5f44b5a519904a832fd599145c8a3d06454))
- **deps:** update dependency ws to v8.17.1 [security] ([#1565](https://github.com/qlik-oss/nebula.js/issues/1565)) ([f067125](https://github.com/qlik-oss/nebula.js/commit/f067125398c02b2d716d944e48ef0951020d659d))
- Esc key down doesn't close searchbox ([#1544](https://github.com/qlik-oss/nebula.js/issues/1544)) ([d6cb5aa](https://github.com/qlik-oss/nebula.js/commit/d6cb5aa12201eeda9c95a8282125c3ebacacace7))
- show more button even when list box is not in selection ([#1554](https://github.com/qlik-oss/nebula.js/issues/1554)) ([f7d73d6](https://github.com/qlik-oss/nebula.js/commit/f7d73d64b93823354fc823aa6b1d2f4ef4d72f68))
### Features
- use selection colors from theme for listbox ([#1552](https://github.com/qlik-oss/nebula.js/issues/1552)) ([49c4389](https://github.com/qlik-oss/nebula.js/commit/49c4389e53eb4376a5dac6b277087ed52e4e536d))
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package nebula.js **Note:** Version bump only for package nebula.js

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/conversion
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/conversion **Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/conversion", "name": "@nebula.js/conversion",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/enigma-mocker
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/enigma-mocker **Note:** Version bump only for package @nebula.js/enigma-mocker

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/enigma-mocker", "name": "@nebula.js/enigma-mocker",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
### Bug Fixes
- add clear search button to listbox search ([#1566](https://github.com/qlik-oss/nebula.js/issues/1566)) ([1a92d5f](https://github.com/qlik-oss/nebula.js/commit/1a92d5f44b5a519904a832fd599145c8a3d06454))
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/locale **Note:** Version bump only for package @nebula.js/locale

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/locale", "name": "@nebula.js/locale",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
### Bug Fixes
- add clear search button to listbox search ([#1566](https://github.com/qlik-oss/nebula.js/issues/1566)) ([1a92d5f](https://github.com/qlik-oss/nebula.js/commit/1a92d5f44b5a519904a832fd599145c8a3d06454))
- Esc key down doesn't close searchbox ([#1544](https://github.com/qlik-oss/nebula.js/issues/1544)) ([d6cb5aa](https://github.com/qlik-oss/nebula.js/commit/d6cb5aa12201eeda9c95a8282125c3ebacacace7))
- show more button even when list box is not in selection ([#1554](https://github.com/qlik-oss/nebula.js/issues/1554)) ([f7d73d6](https://github.com/qlik-oss/nebula.js/commit/f7d73d64b93823354fc823aa6b1d2f4ef4d72f68))
### Features
- use selection colors from theme for listbox ([#1552](https://github.com/qlik-oss/nebula.js/issues/1552)) ([49c4389](https://github.com/qlik-oss/nebula.js/commit/49c4389e53eb4376a5dac6b277087ed52e4e536d))
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/nucleus **Note:** Version bump only for package @nebula.js/nucleus

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/nucleus", "name": "@nebula.js/nucleus",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {
@@ -8,11 +8,11 @@
"@emotion/styled": "^11.11.5", "@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20", "@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20", "@mui/material": "^5.15.20",
"@nebula.js/conversion": "^5.1.2", "@nebula.js/conversion": "^5.2.0",
"@nebula.js/locale": "^5.1.2", "@nebula.js/locale": "^5.2.0",
"@nebula.js/supernova": "^5.1.2", "@nebula.js/supernova": "^5.2.0",
"@nebula.js/theme": "^5.1.2", "@nebula.js/theme": "^5.2.0",
"@nebula.js/ui": "^5.1.2", "@nebula.js/ui": "^5.2.0",
"@testing-library/react": "^14.3.1", "@testing-library/react": "^14.3.1",
"extend": "3.0.2", "extend": "3.0.2",
"node-event-emitter": "0.0.1", "node-event-emitter": "0.0.1",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/snapshooter
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/snapshooter **Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/snapshooter", "name": "@nebula.js/snapshooter",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/stardust
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/stardust **Note:** Version bump only for package @nebula.js/stardust

View File

@@ -3,7 +3,7 @@
"info": { "info": {
"name": "@nebula.js/stardust:listbox", "name": "@nebula.js/stardust:listbox",
"description": "nebula listbox properties definition", "description": "nebula listbox properties definition",
"version": "5.1.2", "version": "5.2.0",
"license": "MIT", "license": "MIT",
"stability": "stable", "stability": "stable",
"x-qlik-visibility": "public" "x-qlik-visibility": "public"

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/stardust", "name": "@nebula.js/stardust",
"version": "5.1.2", "version": "5.2.0",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine", "description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -45,13 +45,13 @@
"@emotion/styled": "^11.11.5", "@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20", "@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20", "@mui/material": "^5.15.20",
"@nebula.js/conversion": "^5.1.2", "@nebula.js/conversion": "^5.2.0",
"@nebula.js/enigma-mocker": "^5.1.2", "@nebula.js/enigma-mocker": "^5.2.0",
"@nebula.js/locale": "^5.1.2", "@nebula.js/locale": "^5.2.0",
"@nebula.js/nucleus": "^5.1.2", "@nebula.js/nucleus": "^5.2.0",
"@nebula.js/supernova": "^5.1.2", "@nebula.js/supernova": "^5.2.0",
"@nebula.js/theme": "^5.1.2", "@nebula.js/theme": "^5.2.0",
"@nebula.js/ui": "^5.1.2", "@nebula.js/ui": "^5.2.0",
"@qlik/api": "^1.11.0", "@qlik/api": "^1.11.0",
"@scriptappy/cli": "0.10.0", "@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0", "@scriptappy/from-jsdoc": "0.19.0",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/supernova
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/supernova **Note:** Version bump only for package @nebula.js/supernova

View File

@@ -1,7 +1,7 @@
{ {
"name": "@nebula.js/supernova", "name": "@nebula.js/supernova",
"private": true, "private": true,
"version": "5.1.2", "version": "5.2.0",
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {
"extend": "3.0.2", "extend": "3.0.2",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/test-utils
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/test-utils **Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/test-utils", "name": "@nebula.js/test-utils",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"description": "", "description": "",
"license": "MIT", "license": "MIT",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/theme
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/theme **Note:** Version bump only for package @nebula.js/theme

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/theme", "name": "@nebula.js/theme",
"version": "5.1.2", "version": "5.2.0",
"private": true, "private": true,
"main": "src/index.js", "main": "src/index.js",
"devDependencies": { "devDependencies": {

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/cli-build
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/cli-build **Note:** Version bump only for package @nebula.js/cli-build

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/cli
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/cli **Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli", "name": "@nebula.js/cli",
"version": "5.1.2", "version": "5.2.0",
"description": "", "description": "",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^5.0.0" "@nebula.js/cli-serve": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"@nebula.js/cli-create": "^5.1.2", "@nebula.js/cli-create": "^5.2.0",
"import-cwd": "3.0.0", "import-cwd": "3.0.0",
"yargs": "17.7.2" "yargs": "17.7.2"
} }

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/cli-create
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/cli-create **Note:** Version bump only for package @nebula.js/cli-create

View File

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

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/cli-sense
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/cli-sense **Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{ {
"name": "@nebula.js/cli-sense", "name": "@nebula.js/cli-sense",
"version": "5.1.2", "version": "5.2.0",
"description": "Build a supernova as a Qlik Sense extension", "description": "Build a supernova as a Qlik Sense extension",
"license": "MIT", "license": "MIT",
"author": "QlikTech International AB", "author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.24.7", "@babel/cli": "7.24.7",
"@babel/core": "7.24.7", "@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7", "@babel/preset-env": "7.24.7",
"@nebula.js/stardust": "^5.1.2", "@nebula.js/stardust": "^5.2.0",
"@rollup/plugin-babel": "6.0.4", "@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8", "@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-node-resolve": "15.2.3",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
### Bug Fixes
- **deps:** update dependency ws to v8.17.1 [security] ([#1565](https://github.com/qlik-oss/nebula.js/issues/1565)) ([f067125](https://github.com/qlik-oss/nebula.js/commit/f067125398c02b2d716d944e48ef0951020d659d))
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/cli-serve **Note:** Version bump only for package @nebula.js/cli-serve

View File

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

View File

@@ -7,6 +7,6 @@
} }
}, },
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "5.1.2", "version": "5.2.0",
"npmClient": "yarn" "npmClient": "yarn"
} }

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0](https://github.com/qlik-oss/nebula.js/compare/v5.1.2...v5.2.0) (2024-06-25)
**Note:** Version bump only for package @nebula.js/ui
## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12) ## [5.1.2](https://github.com/qlik-oss/nebula.js/compare/v5.1.1...v5.1.2) (2024-06-12)
**Note:** Version bump only for package @nebula.js/ui **Note:** Version bump only for package @nebula.js/ui

View File

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