Skip to content

Commit b4686ed

Browse files
committed
chore(release): v2.8.1 🚀
1 parent 73c6045 commit b4686ed

File tree

14 files changed

+32
-8
lines changed

14 files changed

+32
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.8.1](https://github.com/qlik-oss/picasso.js/compare/v2.8.0...v2.8.1) (2025-04-14)
7+
8+
**Note:** Version bump only for package picasso.js
9+
610
# [2.8.0](https://github.com/qlik-oss/picasso.js/compare/v2.7.0...v2.8.0) (2025-03-12)
711

812
### Features

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.8.1](https://github.com/qlik-oss/picasso.js/compare/v2.8.0...v2.8.1) (2025-04-14)
7+
8+
**Note:** Version bump only for package docs
9+
610
# [2.8.0](https://github.com/qlik-oss/picasso.js/compare/v2.7.0...v2.8.0) (2025-03-12)
711

812
**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": "2.8.0",
4+
"version": "2.8.1",
55
"description": "Documentation source",
66
"scripts": {
77
"build": "pnpm run spec && pnpm run ts",

docs/scriptappy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"name": "picasso.js",
55
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.",
6-
"version": "2.8.0",
6+
"version": "2.8.1",
77
"license": "MIT",
88
"stability": "stable",
99
"x-qlik-visibility": "public"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"ignore": ["test-utils", "docs"]
99
}
1010
},
11-
"version": "2.8.0",
11+
"version": "2.8.1",
1212
"npmClient": "pnpm"
1313
}

packages/picasso.js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.8.1](https://github.com/qlik-oss/picasso.js/compare/v2.8.0...v2.8.1) (2025-04-14)
7+
8+
**Note:** Version bump only for package picasso.js
9+
610
# [2.8.0](https://github.com/qlik-oss/picasso.js/compare/v2.7.0...v2.8.0) (2025-03-12)
711

812
### Features

packages/picasso.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picasso.js",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.",
55
"license": "MIT",
66
"author": "QlikTech International AB",

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: '2.8.0' };
1+
export default { version: '2.8.1' };

packages/test-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.8.1](https://github.com/qlik-oss/picasso.js/compare/v2.8.0...v2.8.1) (2025-04-14)
7+
8+
**Note:** Version bump only for package test-utils
9+
610
# [2.8.0](https://github.com/qlik-oss/picasso.js/compare/v2.7.0...v2.8.0) (2025-03-12)
711

812
**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": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Common test utilities",
55
"private": true
66
}

0 commit comments

Comments
 (0)