From f44fc1a173621da9ba05ef5b6913407e793f3cf5 Mon Sep 17 00:00:00 2001 From: caele Date: Thu, 23 Jun 2022 10:00:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.0.0-alpha1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ apis/conversion/CHANGELOG.md | 4 ++++ apis/conversion/package.json | 2 +- apis/enigma-mocker/CHANGELOG.md | 4 ++++ apis/enigma-mocker/package.json | 2 +- apis/locale/CHANGELOG.md | 4 ++++ apis/locale/package.json | 2 +- apis/nucleus/CHANGELOG.md | 7 +++++++ apis/nucleus/package.json | 12 ++++++------ apis/snapshooter/CHANGELOG.md | 4 ++++ apis/snapshooter/package.json | 2 +- apis/stardust/CHANGELOG.md | 4 ++++ apis/stardust/api-spec/spec.json | 2 +- apis/stardust/package.json | 16 ++++++++-------- apis/supernova/CHANGELOG.md | 4 ++++ apis/supernova/package.json | 2 +- apis/test-utils/CHANGELOG.md | 4 ++++ apis/test-utils/package.json | 2 +- apis/theme/CHANGELOG.md | 4 ++++ apis/theme/package.json | 2 +- commands/build/CHANGELOG.md | 4 ++++ commands/build/package.json | 2 +- commands/cli/CHANGELOG.md | 4 ++++ commands/cli/package.json | 4 ++-- commands/create/CHANGELOG.md | 4 ++++ commands/create/package.json | 2 +- commands/sense/CHANGELOG.md | 4 ++++ commands/sense/package.json | 4 ++-- commands/serve/CHANGELOG.md | 4 ++++ commands/serve/package.json | 14 +++++++------- lerna.json | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 2 +- 33 files changed, 107 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628b06ffa..8977dfc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +### Bug Fixes + +- add italic to checkbox text when excluded ([#855](https://github.com/qlik-oss/nebula.js/issues/855)) ([97dbc77](https://github.com/qlik-oss/nebula.js/commit/97dbc778b3b5a075ea05f9d0155856655a3e4cfe)) +- multistate style ([#856](https://github.com/qlik-oss/nebula.js/issues/856)) ([6de8afa](https://github.com/qlik-oss/nebula.js/commit/6de8afa5bba7a62a00563ce8de43477e00491632)) + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) ### Bug Fixes diff --git a/apis/conversion/CHANGELOG.md b/apis/conversion/CHANGELOG.md index 4efcc4e2d..db1d8a852 100644 --- a/apis/conversion/CHANGELOG.md +++ b/apis/conversion/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/conversion + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/conversion diff --git a/apis/conversion/package.json b/apis/conversion/package.json index 06a74896a..845279ea4 100644 --- a/apis/conversion/package.json +++ b/apis/conversion/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/conversion", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/apis/enigma-mocker/CHANGELOG.md b/apis/enigma-mocker/CHANGELOG.md index ae75126e8..017923420 100644 --- a/apis/enigma-mocker/CHANGELOG.md +++ b/apis/enigma-mocker/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/enigma-mocker + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/enigma-mocker diff --git a/apis/enigma-mocker/package.json b/apis/enigma-mocker/package.json index 24fbc6cb3..0cfae14d4 100644 --- a/apis/enigma-mocker/package.json +++ b/apis/enigma-mocker/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/enigma-mocker", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "description": "", "license": "MIT", diff --git a/apis/locale/CHANGELOG.md b/apis/locale/CHANGELOG.md index b8fb87591..0665a5934 100644 --- a/apis/locale/CHANGELOG.md +++ b/apis/locale/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/locale + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/locale diff --git a/apis/locale/package.json b/apis/locale/package.json index 8667695e3..527abd6ea 100644 --- a/apis/locale/package.json +++ b/apis/locale/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/locale", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "main": "src/index.js", "scripts": { diff --git a/apis/nucleus/CHANGELOG.md b/apis/nucleus/CHANGELOG.md index 4d2e25a45..79b53ea55 100644 --- a/apis/nucleus/CHANGELOG.md +++ b/apis/nucleus/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +### Bug Fixes + +- add italic to checkbox text when excluded ([#855](https://github.com/qlik-oss/nebula.js/issues/855)) ([97dbc77](https://github.com/qlik-oss/nebula.js/commit/97dbc778b3b5a075ea05f9d0155856655a3e4cfe)) +- multistate style ([#856](https://github.com/qlik-oss/nebula.js/issues/856)) ([6de8afa](https://github.com/qlik-oss/nebula.js/commit/6de8afa5bba7a62a00563ce8de43477e00491632)) + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) ### Bug Fixes diff --git a/apis/nucleus/package.json b/apis/nucleus/package.json index 5eb6d83ce..b2095f8a7 100644 --- a/apis/nucleus/package.json +++ b/apis/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/nucleus", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "main": "src/index.js", "devDependencies": { @@ -8,11 +8,11 @@ "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.8.3", "@mui/material": "^5.8.3", - "@nebula.js/conversion": "^3.0.0-alpha0", - "@nebula.js/locale": "^3.0.0-alpha0", - "@nebula.js/supernova": "^3.0.0-alpha0", - "@nebula.js/theme": "^3.0.0-alpha0", - "@nebula.js/ui": "^3.0.0-alpha0", + "@nebula.js/conversion": "^3.0.0-alpha1", + "@nebula.js/locale": "^3.0.0-alpha1", + "@nebula.js/supernova": "^3.0.0-alpha1", + "@nebula.js/theme": "^3.0.0-alpha1", + "@nebula.js/ui": "^3.0.0-alpha1", "node-event-emitter": "0.0.1", "react": "18.1.0", "react-dom": "18.1.0", diff --git a/apis/snapshooter/CHANGELOG.md b/apis/snapshooter/CHANGELOG.md index 95bb88863..0b84ca429 100644 --- a/apis/snapshooter/CHANGELOG.md +++ b/apis/snapshooter/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/snapshooter + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/snapshooter diff --git a/apis/snapshooter/package.json b/apis/snapshooter/package.json index c649d3532..fa0abcdae 100644 --- a/apis/snapshooter/package.json +++ b/apis/snapshooter/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/snapshooter", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "description": "", "license": "MIT", diff --git a/apis/stardust/CHANGELOG.md b/apis/stardust/CHANGELOG.md index da7492f8d..5ea921c97 100644 --- a/apis/stardust/CHANGELOG.md +++ b/apis/stardust/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/stardust + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/stardust diff --git a/apis/stardust/api-spec/spec.json b/apis/stardust/api-spec/spec.json index 77ee4e9a5..5d617e9b3 100644 --- a/apis/stardust/api-spec/spec.json +++ b/apis/stardust/api-spec/spec.json @@ -3,7 +3,7 @@ "info": { "name": "@nebula.js/stardust", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "license": "MIT", "stability": "stable" }, diff --git a/apis/stardust/package.json b/apis/stardust/package.json index 0708bd0e7..978e511df 100644 --- a/apis/stardust/package.json +++ b/apis/stardust/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/stardust", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "Product and framework agnostic integration API for Qlik's Associative Engine", "license": "MIT", "author": "QlikTech International AB", @@ -46,13 +46,13 @@ "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.8.3", "@mui/material": "^5.8.3", - "@nebula.js/conversion": "^3.0.0-alpha0", - "@nebula.js/enigma-mocker": "^3.0.0-alpha0", - "@nebula.js/locale": "^3.0.0-alpha0", - "@nebula.js/nucleus": "^3.0.0-alpha0", - "@nebula.js/supernova": "^3.0.0-alpha0", - "@nebula.js/theme": "^3.0.0-alpha0", - "@nebula.js/ui": "^3.0.0-alpha0", + "@nebula.js/conversion": "^3.0.0-alpha1", + "@nebula.js/enigma-mocker": "^3.0.0-alpha1", + "@nebula.js/locale": "^3.0.0-alpha1", + "@nebula.js/nucleus": "^3.0.0-alpha1", + "@nebula.js/supernova": "^3.0.0-alpha1", + "@nebula.js/theme": "^3.0.0-alpha1", + "@nebula.js/ui": "^3.0.0-alpha1", "@scriptappy/cli": "0.1.0", "@scriptappy/to-dts": "1.0.0-beta.4", "extend": "3.0.2", diff --git a/apis/supernova/CHANGELOG.md b/apis/supernova/CHANGELOG.md index 817b2179f..1a7ec3b52 100644 --- a/apis/supernova/CHANGELOG.md +++ b/apis/supernova/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/supernova + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/supernova diff --git a/apis/supernova/package.json b/apis/supernova/package.json index 355785398..d6a0720f8 100644 --- a/apis/supernova/package.json +++ b/apis/supernova/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/supernova", "private": true, - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "main": "src/index.js", "devDependencies": { "extend": "3.0.2", diff --git a/apis/test-utils/CHANGELOG.md b/apis/test-utils/CHANGELOG.md index 0257d480b..db04ca17c 100644 --- a/apis/test-utils/CHANGELOG.md +++ b/apis/test-utils/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/test-utils + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/test-utils diff --git a/apis/test-utils/package.json b/apis/test-utils/package.json index a51dbb716..e9411c9ef 100644 --- a/apis/test-utils/package.json +++ b/apis/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/test-utils", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "description": "", "license": "MIT", diff --git a/apis/theme/CHANGELOG.md b/apis/theme/CHANGELOG.md index 23d41b503..9038296c4 100644 --- a/apis/theme/CHANGELOG.md +++ b/apis/theme/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/theme + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/theme diff --git a/apis/theme/package.json b/apis/theme/package.json index 61e0d88b0..487a4720e 100644 --- a/apis/theme/package.json +++ b/apis/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/theme", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "private": true, "main": "src/index.js", "devDependencies": { diff --git a/commands/build/CHANGELOG.md b/commands/build/CHANGELOG.md index bae1a984b..851fe7fda 100644 --- a/commands/build/CHANGELOG.md +++ b/commands/build/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/cli-build + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/cli-build diff --git a/commands/build/package.json b/commands/build/package.json index 65f35d70f..f41aaaed7 100644 --- a/commands/build/package.json +++ b/commands/build/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-build", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/cli/CHANGELOG.md b/commands/cli/CHANGELOG.md index db246e886..52ca9b55a 100644 --- a/commands/cli/CHANGELOG.md +++ b/commands/cli/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/cli + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/cli diff --git a/commands/cli/package.json b/commands/cli/package.json index 4c93818e8..7d3b79883 100644 --- a/commands/cli/package.json +++ b/commands/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -27,7 +27,7 @@ "@nebula.js/cli-serve": "^2.x" }, "dependencies": { - "@nebula.js/cli-create": "^3.0.0-alpha0", + "@nebula.js/cli-create": "^3.0.0-alpha1", "import-cwd": "3.0.0", "yargs": "17.5.1" } diff --git a/commands/create/CHANGELOG.md b/commands/create/CHANGELOG.md index 31585d05c..b1e117ee3 100644 --- a/commands/create/CHANGELOG.md +++ b/commands/create/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/cli-create + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/cli-create diff --git a/commands/create/package.json b/commands/create/package.json index 3b64ec6aa..53b775ab4 100644 --- a/commands/create/package.json +++ b/commands/create/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-create", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "", "license": "MIT", "author": "QlikTech International AB", diff --git a/commands/sense/CHANGELOG.md b/commands/sense/CHANGELOG.md index c2ac4a368..3ab80972c 100644 --- a/commands/sense/CHANGELOG.md +++ b/commands/sense/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/cli-sense + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) **Note:** Version bump only for package @nebula.js/cli-sense diff --git a/commands/sense/package.json b/commands/sense/package.json index 47d4602cd..4842db459 100644 --- a/commands/sense/package.json +++ b/commands/sense/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-sense", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "Build a supernova as a Qlik Sense extension", "license": "MIT", "author": "QlikTech International AB", @@ -30,7 +30,7 @@ "@babel/cli": "7.17.10", "@babel/core": "7.18.2", "@babel/preset-env": "7.18.2", - "@nebula.js/stardust": "^3.0.0-alpha0", + "@nebula.js/stardust": "^3.0.0-alpha1", "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-replace": "4.0.0", diff --git a/commands/serve/CHANGELOG.md b/commands/serve/CHANGELOG.md index 5dd75e355..4a682e004 100644 --- a/commands/serve/CHANGELOG.md +++ b/commands/serve/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/cli-serve + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) ### Bug Fixes diff --git a/commands/serve/package.json b/commands/serve/package.json index cd014f40c..e4b16051c 100644 --- a/commands/serve/package.json +++ b/commands/serve/package.json @@ -1,6 +1,6 @@ { "name": "@nebula.js/cli-serve", - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "", "license": "MIT", "author": "QlikTech International AB", @@ -27,7 +27,7 @@ "prepublishOnly": "rm -rf dist && yarn run build" }, "dependencies": { - "@nebula.js/cli-build": "^3.0.0-alpha0", + "@nebula.js/cli-build": "^3.0.0-alpha1", "body-parser": "1.20.0", "chalk": "4.1.2", "chokidar": "3.5.3", @@ -49,11 +49,11 @@ "@babel/preset-env": "7.18.2", "@babel/preset-react": "7.17.12", "@mui/material": "^5.8.3", - "@nebula.js/enigma-mocker": "^3.0.0-alpha0", - "@nebula.js/nucleus": "^3.0.0-alpha0", - "@nebula.js/snapshooter": "^3.0.0-alpha0", - "@nebula.js/stardust": "^3.0.0-alpha0", - "@nebula.js/ui": "^3.0.0-alpha0", + "@nebula.js/enigma-mocker": "^3.0.0-alpha1", + "@nebula.js/nucleus": "^3.0.0-alpha1", + "@nebula.js/snapshooter": "^3.0.0-alpha1", + "@nebula.js/stardust": "^3.0.0-alpha1", + "@nebula.js/ui": "^3.0.0-alpha1", "autosuggest-highlight": "3.2.1", "babel-loader": "8.2.5", "d3-require": "1.3.0", diff --git a/lerna.json b/lerna.json index 6a726dd0a..af8858a44 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ } }, "ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"], - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5efae831f..045aee7a2 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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. +# [3.0.0-alpha1](https://github.com/qlik-oss/nebula.js/compare/v3.0.0-alpha0...v3.0.0-alpha1) (2022-06-23) + +**Note:** Version bump only for package @nebula.js/ui + # [3.0.0-alpha0](https://github.com/qlik-oss/nebula.js/compare/v2.11.0...v3.0.0-alpha0) (2022-06-16) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 0afaecea2..5f0f3ceda 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@nebula.js/ui", "private": true, - "version": "3.0.0-alpha0", + "version": "3.0.0-alpha1", "description": "", "license": "MIT", "author": "QlikTech International AB",