Skip to content

Commit 0d660ad

Browse files
committed
chore(release): v5.7.1 🚀
1 parent 1ad0605 commit 0d660ad

34 files changed

+106
-38
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
### Features
9+
10+
- support tooltip for cell title, subtitle, and footer ([#1629](https://github.com/qlik-oss/nebula.js/issues/1629)) ([6f73fa4](https://github.com/qlik-oss/nebula.js/commit/6f73fa484ea95f8d18db3348c7a3ccbb0a0f93e1))
11+
612
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
713

814
### Features

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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
**Note:** Version bump only for package @nebula.js/conversion
9+
610
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
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.7.0",
3+
"version": "5.7.1",
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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
**Note:** Version bump only for package @nebula.js/enigma-mocker
9+
610
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
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.7.0",
3+
"version": "5.7.1",
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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
**Note:** Version bump only for package @nebula.js/locale
9+
610
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
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.7.0",
3+
"version": "5.7.1",
44
"private": true,
55
"main": "src/index.js",
66
"scripts": {

apis/nucleus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
### Features
9+
10+
- support tooltip for cell title, subtitle, and footer ([#1629](https://github.com/qlik-oss/nebula.js/issues/1629)) ([6f73fa4](https://github.com/qlik-oss/nebula.js/commit/6f73fa484ea95f8d18db3348c7a3ccbb0a0f93e1))
11+
612
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
713

814
### Features

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.7.0",
3+
"version": "5.7.1",
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.7.0",
12-
"@nebula.js/locale": "^5.7.0",
13-
"@nebula.js/supernova": "^5.7.0",
14-
"@nebula.js/theme": "^5.7.0",
15-
"@nebula.js/ui": "^5.7.0",
11+
"@nebula.js/conversion": "^5.7.1",
12+
"@nebula.js/locale": "^5.7.1",
13+
"@nebula.js/supernova": "^5.7.1",
14+
"@nebula.js/theme": "^5.7.1",
15+
"@nebula.js/ui": "^5.7.1",
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.7.1](https://github.com/qlik-oss/nebula.js/compare/v5.7.0...v5.7.1) (2024-10-15)
7+
8+
**Note:** Version bump only for package @nebula.js/snapshooter
9+
610
# [5.7.0](https://github.com/qlik-oss/nebula.js/compare/v5.6.0...v5.7.0) (2024-10-15)
711

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

0 commit comments

Comments
 (0)