Skip to content

Commit 555e5ec

Browse files
committed
chore(release): v0.18.2 🚀
1 parent d923123 commit 555e5ec

File tree

13 files changed

+63
-9
lines changed

13 files changed

+63
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/qlik-oss/picasso.js/compare/v0.18.1...v0.18.2) (2018-12-10)
7+
8+
9+
### Reverts
10+
11+
* "fix(dock-layout): remove components that are docked at hidden components ([#261](https://github.com/qlik-oss/picasso.js/issues/261))" ([d923123](https://github.com/qlik-oss/picasso.js/commit/d923123))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/qlik-oss/picasso.js/compare/v0.18.0...v0.18.1) (2018-12-04)
718

819

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/qlik-oss/picasso.js/compare/v0.18.1...v0.18.2) (2018-12-10)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## [0.18.1](https://github.com/qlik-oss/picasso.js/compare/v0.18.0...v0.18.1) (2018-12-04)
715

816
**Note:** Version bump only for package docs

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "0.18.1",
4+
"version": "0.18.2",
55
"description": "Documentation source",
66
"scripts": {
77
"build": "yarn run spec && node gen",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
}
1818
},
19-
"version": "0.18.1",
19+
"version": "0.18.2",
2020
"npmClient": "yarn",
2121
"useWorkspaces": true
2222
}

packages/picasso.js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/qlik-oss/picasso.js/compare/v0.18.1...v0.18.2) (2018-12-10)
7+
8+
9+
### Reverts
10+
11+
* "fix(dock-layout): remove components that are docked at hidden components ([#261](https://github.com/qlik-oss/picasso.js/issues/261))" ([d923123](https://github.com/qlik-oss/picasso.js/commit/d923123))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/qlik-oss/picasso.js/compare/v0.18.0...v0.18.1) (2018-12-04)
718

819

packages/picasso.js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picasso.js",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.",
55
"license": "MIT",
66
"author": "QlikTech International AB",
@@ -47,6 +47,6 @@
4747
"node-event-emitter": "0.0.1",
4848
"path2d-polyfill": "0.3.1",
4949
"preact": "^8.4.2",
50-
"test-utils": "^0.18.1"
50+
"test-utils": "^0.18.2"
5151
}
5252
}

packages/picasso.js/src/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { version: '0.18.1' };
1+
export default { version: '0.18.2' };

packages/test-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/qlik-oss/picasso.js/compare/v0.18.1...v0.18.2) (2018-12-10)
7+
8+
**Note:** Version bump only for package test-utils
9+
10+
11+
12+
13+
614
## [0.18.1](https://github.com/qlik-oss/picasso.js/compare/v0.18.0...v0.18.1) (2018-12-04)
715

816
**Note:** Version bump only for package test-utils

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-utils",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "Common test utilities",
55
"private": true
66
}

plugins/hammer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/qlik-oss/picasso.js/compare/v0.18.1...v0.18.2) (2018-12-10)
7+
8+
**Note:** Version bump only for package picasso-plugin-hammer
9+
10+
11+
12+
13+
614
## [0.18.1](https://github.com/qlik-oss/picasso.js/compare/v0.18.0...v0.18.1) (2018-12-04)
715

816
**Note:** Version bump only for package picasso-plugin-hammer

0 commit comments

Comments
 (0)