Skip to content

Commit 41cec5c

Browse files
committed
chore(release): v6.0.1-alpha.0 🚀
1 parent d227626 commit 41cec5c

35 files changed

+135
-71
lines changed

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.1-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0...v6.0.1-alpha.0) (2025-10-02)
7+
8+
**Note:** Version bump only for package nebula.js
9+
610
# [6.0.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.6...v6.0.0) (2025-09-29)
711

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

apis/nucleus/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.1-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0...v6.0.1-alpha.0) (2025-10-02)
7+
8+
**Note:** Version bump only for package @nebula.js/nucleus
9+
610
# [6.0.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.6...v6.0.0) (2025-09-29)
711

812
### 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": "6.0.0",
3+
"version": "6.0.1-alpha.0",
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.0",
12-
"@nebula.js/locale": "^6.0.0",
13-
"@nebula.js/supernova": "^6.0.0",
14-
"@nebula.js/theme": "^6.0.0",
15-
"@nebula.js/ui": "^6.0.0",
11+
"@nebula.js/conversion": "^6.0.1-alpha.0",
12+
"@nebula.js/locale": "^6.0.1-alpha.0",
13+
"@nebula.js/supernova": "^6.0.1-alpha.0",
14+
"@nebula.js/theme": "^6.0.1-alpha.0",
15+
"@nebula.js/ui": "^6.0.1-alpha.0",
1616
"@qlik/api": "1.46.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.1-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0...v6.0.1-alpha.0) (2025-10-02)
7+
8+
**Note:** Version bump only for package @nebula.js/snapshooter
9+
610
# [6.0.0](https://github.com/qlik-oss/nebula.js/compare/v6.0.0-alpha.6...v6.0.0) (2025-09-29)
711

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

0 commit comments

Comments
 (0)