Skip to content

Commit

Permalink
chore(release): 1.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Jun 1, 2021
1 parent 9594d85 commit 1618db1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
10 changes: 10 additions & 0 deletions 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.

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

### Bug Fixes

- **serve:** fix themes to use id, not key ([#608](https://github.com/qlik-oss/nebula.js/issues/608)) ([76189a7](https://github.com/qlik-oss/nebula.js/commit/76189a7d06de6a0f5b8eb23a587e86ef52526246))

### Features

- **cli-build:** add mode option to build ([#619](https://github.com/qlik-oss/nebula.js/issues/619)) ([9594d85](https://github.com/qlik-oss/nebula.js/commit/9594d854220c4bcf2a68b5ebfd74b9a70305ba03))

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

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

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

### Features

- **cli-build:** add mode option to build ([#619](https://github.com/qlik-oss/nebula.js/issues/619)) ([9594d85](https://github.com/qlik-oss/nebula.js/commit/9594d854220c4bcf2a68b5ebfd74b9a70305ba03))

# [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-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": "1.2.0",
"version": "1.3.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down
6 changes: 6 additions & 0 deletions commands/serve/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.3.0](https://github.com/qlik-oss/nebula.js/compare/v1.2.0...v1.3.0) (2021-06-01)

### Bug Fixes

- **serve:** fix themes to use id, not key ([#608](https://github.com/qlik-oss/nebula.js/issues/608)) ([76189a7](https://github.com/qlik-oss/nebula.js/commit/76189a7d06de6a0f5b8eb23a587e86ef52526246))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "1.3.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.2.0",
"@nebula.js/cli-build": "^1.3.0",
"body-parser": "1.19.0",
"chalk": "4.1.1",
"chokidar": "3.5.1",
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.2.0",
"version": "1.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit 1618db1

Please sign in to comment.