diff --git a/CHANGELOG.md b/CHANGELOG.md index ace87a57f..016f6c5ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + + +### Bug Fixes + +* **layout:** user logicalSize when determining component visibility ([#368](https://github.com/qlik-oss/picasso.js/issues/368)) ([dfb6a91](https://github.com/qlik-oss/picasso.js/commit/dfb6a91)) + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d55c350b0..946e8a0b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + +**Note:** Version bump only for package docs + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) **Note:** Version bump only for package docs diff --git a/docs/package.json b/docs/package.json index 9b963a9fb..9539a69b3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "0.23.1", + "version": "0.23.2", "description": "Documentation source", "scripts": { "build": "yarn run spec && node gen", diff --git a/lerna.json b/lerna.json index a55f7c310..831d3d553 100644 --- a/lerna.json +++ b/lerna.json @@ -16,7 +16,7 @@ ] } }, - "version": "0.23.1", + "version": "0.23.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/picasso.js/CHANGELOG.md b/packages/picasso.js/CHANGELOG.md index 800ae8886..b4ef51cfe 100644 --- a/packages/picasso.js/CHANGELOG.md +++ b/packages/picasso.js/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + + +### Bug Fixes + +* **layout:** user logicalSize when determining component visibility ([#368](https://github.com/qlik-oss/picasso.js/issues/368)) ([dfb6a91](https://github.com/qlik-oss/picasso.js/commit/dfb6a91)) + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) diff --git a/packages/picasso.js/package.json b/packages/picasso.js/package.json index bde0c0997..27aa80f3f 100644 --- a/packages/picasso.js/package.json +++ b/packages/picasso.js/package.json @@ -1,6 +1,6 @@ { "name": "picasso.js", - "version": "0.23.1", + "version": "0.23.2", "description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.", "license": "MIT", "author": "QlikTech International AB", @@ -47,6 +47,6 @@ "node-event-emitter": "0.0.1", "path2d-polyfill": "0.3.1", "preact": "^8.4.2", - "test-utils": "^0.23.1" + "test-utils": "^0.23.2" } } diff --git a/packages/picasso.js/src/about.js b/packages/picasso.js/src/about.js index 60c265b9b..c8c57a89b 100644 --- a/packages/picasso.js/src/about.js +++ b/packages/picasso.js/src/about.js @@ -1 +1 @@ -export default { version: '0.23.1' }; +export default { version: '0.23.2' }; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 8496a003a..bc1750c7d 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + +**Note:** Version bump only for package test-utils + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) **Note:** Version bump only for package test-utils diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 8e84fdaea..3d8f11670 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "test-utils", - "version": "0.23.1", + "version": "0.23.2", "description": "Common test utilities", "private": true } diff --git a/plugins/hammer/CHANGELOG.md b/plugins/hammer/CHANGELOG.md index bdc72c55d..0ed7efaec 100644 --- a/plugins/hammer/CHANGELOG.md +++ b/plugins/hammer/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + +**Note:** Version bump only for package picasso-plugin-hammer + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) **Note:** Version bump only for package picasso-plugin-hammer diff --git a/plugins/hammer/package.json b/plugins/hammer/package.json index 73add5c2c..73097370d 100644 --- a/plugins/hammer/package.json +++ b/plugins/hammer/package.json @@ -1,6 +1,6 @@ { "name": "picasso-plugin-hammer", - "version": "0.23.1", + "version": "0.23.2", "description": "Hammer JS interaction plugin for picasso.js", "license": "MIT", "author": "QlikTech International AB", @@ -20,6 +20,6 @@ "prepublishOnly": "rm -rf dist && npm run build" }, "devDependencies": { - "test-utils": "^0.23.1" + "test-utils": "^0.23.2" } } diff --git a/plugins/q/CHANGELOG.md b/plugins/q/CHANGELOG.md index 5f72e02db..242872eaa 100644 --- a/plugins/q/CHANGELOG.md +++ b/plugins/q/CHANGELOG.md @@ -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. +## [0.23.2](https://github.com/qlik-oss/picasso.js/compare/v0.23.1...v0.23.2) (2019-04-08) + +**Note:** Version bump only for package picasso-plugin-q + + + + + ## [0.23.1](https://github.com/qlik-oss/picasso.js/compare/v0.23.0...v0.23.1) (2019-04-08) **Note:** Version bump only for package picasso-plugin-q diff --git a/plugins/q/package.json b/plugins/q/package.json index 60b68334c..15506ff86 100644 --- a/plugins/q/package.json +++ b/plugins/q/package.json @@ -1,6 +1,6 @@ { "name": "picasso-plugin-q", - "version": "0.23.1", + "version": "0.23.2", "description": "QIX plugin for picasso.js", "license": "MIT", "author": "QlikTech International AB",