mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
chore(release): v3.0.4 🚀
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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.
|
||||
|
||||
## [3.0.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- correctly check qId in mocker ([#956](https://github.com/qlik-oss/nebula.js/issues/956)) ([5c2bf1b](https://github.com/qlik-oss/nebula.js/commit/5c2bf1b4bcb0703fba711d82d471f9880248e17f))
|
||||
- only handle space & enter on container focus ([#961](https://github.com/qlik-oss/nebula.js/issues/961)) ([a2a3771](https://github.com/qlik-oss/nebula.js/commit/a2a3771bc44d4b242bec0d3555879b1e1a18a7b6))
|
||||
|
||||
### Features
|
||||
|
||||
- jest coverage report ([#955](https://github.com/qlik-oss/nebula.js/issues/955)) ([5fb8405](https://github.com/qlik-oss/nebula.js/commit/5fb840517b8c470b37c1f791cee5ef663c578128))
|
||||
- sdk OAuth support in mashup template ([#950](https://github.com/qlik-oss/nebula.js/issues/950)) ([fd9a978](https://github.com/qlik-oss/nebula.js/commit/fd9a978296d17f532b15b9468e754b73defdfddd))
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [3.0.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- correctly check qId in mocker ([#956](https://github.com/qlik-oss/nebula.js/issues/956)) ([5c2bf1b](https://github.com/qlik-oss/nebula.js/commit/5c2bf1b4bcb0703fba711d82d471f9880248e17f))
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [3.0.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- only handle space & enter on container focus ([#961](https://github.com/qlik-oss/nebula.js/issues/961)) ([a2a3771](https://github.com/qlik-oss/nebula.js/commit/a2a3771bc44d4b242bec0d3555879b1e1a18a7b6))
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/nucleus
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@nebula.js/conversion": "^3.0.3",
|
||||
"@nebula.js/locale": "^3.0.3",
|
||||
"@nebula.js/supernova": "^3.0.3",
|
||||
"@nebula.js/theme": "^3.0.3",
|
||||
"@nebula.js/ui": "^3.0.3",
|
||||
"@nebula.js/conversion": "^3.0.4",
|
||||
"@nebula.js/locale": "^3.0.4",
|
||||
"@nebula.js/supernova": "^3.0.4",
|
||||
"@nebula.js/theme": "^3.0.4",
|
||||
"@nebula.js/ui": "^3.0.4",
|
||||
"extend": "3.0.2",
|
||||
"node-event-emitter": "0.0.1",
|
||||
"react": "18.2.0",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/stardust
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/stardust",
|
||||
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/stardust",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"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.10.4",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@nebula.js/conversion": "^3.0.3",
|
||||
"@nebula.js/enigma-mocker": "^3.0.3",
|
||||
"@nebula.js/locale": "^3.0.3",
|
||||
"@nebula.js/nucleus": "^3.0.3",
|
||||
"@nebula.js/supernova": "^3.0.3",
|
||||
"@nebula.js/theme": "^3.0.3",
|
||||
"@nebula.js/ui": "^3.0.3",
|
||||
"@nebula.js/conversion": "^3.0.4",
|
||||
"@nebula.js/enigma-mocker": "^3.0.4",
|
||||
"@nebula.js/locale": "^3.0.4",
|
||||
"@nebula.js/nucleus": "^3.0.4",
|
||||
"@nebula.js/supernova": "^3.0.4",
|
||||
"@nebula.js/theme": "^3.0.4",
|
||||
"@nebula.js/ui": "^3.0.4",
|
||||
"@scriptappy/cli": "0.1.0",
|
||||
"@scriptappy/to-dts": "1.0.0-beta.4",
|
||||
"extend": "3.0.2",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/supernova
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
"extend": "3.0.2",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -27,7 +27,7 @@
|
||||
"@nebula.js/cli-serve": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^3.0.3",
|
||||
"@nebula.js/cli-create": "^3.0.4",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.6.0"
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [3.0.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
### Features
|
||||
|
||||
- sdk OAuth support in mashup template ([#950](https://github.com/qlik-oss/nebula.js/issues/950)) ([fd9a978](https://github.com/qlik-oss/nebula.js/commit/fd9a978296d17f532b15b9468e754b73defdfddd))
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@nebula.js/stardust": "^3.0.3",
|
||||
"@nebula.js/stardust": "^3.0.4",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
"@rollup/plugin-replace": "4.0.0",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [3.0.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
### Features
|
||||
|
||||
- sdk OAuth support in mashup template ([#950](https://github.com/qlik-oss/nebula.js/issues/950)) ([fd9a978](https://github.com/qlik-oss/nebula.js/commit/fd9a978296d17f532b15b9468e754b73defdfddd))
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"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.3",
|
||||
"@nebula.js/cli-build": "^3.0.4",
|
||||
"body-parser": "1.20.0",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.3",
|
||||
@@ -49,11 +49,11 @@
|
||||
"@babel/preset-env": "7.19.3",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"@nebula.js/enigma-mocker": "^3.0.3",
|
||||
"@nebula.js/nucleus": "^3.0.3",
|
||||
"@nebula.js/snapshooter": "^3.0.3",
|
||||
"@nebula.js/stardust": "^3.0.3",
|
||||
"@nebula.js/ui": "^3.0.3",
|
||||
"@nebula.js/enigma-mocker": "^3.0.4",
|
||||
"@nebula.js/nucleus": "^3.0.4",
|
||||
"@nebula.js/snapshooter": "^3.0.4",
|
||||
"@nebula.js/stardust": "^3.0.4",
|
||||
"@nebula.js/ui": "^3.0.4",
|
||||
"@qlik/sdk": "^0.10.2",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "8.2.5",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
||||
@@ -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.4](https://github.com/qlik-oss/nebula.js/compare/v3.0.3...v3.0.4) (2022-10-13)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
## [3.0.3](https://github.com/qlik-oss/nebula.js/compare/v3.0.2...v3.0.3) (2022-09-30)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
Reference in New Issue
Block a user