chore(release): v2.3.1 🚀

This commit is contained in:
veinfors
2021-12-09 18:49:36 +01:00
parent d0a1ae2b09
commit 2dbe30df1e
33 changed files with 107 additions and 36 deletions

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
### Bug Fixes
- remove support for load viz on fixture ([#730](https://github.com/qlik-oss/nebula.js/issues/730)) ([d0a1ae2](https://github.com/qlik-oss/nebula.js/commit/d0a1ae2b091e025b7b514aaeb665f6d67156df79))
- **cli-build:** mitigate problem with require inside try catch blocks ([#729](https://github.com/qlik-oss/nebula.js/issues/729)) ([05abf73](https://github.com/qlik-oss/nebula.js/commit/05abf7384df2831ed32719ac22faf3f25ed6ef5c))
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
### Bug Fixes

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/conversion
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/conversion

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/conversion",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"main": "src/index.js",
"devDependencies": {

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/enigma-mocker
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "",
"license": "MIT",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/locale
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/locale

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/locale",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"main": "src/index.js",
"scripts": {

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/nucleus
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
### Bug Fixes

View File

@@ -1,17 +1,17 @@
{
"name": "@nebula.js/nucleus",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"main": "src/index.js",
"devDependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^2.3.0",
"@nebula.js/locale": "^2.3.0",
"@nebula.js/supernova": "^2.3.0",
"@nebula.js/theme": "^2.3.0",
"@nebula.js/ui": "^2.3.0",
"@nebula.js/conversion": "^2.3.1",
"@nebula.js/locale": "^2.3.1",
"@nebula.js/supernova": "^2.3.1",
"@nebula.js/theme": "^2.3.1",
"@nebula.js/ui": "^2.3.1",
"node-event-emitter": "0.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/snapshooter
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/snapshooter

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "",
"license": "MIT",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/stardust
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/stardust

View File

@@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"stability": "stable"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "2.3.0",
"version": "2.3.1",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
@@ -38,12 +38,12 @@
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^2.3.0",
"@nebula.js/locale": "^2.3.0",
"@nebula.js/nucleus": "^2.3.0",
"@nebula.js/supernova": "^2.3.0",
"@nebula.js/theme": "^2.3.0",
"@nebula.js/ui": "^2.3.0",
"@nebula.js/conversion": "^2.3.1",
"@nebula.js/locale": "^2.3.1",
"@nebula.js/nucleus": "^2.3.1",
"@nebula.js/supernova": "^2.3.1",
"@nebula.js/theme": "^2.3.1",
"@nebula.js/ui": "^2.3.1",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "17.0.2",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/supernova
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/supernova

View File

@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "2.3.0",
"version": "2.3.1",
"main": "src/index.js",
"devDependencies": {
"extend": "3.0.2",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/test-utils
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/test-utils

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/test-utils",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "",
"license": "MIT",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/theme
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/theme

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"main": "src/index.js",
"devDependencies": {

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
### Bug Fixes
- **cli-build:** mitigate problem with require inside try catch blocks ([#729](https://github.com/qlik-oss/nebula.js/issues/729)) ([05abf73](https://github.com/qlik-oss/nebula.js/commit/05abf7384df2831ed32719ac22faf3f25ed6ef5c))
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/cli-build

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-build",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/cli
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -27,7 +27,7 @@
"@nebula.js/cli-serve": "^2.x"
},
"dependencies": {
"@nebula.js/cli-create": "^2.3.0",
"@nebula.js/cli-create": "^2.3.1",
"import-cwd": "3.0.0",
"yargs": "17.3.0"
}

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/cli-create
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/cli-create

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-create",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/cli-sense
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/cli-sense

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "2.3.0",
"version": "2.3.1",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@nebula.js/stardust": "^2.3.0",
"@nebula.js/stardust": "^2.3.1",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-replace": "3.0.0",

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
### Bug Fixes
- remove support for load viz on fixture ([#730](https://github.com/qlik-oss/nebula.js/issues/730)) ([d0a1ae2](https://github.com/qlik-oss/nebula.js/commit/d0a1ae2b091e025b7b514aaeb665f6d67156df79))
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -27,7 +27,7 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"@nebula.js/cli-build": "^2.3.0",
"@nebula.js/cli-build": "^2.3.1",
"body-parser": "1.19.0",
"chalk": "4.1.2",
"chokidar": "3.5.2",
@@ -49,11 +49,11 @@
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@material-ui/core": "4.12.3",
"@nebula.js/enigma-mocker": "^2.3.0",
"@nebula.js/nucleus": "^2.3.0",
"@nebula.js/snapshooter": "^2.3.0",
"@nebula.js/stardust": "^2.3.0",
"@nebula.js/ui": "^2.3.0",
"@nebula.js/enigma-mocker": "^2.3.1",
"@nebula.js/nucleus": "^2.3.1",
"@nebula.js/snapshooter": "^2.3.1",
"@nebula.js/stardust": "^2.3.1",
"@nebula.js/ui": "^2.3.1",
"autosuggest-highlight": "3.2.0",
"babel-loader": "8.2.3",
"d3-require": "1.2.4",

View File

@@ -7,7 +7,7 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "2.3.0",
"version": "2.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@@ -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.
## [2.3.1](https://github.com/qlik-oss/nebula.js/compare/v2.3.0...v2.3.1) (2021-12-09)
**Note:** Version bump only for package @nebula.js/ui
# [2.3.0](https://github.com/qlik-oss/nebula.js/compare/v2.2.0...v2.3.0) (2021-12-06)
**Note:** Version bump only for package @nebula.js/ui

View File

@@ -1,7 +1,7 @@
{
"name": "@nebula.js/ui",
"private": true,
"version": "2.3.0",
"version": "2.3.1",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",