Skip to content

Commit

Permalink
chore(release): v5.8.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Nov 23, 2024
1 parent a1421f2 commit 6efb752
Show file tree
Hide file tree
Showing 35 changed files with 136 additions and 66 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

### Bug Fixes

- expose useRef ([#1642](https://github.com/qlik-oss/nebula.js/issues/1642)) ([a1421f2](https://github.com/qlik-oss/nebula.js/commit/a1421f216cb8f5377fa6ff518f7a3082fcd2f89e))

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apis/conversion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/conversion
Expand Down
2 changes: 1 addition & 1 deletion apis/conversion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/enigma-mocker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/enigma-mocker
Expand Down
2 changes: 1 addition & 1 deletion apis/enigma-mocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/locale
Expand Down
2 changes: 1 addition & 1 deletion apis/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/locale",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions apis/nucleus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

### Features
Expand Down
12 changes: 6 additions & 6 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nebula.js/nucleus",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.8.0",
"@nebula.js/locale": "^5.8.0",
"@nebula.js/supernova": "^5.8.0",
"@nebula.js/theme": "^5.8.0",
"@nebula.js/ui": "^5.8.0",
"@nebula.js/conversion": "^5.8.1",
"@nebula.js/locale": "^5.8.1",
"@nebula.js/supernova": "^5.8.1",
"@nebula.js/theme": "^5.8.1",
"@nebula.js/ui": "^5.8.1",
"@testing-library/react": "^14.3.1",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
Expand Down
4 changes: 4 additions & 0 deletions apis/snapshooter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/snapshooter
Expand Down
2 changes: 1 addition & 1 deletion apis/snapshooter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"description": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions apis/stardust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

### Bug Fixes

- expose useRef ([#1642](https://github.com/qlik-oss/nebula.js/issues/1642)) ([a1421f2](https://github.com/qlik-oss/nebula.js/commit/a1421f216cb8f5377fa6ff518f7a3082fcd2f89e))

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/api-spec/listbox-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust:listbox",
"description": "nebula listbox properties definition",
"version": "5.8.0",
"version": "5.8.1",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public"
Expand Down
42 changes: 21 additions & 21 deletions apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "5.8.0",
"version": "5.8.1",
"license": "MIT",
"stability": "stable"
},
Expand Down Expand Up @@ -1466,6 +1466,26 @@
"const viz = await embed(app).render({\n element,\n type: 'barchart'\n});\nviz.destroy();"
]
},
"Flags": {
"kind": "interface",
"entries": {
"isEnabled": {
"description": "Checks whether the specified flag is enabled.",
"kind": "function",
"params": [
{
"name": "flag",
"description": "The value flag to check.",
"type": "string"
}
],
"returns": {
"description": "True if the specified flag is enabled, false otherwise.",
"type": "boolean"
}
}
}
},
"AppSelections": {
"kind": "class",
"constructor": {
Expand Down Expand Up @@ -1703,26 +1723,6 @@
}
}
},
"Flags": {
"kind": "interface",
"entries": {
"isEnabled": {
"description": "Checks whether the specified flag is enabled.",
"kind": "function",
"params": [
{
"name": "flag",
"description": "The value flag to check.",
"type": "string"
}
],
"returns": {
"description": "True if the specified flag is enabled, false otherwise.",
"type": "boolean"
}
}
}
},
"Field": {
"kind": "alias",
"items": {
Expand Down
16 changes: 8 additions & 8 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "5.8.0",
"version": "5.8.1",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -45,13 +45,13 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@nebula.js/conversion": "^5.8.0",
"@nebula.js/enigma-mocker": "^5.8.0",
"@nebula.js/locale": "^5.8.0",
"@nebula.js/nucleus": "^5.8.0",
"@nebula.js/supernova": "^5.8.0",
"@nebula.js/theme": "^5.8.0",
"@nebula.js/ui": "^5.8.0",
"@nebula.js/conversion": "^5.8.1",
"@nebula.js/enigma-mocker": "^5.8.1",
"@nebula.js/locale": "^5.8.1",
"@nebula.js/nucleus": "^5.8.1",
"@nebula.js/supernova": "^5.8.1",
"@nebula.js/theme": "^5.8.1",
"@nebula.js/ui": "^5.8.1",
"@qlik/api": "^1.25.0",
"@scriptappy/cli": "0.10.0",
"@scriptappy/from-jsdoc": "0.19.0",
Expand Down
16 changes: 8 additions & 8 deletions apis/stardust/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,14 @@ declare namespace stardust {

}

interface Flags {
/**
* Checks whether the specified flag is enabled.
* @param flag The value flag to check.
*/
isEnabled(flag: string): boolean;
}

class AppSelections {
constructor();

Expand Down Expand Up @@ -548,14 +556,6 @@ declare namespace stardust {

}

interface Flags {
/**
* Checks whether the specified flag is enabled.
* @param flag The value flag to check.
*/
isEnabled(flag: string): boolean;
}

type Field = string | qix.NxDimension | qix.NxMeasure | stardust.LibraryField;

/**
Expand Down
6 changes: 6 additions & 0 deletions apis/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

### Bug Fixes

- expose useRef ([#1642](https://github.com/qlik-oss/nebula.js/issues/1642)) ([a1421f2](https://github.com/qlik-oss/nebula.js/commit/a1421f216cb8f5377fa6ff518f7a3082fcd2f89e))

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apis/supernova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "5.8.0",
"version": "5.8.1",
"main": "src/index.js",
"devDependencies": {
"extend": "3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions apis/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

**Note:** Version bump only for package @nebula.js/test-utils

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/test-utils
Expand Down
2 changes: 1 addition & 1 deletion apis/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/test-utils",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"description": "",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions apis/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/theme
Expand Down
2 changes: 1 addition & 1 deletion apis/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "5.8.0",
"version": "5.8.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions commands/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

**Note:** Version bump only for package @nebula.js/cli-build

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion commands/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "5.8.0",
"version": "5.8.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
4 changes: 4 additions & 0 deletions commands/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

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

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/cli
Expand Down
4 changes: 2 additions & 2 deletions commands/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "5.8.0",
"version": "5.8.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^5.0.0"
},
"dependencies": {
"@nebula.js/cli-create": "^5.8.0",
"@nebula.js/cli-create": "^5.8.1",
"import-cwd": "3.0.0",
"yargs": "17.7.2"
}
Expand Down
4 changes: 4 additions & 0 deletions commands/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/qlik-oss/nebula.js/compare/v5.8.0...v5.8.1) (2024-11-23)

**Note:** Version bump only for package @nebula.js/cli-create

# [5.8.0](https://github.com/qlik-oss/nebula.js/compare/v5.7.1...v5.8.0) (2024-11-18)

**Note:** Version bump only for package @nebula.js/cli-create
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "5.8.0",
"version": "5.8.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
Loading

0 comments on commit 6efb752

Please sign in to comment.