diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5ec5172..87f7064d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +### Bug Fixes + +- allow padding function 2 ([#887](https://github.com/qlik-oss/picasso.js/issues/887)) ([f4ba42e](https://github.com/qlik-oss/picasso.js/commit/f4ba42e483ade7c11c08ea2ad30ac022739c0796)) + +### Features + +- conic gradient ([#888](https://github.com/qlik-oss/picasso.js/issues/888)) ([3078e41](https://github.com/qlik-oss/picasso.js/commit/3078e41296534b03b308996f5da2efbe64389321)) + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) ### Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3b495ec84..f0be53e3f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +**Note:** Version bump only for package docs + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) ### Features diff --git a/docs/package.json b/docs/package.json index fb5d80900..9ee50439f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "private": true, - "version": "2.5.0", + "version": "2.6.0", "description": "Documentation source", "scripts": { "build": "pnpm run spec && pnpm run ts", diff --git a/docs/scriptappy.json b/docs/scriptappy.json index 9cc110c06..6de6af243 100644 --- a/docs/scriptappy.json +++ b/docs/scriptappy.json @@ -3,7 +3,7 @@ "info": { "name": "picasso.js", "description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "stability": "stable", "x-qlik-visibility": "public" diff --git a/lerna.json b/lerna.json index 966d9ac4f..64157afde 100644 --- a/lerna.json +++ b/lerna.json @@ -8,6 +8,6 @@ "ignore": ["test-utils", "docs"] } }, - "version": "2.5.0", + "version": "2.6.0", "npmClient": "pnpm" } diff --git a/packages/picasso.js/CHANGELOG.md b/packages/picasso.js/CHANGELOG.md index 18780754a..2afe90f7c 100644 --- a/packages/picasso.js/CHANGELOG.md +++ b/packages/picasso.js/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +### Bug Fixes + +- allow padding function 2 ([#887](https://github.com/qlik-oss/picasso.js/issues/887)) ([f4ba42e](https://github.com/qlik-oss/picasso.js/commit/f4ba42e483ade7c11c08ea2ad30ac022739c0796)) + +### Features + +- conic gradient ([#888](https://github.com/qlik-oss/picasso.js/issues/888)) ([3078e41](https://github.com/qlik-oss/picasso.js/commit/3078e41296534b03b308996f5da2efbe64389321)) + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) ### Features diff --git a/packages/picasso.js/package.json b/packages/picasso.js/package.json index f34b78b8e..347e4389b 100644 --- a/packages/picasso.js/package.json +++ b/packages/picasso.js/package.json @@ -1,6 +1,6 @@ { "name": "picasso.js", - "version": "2.5.0", + "version": "2.6.0", "description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.", "license": "MIT", "author": "QlikTech International AB", diff --git a/packages/picasso.js/src/about.js b/packages/picasso.js/src/about.js index 3274d447e..a04b43cec 100644 --- a/packages/picasso.js/src/about.js +++ b/packages/picasso.js/src/about.js @@ -1 +1 @@ -export default { version: '2.5.0' }; +export default { version: '2.6.0' }; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index c6b106d6c..178ef2d79 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +### Features + +- conic gradient ([#888](https://github.com/qlik-oss/picasso.js/issues/888)) ([3078e41](https://github.com/qlik-oss/picasso.js/commit/3078e41296534b03b308996f5da2efbe64389321)) + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) **Note:** Version bump only for package test-utils diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 669d1b0a3..a164b54bf 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "test-utils", - "version": "2.5.0", + "version": "2.6.0", "description": "Common test utilities", "private": true } diff --git a/plugins/hammer/CHANGELOG.md b/plugins/hammer/CHANGELOG.md index b2e5c574a..92fff76d0 100644 --- a/plugins/hammer/CHANGELOG.md +++ b/plugins/hammer/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +**Note:** Version bump only for package picasso-plugin-hammer + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) **Note:** Version bump only for package picasso-plugin-hammer diff --git a/plugins/hammer/package.json b/plugins/hammer/package.json index fac9271c3..be093a95e 100644 --- a/plugins/hammer/package.json +++ b/plugins/hammer/package.json @@ -1,6 +1,6 @@ { "name": "picasso-plugin-hammer", - "version": "2.5.0", + "version": "2.6.0", "description": "Hammer JS interaction plugin for picasso.js", "license": "MIT", "author": "QlikTech International AB", diff --git a/plugins/q/CHANGELOG.md b/plugins/q/CHANGELOG.md index 037907667..e6741566c 100644 --- a/plugins/q/CHANGELOG.md +++ b/plugins/q/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/qlik-oss/picasso.js/compare/v2.5.0...v2.6.0) (2025-02-11) + +**Note:** Version bump only for package picasso-plugin-q + # [2.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20) **Note:** Version bump only for package picasso-plugin-q diff --git a/plugins/q/package.json b/plugins/q/package.json index 9bdb4c80a..f1e70fb1c 100644 --- a/plugins/q/package.json +++ b/plugins/q/package.json @@ -1,6 +1,6 @@ { "name": "picasso-plugin-q", - "version": "2.5.0", + "version": "2.6.0", "description": "QIX plugin for picasso.js", "license": "MIT", "author": "QlikTech International AB",