Skip to content

Commit

Permalink
chore(release): v1.4.0 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Jun 28, 2021
1 parent e99e071 commit f61965f
Show file tree
Hide file tree
Showing 22 changed files with 85 additions and 22 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

### Bug Fixes

- **deps:** update dependency fs-extra to v10 ([#616](https://github.com/qlik-oss/nebula.js/issues/616)) ([73bf35f](https://github.com/qlik-oss/nebula.js/commit/73bf35f53f1882f89207a1215c35fc3c59f9c35a))
- **deps:** update dependency puppeteer to v10 ([#617](https://github.com/qlik-oss/nebula.js/issues/617)) ([5c71bec](https://github.com/qlik-oss/nebula.js/commit/5c71bec36fab9ff210b1193410349e944b3e647a))
- **deps:** update dependency ws to v7.4.6 [security] ([#620](https://github.com/qlik-oss/nebula.js/issues/620)) ([0bef29b](https://github.com/qlik-oss/nebula.js/commit/0bef29b4c784d26dede19c9cb3cf24e1fc75ad65))

### Features

- **build:** additions to build and serve cli ([#625](https://github.com/qlik-oss/nebula.js/issues/625)) ([e99e071](https://github.com/qlik-oss/nebula.js/commit/e99e071adc5e62fade2961c250791b63a03aaea3))
- **cli-build:** include source maps of dependencies ([#622](https://github.com/qlik-oss/nebula.js/issues/622)) ([3b47b2e](https://github.com/qlik-oss/nebula.js/commit/3b47b2e7b59f01c04770172a0acd80de73a2fdb8))

# [1.3.0](https://github.com/qlik-oss/nebula.js/compare/v1.2.0...v1.3.0) (2021-06-01)

### Bug Fixes
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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

## [1.1.1](https://github.com/qlik-oss/nebula.js/compare/v1.1.0...v1.1.1) (2021-04-19)

### Bug Fixes
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": "1.1.1",
"version": "1.4.0",
"private": true,
"main": "src/index.js",
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apis/nucleus/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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

### Features
Expand Down
6 changes: 3 additions & 3 deletions apis/nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@nebula.js/nucleus",
"version": "1.2.0",
"version": "1.4.0",
"private": true,
"main": "src/index.js",
"devDependencies": {
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.1.1",
"@nebula.js/conversion": "^1.4.0",
"@nebula.js/locale": "^1.1.1",
"@nebula.js/supernova": "^1.2.0",
"@nebula.js/theme": "^1.1.1",
"@nebula.js/ui": "^1.2.0",
"@nebula.js/ui": "^1.4.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/stardust/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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

### Features
Expand Down
8 changes: 4 additions & 4 deletions apis/stardust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/stardust",
"version": "1.2.0",
"version": "1.4.0",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -38,12 +38,12 @@
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "4.11.4",
"@nebula.js/conversion": "^1.1.1",
"@nebula.js/conversion": "^1.4.0",
"@nebula.js/locale": "^1.1.1",
"@nebula.js/nucleus": "^1.2.0",
"@nebula.js/nucleus": "^1.4.0",
"@nebula.js/supernova": "^1.2.0",
"@nebula.js/theme": "^1.1.1",
"@nebula.js/ui": "^1.2.0",
"@nebula.js/ui": "^1.4.0",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "17.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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

## [1.1.1](https://github.com/qlik-oss/nebula.js/compare/v1.1.0...v1.1.1) (2021-04-19)

### Features
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": "1.1.1",
"version": "1.4.0",
"private": true,
"description": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions commands/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

### Features

- **build:** additions to build and serve cli ([#625](https://github.com/qlik-oss/nebula.js/issues/625)) ([e99e071](https://github.com/qlik-oss/nebula.js/commit/e99e071adc5e62fade2961c250791b63a03aaea3))
- **cli-build:** include source maps of dependencies ([#622](https://github.com/qlik-oss/nebula.js/issues/622)) ([3b47b2e](https://github.com/qlik-oss/nebula.js/commit/3b47b2e7b59f01c04770172a0acd80de73a2fdb8))

# [1.3.0](https://github.com/qlik-oss/nebula.js/compare/v1.2.0...v1.3.0) (2021-06-01)

### Features
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": "1.3.0",
"version": "1.4.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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

**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": "1.2.0",
"version": "1.4.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand All @@ -27,7 +27,7 @@
"@nebula.js/cli-serve": "^1.x"
},
"dependencies": {
"@nebula.js/cli-create": "^1.2.0",
"@nebula.js/cli-create": "^1.4.0",
"import-cwd": "3.0.0",
"yargs": "17.0.1"
}
Expand Down
6 changes: 6 additions & 0 deletions commands/create/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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

### Bug Fixes

- **deps:** update dependency fs-extra to v10 ([#616](https://github.com/qlik-oss/nebula.js/issues/616)) ([73bf35f](https://github.com/qlik-oss/nebula.js/commit/73bf35f53f1882f89207a1215c35fc3c59f9c35a))

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

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

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

### Bug Fixes

- **deps:** update dependency fs-extra to v10 ([#616](https://github.com/qlik-oss/nebula.js/issues/616)) ([73bf35f](https://github.com/qlik-oss/nebula.js/commit/73bf35f53f1882f89207a1215c35fc3c59f9c35a))

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

**Note:** Version bump only for package @nebula.js/cli-sense
Expand Down
4 changes: 2 additions & 2 deletions commands/sense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-sense",
"version": "1.2.0",
"version": "1.4.0",
"description": "Build a supernova as a Qlik Sense extension",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@nebula.js/stardust": "^1.2.0",
"@nebula.js/stardust": "^1.4.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-replace": "2.4.2",
Expand Down
7 changes: 7 additions & 0 deletions commands/serve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

### Bug Fixes

- **deps:** update dependency puppeteer to v10 ([#617](https://github.com/qlik-oss/nebula.js/issues/617)) ([5c71bec](https://github.com/qlik-oss/nebula.js/commit/5c71bec36fab9ff210b1193410349e944b3e647a))
- **deps:** update dependency ws to v7.4.6 [security] ([#620](https://github.com/qlik-oss/nebula.js/issues/620)) ([0bef29b](https://github.com/qlik-oss/nebula.js/commit/0bef29b4c784d26dede19c9cb3cf24e1fc75ad65))

# [1.3.0](https://github.com/qlik-oss/nebula.js/compare/v1.2.0...v1.3.0) (2021-06-01)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli-serve",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"@nebula.js/cli-build": "^1.3.0",
"@nebula.js/cli-build": "^1.4.0",
"body-parser": "1.19.0",
"chalk": "4.1.1",
"chokidar": "3.5.1",
Expand All @@ -49,10 +49,10 @@
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@material-ui/core": "4.11.4",
"@nebula.js/nucleus": "^1.2.0",
"@nebula.js/nucleus": "^1.4.0",
"@nebula.js/snapshooter": "1.0.0",
"@nebula.js/stardust": "^1.2.0",
"@nebula.js/ui": "^1.2.0",
"@nebula.js/stardust": "^1.4.0",
"@nebula.js/ui": "^1.4.0",
"autosuggest-highlight": "3.1.1",
"babel-loader": "8.2.2",
"d3-require": "1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**", "**/__stories__/**"],
"version": "1.3.0",
"version": "1.4.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/ui/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.

# [1.4.0](https://github.com/qlik-oss/nebula.js/compare/v1.3.0...v1.4.0) (2021-06-28)

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

# [1.2.0](https://github.com/qlik-oss/nebula.js/compare/v1.1.1...v1.2.0) (2021-05-12)

**Note:** Version bump only for package @nebula.js/ui
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nebula.js/ui",
"private": true,
"version": "1.2.0",
"version": "1.4.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit f61965f

Please sign in to comment.