Skip to content

Commit

Permalink
chore(release): v4.0.0-alpha.8 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Apr 3, 2023
1 parent c7acaa8 commit f8bf3d9
Show file tree
Hide file tree
Showing 33 changed files with 118 additions and 38 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

### Bug Fixes

- leave focus unchanged on hover ([#1206](https://github.com/qlik-oss/nebula.js/issues/1206)) ([e6119fd](https://github.com/qlik-oss/nebula.js/commit/e6119fd2c9e69677f71ae1b8d855383926179b28))
- **listbox:** shift tab on container should take you to cell ([#1207](https://github.com/qlik-oss/nebula.js/issues/1207)) ([bd844cb](https://github.com/qlik-oss/nebula.js/commit/bd844cba0840cd9c7909f034540b4fa5478506b5))
- **listbox:** show selection toolbar when listbox opens in popover ([#1204](https://github.com/qlik-oss/nebula.js/issues/1204)) ([2c62034](https://github.com/qlik-oss/nebula.js/commit/2c62034b955aa6caa5f26eda706d4231c6bc96f9))

### Features

- **Listbox:** tap range select ([#1208](https://github.com/qlik-oss/nebula.js/issues/1208)) ([957d96d](https://github.com/qlik-oss/nebula.js/commit/957d96d83bbcc18a6f1bd7b72fda33415643f291))

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apis/conversion/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/conversion
Expand Down
2 changes: 1 addition & 1 deletion apis/conversion/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/enigma-mocker/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/enigma-mocker
Expand Down
2 changes: 1 addition & 1 deletion apis/enigma-mocker/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/locale/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

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

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

### Bug Fixes

- leave focus unchanged on hover ([#1206](https://github.com/qlik-oss/nebula.js/issues/1206)) ([e6119fd](https://github.com/qlik-oss/nebula.js/commit/e6119fd2c9e69677f71ae1b8d855383926179b28))
- **listbox:** shift tab on container should take you to cell ([#1207](https://github.com/qlik-oss/nebula.js/issues/1207)) ([bd844cb](https://github.com/qlik-oss/nebula.js/commit/bd844cba0840cd9c7909f034540b4fa5478506b5))
- **listbox:** show selection toolbar when listbox opens in popover ([#1204](https://github.com/qlik-oss/nebula.js/issues/1204)) ([2c62034](https://github.com/qlik-oss/nebula.js/commit/2c62034b955aa6caa5f26eda706d4231c6bc96f9))

### Features

- **Listbox:** tap range select ([#1208](https://github.com/qlik-oss/nebula.js/issues/1208)) ([957d96d](https://github.com/qlik-oss/nebula.js/commit/957d96d83bbcc18a6f1bd7b72fda33415643f291))

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions apis/nucleus/package.json
@@ -1,19 +1,19 @@
{
"name": "@nebula.js/nucleus",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"main": "src/index.js",
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@nebula.js/conversion": "^4.0.0-alpha.7",
"@nebula.js/locale": "^4.0.0-alpha.7",
"@nebula.js/supernova": "^4.0.0-alpha.7",
"@nebula.js/theme": "^4.0.0-alpha.7",
"@nebula.js/ui": "^4.0.0-alpha.7",
"@nebula.js/conversion": "^4.0.0-alpha.8",
"@nebula.js/locale": "^4.0.0-alpha.8",
"@nebula.js/supernova": "^4.0.0-alpha.8",
"@nebula.js/theme": "^4.0.0-alpha.8",
"@nebula.js/ui": "^4.0.0-alpha.8",
"@testing-library/react": "^14.0.0",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions apis/snapshooter/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/snapshooter
Expand Down
2 changes: 1 addition & 1 deletion apis/snapshooter/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"description": "",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions apis/stardust/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/api-spec/spec.json
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"license": "MIT",
"stability": "stable"
},
Expand Down
16 changes: 8 additions & 8 deletions apis/stardust/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -46,13 +46,13 @@
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@nebula.js/conversion": "^4.0.0-alpha.7",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.7",
"@nebula.js/locale": "^4.0.0-alpha.7",
"@nebula.js/nucleus": "^4.0.0-alpha.7",
"@nebula.js/supernova": "^4.0.0-alpha.7",
"@nebula.js/theme": "^4.0.0-alpha.7",
"@nebula.js/ui": "^4.0.0-alpha.7",
"@nebula.js/conversion": "^4.0.0-alpha.8",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.8",
"@nebula.js/locale": "^4.0.0-alpha.8",
"@nebula.js/nucleus": "^4.0.0-alpha.8",
"@nebula.js/supernova": "^4.0.0-alpha.8",
"@nebula.js/theme": "^4.0.0-alpha.8",
"@nebula.js/ui": "^4.0.0-alpha.8",
"@scriptappy/cli": "0.6.0",
"@scriptappy/to-dts": "1.0.0-beta.4",
"extend": "3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions apis/supernova/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apis/supernova/package.json
@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"main": "src/index.js",
"devDependencies": {
"extend": "3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions apis/test-utils/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/test-utils
Expand Down
2 changes: 1 addition & 1 deletion apis/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/test-utils",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"description": "",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions apis/theme/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/theme
Expand Down
2 changes: 1 addition & 1 deletion apis/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions commands/build/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/cli-build
Expand Down
2 changes: 1 addition & 1 deletion commands/build/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
4 changes: 4 additions & 0 deletions commands/cli/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/cli
Expand Down
4 changes: 2 additions & 2 deletions commands/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^3.0.0"
},
"dependencies": {
"@nebula.js/cli-create": "^4.0.0-alpha.7",
"@nebula.js/cli-create": "^4.0.0-alpha.8",
"import-cwd": "3.0.0",
"yargs": "17.7.1"
}
Expand Down
4 changes: 4 additions & 0 deletions commands/create/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/cli-create
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
4 changes: 4 additions & 0 deletions commands/sense/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/cli-sense
Expand Down
4 changes: 2 additions & 2 deletions commands/sense/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@nebula.js/stardust": "^4.0.0-alpha.7",
"@nebula.js/stardust": "^4.0.0-alpha.8",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
Expand Down
4 changes: 4 additions & 0 deletions commands/serve/CHANGELOG.md
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.

# [4.0.0-alpha.8](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2023-04-03)

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

# [4.0.0-alpha.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)

**Note:** Version bump only for package @nebula.js/cli-serve
Expand Down
14 changes: 7 additions & 7 deletions commands/serve/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"@nebula.js/cli-build": "^4.0.0-alpha.7",
"@nebula.js/cli-build": "^4.0.0-alpha.8",
"@qlik/sdk": "^0.20.1",
"body-parser": "1.20.2",
"chalk": "4.1.2",
Expand All @@ -55,11 +55,11 @@
"@babel/preset-react": "7.18.6",
"@mui/material": "^5.11.15",
"@mui/system": "^5.11.15",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.7",
"@nebula.js/nucleus": "^4.0.0-alpha.7",
"@nebula.js/snapshooter": "^4.0.0-alpha.7",
"@nebula.js/stardust": "^4.0.0-alpha.7",
"@nebula.js/ui": "^4.0.0-alpha.7",
"@nebula.js/enigma-mocker": "^4.0.0-alpha.8",
"@nebula.js/nucleus": "^4.0.0-alpha.8",
"@nebula.js/snapshooter": "^4.0.0-alpha.8",
"@nebula.js/stardust": "^4.0.0-alpha.8",
"@nebula.js/ui": "^4.0.0-alpha.8",
"autosuggest-highlight": "3.3.4",
"babel-loader": "9.1.2",
"d3-require": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -7,7 +7,7 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit f8bf3d9

Please sign in to comment.