Skip to content

Commit

Permalink
chore(release): v2.5.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Feb 15, 2022
1 parent 31d9ab8 commit d7aef68
Show file tree
Hide file tree
Showing 34 changed files with 160 additions and 73 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

### Bug Fixes

- change carbon to reactNative ([#762](https://github.com/qlik-oss/nebula.js/issues/762)) ([4aeaa5a](https://github.com/qlik-oss/nebula.js/commit/4aeaa5aa96a51492fa3c5755957fed563bba1a80))
- **jsdoc:** mark mount and unmount as instance functions ([#763](https://github.com/qlik-oss/nebula.js/issues/763)) ([51be0a4](https://github.com/qlik-oss/nebula.js/commit/51be0a4c580357c23defea37c00cca2798234fa8))
- mark version as optional ([#761](https://github.com/qlik-oss/nebula.js/issues/761)) ([5bc52b0](https://github.com/qlik-oss/nebula.js/commit/5bc52b04c2fc250a09e777d0b2c6d306b20dc9af))

### Features

- option to disable cell padding for each object ([#765](https://github.com/qlik-oss/nebula.js/issues/765)) ([31d9ab8](https://github.com/qlik-oss/nebula.js/commit/31d9ab8bd66349e7d407ec357fe443a72586abe6))

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package nebula.js
Expand Down
4 changes: 4 additions & 0 deletions apis/conversion/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

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

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/enigma-mocker
Expand Down
2 changes: 1 addition & 1 deletion apis/enigma-mocker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/enigma-mocker",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"description": "",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions apis/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

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

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

### Bug Fixes

- **jsdoc:** mark mount and unmount as instance functions ([#763](https://github.com/qlik-oss/nebula.js/issues/763)) ([51be0a4](https://github.com/qlik-oss/nebula.js/commit/51be0a4c580357c23defea37c00cca2798234fa8))
- mark version as optional ([#761](https://github.com/qlik-oss/nebula.js/issues/761)) ([5bc52b0](https://github.com/qlik-oss/nebula.js/commit/5bc52b04c2fc250a09e777d0b2c6d306b20dc9af))

### Features

- option to disable cell padding for each object ([#765](https://github.com/qlik-oss/nebula.js/issues/765)) ([31d9ab8](https://github.com/qlik-oss/nebula.js/commit/31d9ab8bd66349e7d407ec357fe443a72586abe6))

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/nucleus
Expand Down
12 changes: 6 additions & 6 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@nebula.js/nucleus",
"version": "2.4.1",
"version": "2.5.0",
"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.4.1",
"@nebula.js/locale": "^2.4.1",
"@nebula.js/supernova": "^2.4.1",
"@nebula.js/theme": "^2.4.1",
"@nebula.js/ui": "^2.4.1",
"@nebula.js/conversion": "^2.5.0",
"@nebula.js/locale": "^2.5.0",
"@nebula.js/supernova": "^2.5.0",
"@nebula.js/theme": "^2.5.0",
"@nebula.js/ui": "^2.5.0",
"node-event-emitter": "0.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 4 additions & 0 deletions apis/snapshooter/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/snapshooter
Expand Down
2 changes: 1 addition & 1 deletion apis/snapshooter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/snapshooter",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"description": "",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions apis/stardust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

### Bug Fixes

- **jsdoc:** mark mount and unmount as instance functions ([#763](https://github.com/qlik-oss/nebula.js/issues/763)) ([51be0a4](https://github.com/qlik-oss/nebula.js/commit/51be0a4c580357c23defea37c00cca2798234fa8))

### Features

- option to disable cell padding for each object ([#765](https://github.com/qlik-oss/nebula.js/issues/765)) ([31d9ab8](https://github.com/qlik-oss/nebula.js/commit/31d9ab8bd66349e7d407ec357fe443a72586abe6))

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/stardust
Expand Down
56 changes: 28 additions & 28 deletions apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"stability": "stable"
},
Expand Down Expand Up @@ -1150,33 +1150,6 @@
}
}
},
"Plugin": {
"description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.",
"stability": "experimental",
"availability": {
"since": "1.2.0"
},
"kind": "interface",
"entries": {
"info": {
"description": "Object that can hold various meta info about the plugin",
"kind": "object",
"entries": {
"name": {
"description": "The name of the plugin",
"type": "string"
}
}
},
"fn": {
"description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.",
"type": "function"
}
},
"examples": [
"const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};"
]
},
"Field": {
"kind": "alias",
"items": {
Expand Down Expand Up @@ -1286,6 +1259,33 @@
}
}
},
"Plugin": {
"description": "An object literal containing meta information about the plugin and a function containing the plugin implementation.",
"stability": "experimental",
"availability": {
"since": "1.2.0"
},
"kind": "interface",
"entries": {
"info": {
"description": "Object that can hold various meta info about the plugin",
"kind": "object",
"entries": {
"name": {
"description": "The name of the plugin",
"type": "string"
}
}
},
"fn": {
"description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.",
"type": "function"
}
},
"examples": [
"const plugin = {\n info: {\n name: \"example-plugin\",\n type: \"meta-type\",\n },\n fn: () => {\n // Plugin implementation goes here\n }\n};"
]
},
"LoadType": {
"kind": "interface",
"params": [
Expand Down
14 changes: 7 additions & 7 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "2.4.1",
"version": "2.5.0",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -45,12 +45,12 @@
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^2.4.1",
"@nebula.js/locale": "^2.4.1",
"@nebula.js/nucleus": "^2.4.1",
"@nebula.js/supernova": "^2.4.1",
"@nebula.js/theme": "^2.4.1",
"@nebula.js/ui": "^2.4.1",
"@nebula.js/conversion": "^2.5.0",
"@nebula.js/locale": "^2.5.0",
"@nebula.js/nucleus": "^2.5.0",
"@nebula.js/supernova": "^2.5.0",
"@nebula.js/theme": "^2.5.0",
"@nebula.js/ui": "^2.5.0",
"@scriptappy/cli": "0.1.0",
"@scriptappy/to-dts": "1.0.0-beta.4",
"extend": "3.0.2",
Expand Down
20 changes: 10 additions & 10 deletions apis/stardust/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,6 @@ declare namespace stardust {

}

/**
* An object literal containing meta information about the plugin and a function containing the plugin implementation.
*/
interface Plugin {
info: {
name: string;
};
fn: ()=>void;
}

type Field = string | EngineAPI.INxDimension | EngineAPI.INxMeasure | stardust.LibraryField;

/**
Expand Down Expand Up @@ -407,6 +397,16 @@ declare namespace stardust {
type: "dimension" | "measure";
}

/**
* An object literal containing meta information about the plugin and a function containing the plugin implementation.
*/
interface Plugin {
info: {
name: string;
};
fn: ()=>void;
}

interface LoadType {
(type: {
name: string;
Expand Down
4 changes: 4 additions & 0 deletions apis/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/supernova
Expand Down
2 changes: 1 addition & 1 deletion apis/supernova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nebula.js/supernova",
"private": true,
"version": "2.4.1",
"version": "2.5.0",
"main": "src/index.js",
"devDependencies": {
"extend": "3.0.2",
Expand Down
4 changes: 4 additions & 0 deletions apis/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

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

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/theme
Expand Down
2 changes: 1 addition & 1 deletion apis/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/theme",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions commands/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

### Bug Fixes

- change carbon to reactNative ([#762](https://github.com/qlik-oss/nebula.js/issues/762)) ([4aeaa5a](https://github.com/qlik-oss/nebula.js/commit/4aeaa5aa96a51492fa3c5755957fed563bba1a80))

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

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

# [2.5.0](https://github.com/qlik-oss/nebula.js/compare/v2.4.1...v2.5.0) (2022-02-15)

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

## [2.4.1](https://github.com/qlik-oss/nebula.js/compare/v2.4.0...v2.4.1) (2022-02-10)

**Note:** Version bump only for package @nebula.js/cli
Expand Down
4 changes: 2 additions & 2 deletions commands/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "2.4.1",
"version": "2.5.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand All @@ -27,7 +27,7 @@
"@nebula.js/cli-serve": "^2.x"
},
"dependencies": {
"@nebula.js/cli-create": "^2.4.1",
"@nebula.js/cli-create": "^2.5.0",
"import-cwd": "3.0.0",
"yargs": "17.3.0"
}
Expand Down
Loading

0 comments on commit d7aef68

Please sign in to comment.