Skip to content

Commit 5aeae2d

Browse files
committed
chore(release): v5.6.0 🚀
1 parent e69a8d9 commit 5aeae2d

34 files changed

+114
-38
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
### Bug Fixes
9+
10+
- use color utils from qlik-chart-modules for color contrast ([#1625](https://github.com/qlik-oss/nebula.js/issues/1625)) ([e69a8d9](https://github.com/qlik-oss/nebula.js/commit/e69a8d94ade1e4642210205dc0dbf22616769051))
11+
12+
### Features
13+
14+
- dimension labels in selection bar ([#1620](https://github.com/qlik-oss/nebula.js/issues/1620)) ([15e5ccd](https://github.com/qlik-oss/nebula.js/commit/15e5ccdfb26de416577460dca253116768603ec1))
15+
616
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
717

818
### Bug Fixes

apis/conversion/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
**Note:** Version bump only for package @nebula.js/conversion
9+
610
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
711

812
**Note:** Version bump only for package @nebula.js/conversion

apis/conversion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebula.js/conversion",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"devDependencies": {

apis/enigma-mocker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
**Note:** Version bump only for package @nebula.js/enigma-mocker
9+
610
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
711

812
**Note:** Version bump only for package @nebula.js/enigma-mocker

apis/enigma-mocker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebula.js/enigma-mocker",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"devDependencies": {

apis/locale/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
**Note:** Version bump only for package @nebula.js/locale
9+
610
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
711

812
**Note:** Version bump only for package @nebula.js/locale

apis/locale/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebula.js/locale",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"scripts": {

apis/nucleus/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
### Bug Fixes
9+
10+
- use color utils from qlik-chart-modules for color contrast ([#1625](https://github.com/qlik-oss/nebula.js/issues/1625)) ([e69a8d9](https://github.com/qlik-oss/nebula.js/commit/e69a8d94ade1e4642210205dc0dbf22616769051))
11+
12+
### Features
13+
14+
- dimension labels in selection bar ([#1620](https://github.com/qlik-oss/nebula.js/issues/1620)) ([15e5ccd](https://github.com/qlik-oss/nebula.js/commit/15e5ccdfb26de416577460dca253116768603ec1))
15+
616
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
717

818
### Bug Fixes

apis/nucleus/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@nebula.js/nucleus",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"devDependencies": {
77
"@emotion/react": "^11.13.0",
88
"@emotion/styled": "^11.13.0",
99
"@mui/icons-material": "^5.16.6",
1010
"@mui/material": "^5.16.6",
11-
"@nebula.js/conversion": "^5.5.0",
12-
"@nebula.js/locale": "^5.5.0",
13-
"@nebula.js/supernova": "^5.5.0",
14-
"@nebula.js/theme": "^5.5.0",
15-
"@nebula.js/ui": "^5.5.0",
11+
"@nebula.js/conversion": "^5.6.0",
12+
"@nebula.js/locale": "^5.6.0",
13+
"@nebula.js/supernova": "^5.6.0",
14+
"@nebula.js/theme": "^5.6.0",
15+
"@nebula.js/ui": "^5.6.0",
1616
"@testing-library/react": "^14.3.1",
1717
"extend": "3.0.2",
1818
"node-event-emitter": "0.0.1",

apis/snapshooter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.6.0](https://github.com/qlik-oss/nebula.js/compare/v5.5.0...v5.6.0) (2024-10-08)
7+
8+
**Note:** Version bump only for package @nebula.js/snapshooter
9+
610
# [5.5.0](https://github.com/qlik-oss/nebula.js/compare/v5.4.2...v5.5.0) (2024-09-30)
711

812
**Note:** Version bump only for package @nebula.js/snapshooter

0 commit comments

Comments
 (0)