Skip to content

Commit

Permalink
chore(release): v2.5.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Nov 20, 2024
1 parent 790a69e commit b9b542b
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 8 deletions.
6 changes: 6 additions & 0 deletions 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.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20)

### Features

- added curved feature to axis component ([#883](https://github.com/qlik-oss/picasso.js/issues/883)) ([790a69e](https://github.com/qlik-oss/picasso.js/commit/790a69efff50e45f85e13231470f70d88a79c24f))

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

### Features
Expand Down
6 changes: 6 additions & 0 deletions docs/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.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20)

### Features

- added curved feature to axis component ([#883](https://github.com/qlik-oss/picasso.js/issues/883)) ([790a69e](https://github.com/qlik-oss/picasso.js/commit/790a69efff50e45f85e13231470f70d88a79c24f))

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

**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": "2.4.0",
"version": "2.5.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.4.0",
"version": "2.5.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.4.0",
"version": "2.5.0",
"npmClient": "pnpm"
}
6 changes: 6 additions & 0 deletions packages/picasso.js/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.5.0](https://github.com/qlik-oss/picasso.js/compare/v2.4.0...v2.5.0) (2024-11-20)

### Features

- added curved feature to axis component ([#883](https://github.com/qlik-oss/picasso.js/issues/883)) ([790a69e](https://github.com/qlik-oss/picasso.js/commit/790a69efff50e45f85e13231470f70d88a79c24f))

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

### 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.4.0",
"version": "2.5.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.4.0' };
export default { version: '2.5.0' };
4 changes: 4 additions & 0 deletions packages/test-utils/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.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

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

**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.4.0",
"version": "2.5.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.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

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

**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.4.0",
"version": "2.5.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.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

# [2.4.0](https://github.com/qlik-oss/picasso.js/compare/v2.3.1...v2.4.0) (2024-11-14)

**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.4.0",
"version": "2.5.0",
"description": "QIX plugin for picasso.js",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit b9b542b

Please sign in to comment.