Skip to content

Commit

Permalink
chore(release): v2.6.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Feb 11, 2025
1 parent f4ba42e commit 2c65b3b
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 8 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.

# [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
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "2.5.0",
"version": "2.6.0",
"description": "Documentation source",
"scripts": {
"build": "pnpm run spec && pnpm run ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/scriptappy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"ignore": ["test-utils", "docs"]
}
},
"version": "2.5.0",
"version": "2.6.0",
"npmClient": "pnpm"
}
10 changes: 10 additions & 0 deletions packages/picasso.js/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso.js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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: '2.5.0' };
export default { version: '2.6.0' };
6 changes: 6 additions & 0 deletions packages/test-utils/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.

# [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
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": "2.5.0",
"version": "2.6.0",
"description": "Common test utilities",
"private": true
}
4 changes: 4 additions & 0 deletions plugins/hammer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/hammer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions plugins/q/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "2.5.0",
"version": "2.6.0",
"description": "QIX plugin for picasso.js",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit 2c65b3b

Please sign in to comment.