mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
chore(release): v4.0.0-alpha.7 🚀
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
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.7](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2023-03-30)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- add emitter to types ([#1200](https://github.com/qlik-oss/nebula.js/issues/1200)) ([2ae60c3](https://github.com/qlik-oss/nebula.js/commit/2ae60c39bae6829a0479f4d6708ca601e7782ed5))
|
||||
- confirm selection when object is removed ([#1197](https://github.com/qlik-oss/nebula.js/issues/1197)) ([9ca11fe](https://github.com/qlik-oss/nebula.js/commit/9ca11fe5eb16675eeffbbbbafddc560297263022))
|
||||
- shouldForwardProp to fix React warning ([#1201](https://github.com/qlik-oss/nebula.js/issues/1201)) ([2a457da](https://github.com/qlik-oss/nebula.js/commit/2a457da7bfdc29e60869a5a4c4f40ab598ce54af))
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -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.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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/conversion
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/conversion",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/enigma-mocker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/enigma-mocker",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/locale
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/locale",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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.
|
||||
|
||||
# [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
|
||||
|
||||
- confirm selection when object is removed ([#1197](https://github.com/qlik-oss/nebula.js/issues/1197)) ([9ca11fe](https://github.com/qlik-oss/nebula.js/commit/9ca11fe5eb16675eeffbbbbafddc560297263022))
|
||||
- shouldForwardProp to fix React warning ([#1201](https://github.com/qlik-oss/nebula.js/issues/1201)) ([2a457da](https://github.com/qlik-oss/nebula.js/commit/2a457da7bfdc29e60869a5a4c4f40ab598ce54af))
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/nucleus",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"private": true,
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
@@ -8,11 +8,11 @@
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.6",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.6",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.6",
|
||||
"@nebula.js/theme": "^4.0.0-alpha.6",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.6",
|
||||
"@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",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/snapshooter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/snapshooter",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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.
|
||||
|
||||
# [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
|
||||
|
||||
- add emitter to types ([#1200](https://github.com/qlik-oss/nebula.js/issues/1200)) ([2ae60c3](https://github.com/qlik-oss/nebula.js/commit/2ae60c39bae6829a0479f4d6708ca601e7782ed5))
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -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.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"license": "MIT",
|
||||
"stability": "stable"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/stardust",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@nebula.js/conversion": "^4.0.0-alpha.6",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.6",
|
||||
"@nebula.js/locale": "^4.0.0-alpha.6",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.6",
|
||||
"@nebula.js/supernova": "^4.0.0-alpha.6",
|
||||
"@nebula.js/theme": "^4.0.0-alpha.6",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.6",
|
||||
"@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",
|
||||
"@scriptappy/cli": "0.6.0",
|
||||
"@scriptappy/to-dts": "1.0.0-beta.4",
|
||||
"extend": "3.0.2",
|
||||
|
||||
@@ -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.
|
||||
|
||||
# [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
|
||||
|
||||
- add emitter to types ([#1200](https://github.com/qlik-oss/nebula.js/issues/1200)) ([2ae60c3](https://github.com/qlik-oss/nebula.js/commit/2ae60c39bae6829a0479f4d6708ca601e7782ed5))
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/supernova",
|
||||
"private": true,
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/test-utils
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/test-utils",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/theme
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/theme",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-build",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@nebula.js/cli-serve": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-create": "^4.0.0-alpha.6",
|
||||
"@nebula.js/cli-create": "^4.0.0-alpha.7",
|
||||
"import-cwd": "3.0.0",
|
||||
"yargs": "17.7.1"
|
||||
}
|
||||
|
||||
@@ -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.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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-create
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-create",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/cli-sense
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-sense",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"description": "Build a supernova as a Qlik Sense extension",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.6",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.7",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-commonjs": "24.0.1",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
|
||||
@@ -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.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
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
### Features
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/cli-serve",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
@@ -30,7 +30,7 @@
|
||||
"prepublishOnly": "rm -rf dist && yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/cli-build": "^4.0.0-alpha.6",
|
||||
"@nebula.js/cli-build": "^4.0.0-alpha.7",
|
||||
"@qlik/sdk": "^0.19.1",
|
||||
"body-parser": "1.20.2",
|
||||
"chalk": "4.1.2",
|
||||
@@ -55,11 +55,11 @@
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@mui/system": "^5.11.11",
|
||||
"@nebula.js/enigma-mocker": "^4.0.0-alpha.6",
|
||||
"@nebula.js/nucleus": "^4.0.0-alpha.6",
|
||||
"@nebula.js/snapshooter": "^4.0.0-alpha.6",
|
||||
"@nebula.js/stardust": "^4.0.0-alpha.6",
|
||||
"@nebula.js/ui": "^4.0.0-alpha.6",
|
||||
"@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",
|
||||
"autosuggest-highlight": "3.3.4",
|
||||
"babel-loader": "9.1.2",
|
||||
"d3-require": "1.3.0",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"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.
|
||||
|
||||
# [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/ui
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/qlik-oss/nebula.js/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2023-03-28)
|
||||
|
||||
**Note:** Version bump only for package @nebula.js/ui
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nebula.js/ui",
|
||||
"private": true,
|
||||
"version": "4.0.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "QlikTech International AB",
|
||||
|
||||
Reference in New Issue
Block a user