Skip to content

Commit

Permalink
chore(release): v0.23.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
miralemd committed Apr 8, 2019
1 parent dfb6a91 commit 26e036f
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 9 deletions.
11 changes: 11 additions & 0 deletions 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.

## [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)


Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
}
},
"version": "0.23.1",
"version": "0.23.2",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/picasso.js/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.

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/picasso.js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/picasso.js/src/about.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '0.23.1' };
export default { version: '0.23.2' };
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-utils",
"version": "0.23.1",
"version": "0.23.2",
"description": "Common test utilities",
"private": true
}
8 changes: 8 additions & 0 deletions plugins/hammer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/hammer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,6 +20,6 @@
"prepublishOnly": "rm -rf dist && npm run build"
},
"devDependencies": {
"test-utils": "^0.23.1"
"test-utils": "^0.23.2"
}
}
8 changes: 8 additions & 0 deletions plugins/q/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/q/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 26e036f

Please sign in to comment.