Skip to content

Commit eb50e0f

Browse files
committed
chore(release): v6.0.2 🚀
1 parent ea74592 commit eb50e0f

35 files changed

+153
-71
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
### Bug Fixes
9+
10+
- add listbox focus border ([#1821](https://github.com/qlik-oss/nebula.js/issues/1821)) ([6b088ff](https://github.com/qlik-oss/nebula.js/commit/6b088ff1c009254647ef7654382639f18f4bbcec))
11+
- **deps:** update minor and patch ([#1818](https://github.com/qlik-oss/nebula.js/issues/1818)) ([17368a3](https://github.com/qlik-oss/nebula.js/commit/17368a35d0fe1452924c866dd0cbce42c27f6108))
12+
- **deps:** update minor and patch ([#1824](https://github.com/qlik-oss/nebula.js/issues/1824)) ([ea74592](https://github.com/qlik-oss/nebula.js/commit/ea745923855643e9e69ee904272cecfa8b2b4d09))
13+
614
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
715

816
### 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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
**Note:** Version bump only for package @nebula.js/conversion
9+
610
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
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": "6.0.1",
3+
"version": "6.0.2",
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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
**Note:** Version bump only for package @nebula.js/enigma-mocker
9+
610
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
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": "6.0.1",
3+
"version": "6.0.2",
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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
**Note:** Version bump only for package @nebula.js/locale
9+
610
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
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": "6.0.1",
3+
"version": "6.0.2",
44
"private": true,
55
"main": "src/index.js",
66
"scripts": {

apis/nucleus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
### Bug Fixes
9+
10+
- add listbox focus border ([#1821](https://github.com/qlik-oss/nebula.js/issues/1821)) ([6b088ff](https://github.com/qlik-oss/nebula.js/commit/6b088ff1c009254647ef7654382639f18f4bbcec))
11+
- **deps:** update minor and patch ([#1818](https://github.com/qlik-oss/nebula.js/issues/1818)) ([17368a3](https://github.com/qlik-oss/nebula.js/commit/17368a35d0fe1452924c866dd0cbce42c27f6108))
12+
613
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
714

815
**Note:** Version bump only for package @nebula.js/nucleus

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": "6.0.1",
3+
"version": "6.0.2",
44
"private": true,
55
"main": "src/index.js",
66
"devDependencies": {
77
"@emotion/react": "^11.14.0",
88
"@emotion/styled": "^11.14.1",
99
"@mui/icons-material": "^6.5.0",
1010
"@mui/material": "^6.5.0",
11-
"@nebula.js/conversion": "^6.0.1",
12-
"@nebula.js/locale": "^6.0.1",
13-
"@nebula.js/supernova": "^6.0.1",
14-
"@nebula.js/theme": "^6.0.1",
15-
"@nebula.js/ui": "^6.0.1",
11+
"@nebula.js/conversion": "^6.0.2",
12+
"@nebula.js/locale": "^6.0.2",
13+
"@nebula.js/supernova": "^6.0.2",
14+
"@nebula.js/theme": "^6.0.2",
15+
"@nebula.js/ui": "^6.0.2",
1616
"@qlik/api": "1.47.0",
1717
"@testing-library/dom": "^10.4.1",
1818
"@testing-library/react": "^16.3.0",

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+
## [6.0.2](https://github.com/qlik-oss/nebula.js/compare/v6.0.1...v6.0.2) (2025-10-22)
7+
8+
**Note:** Version bump only for package @nebula.js/snapshooter
9+
610
## [6.0.1](https://github.com/qlik-oss/nebula.js/compare/v6.0.1-alpha.0...v6.0.1) (2025-10-06)
711

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

0 commit comments

Comments
 (0)