Skip to content

Commit

Permalink
chore(release): v2.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Oct 1, 2024
1 parent 08bb0f4 commit 4274d4d
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 10 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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

### Features

- **slope-ref-line:** add slope to the reference line on y axis ([#854](https://github.com/qlik-oss/picasso.js/issues/854)) ([08bb0f4](https://github.com/qlik-oss/picasso.js/commit/08bb0f40d087b1f3aae5e809033344713a4641b2))

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

### Bug Fixes
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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

### Features

- **slope-ref-line:** add slope to the reference line on y axis ([#854](https://github.com/qlik-oss/picasso.js/issues/854)) ([08bb0f4](https://github.com/qlik-oss/picasso.js/commit/08bb0f40d087b1f3aae5e809033344713a4641b2))

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

**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.2.8",
"version": "2.3.0",
"description": "Documentation source",
"scripts": {
"build": "yarn run spec && yarn 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.2.8",
"version": "2.3.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.2.8",
"version": "2.3.0",
"npmClient": "yarn"
}
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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

### Features

- **slope-ref-line:** add slope to the reference line on y axis ([#854](https://github.com/qlik-oss/picasso.js/issues/854)) ([08bb0f4](https://github.com/qlik-oss/picasso.js/commit/08bb0f40d087b1f3aae5e809033344713a4641b2))

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

**Note:** Version bump only for package picasso.js
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": "2.2.8",
"version": "2.3.0",
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -50,7 +50,7 @@
"node-event-emitter": "0.0.1",
"path2d": "0.2.1",
"preact": "10.13.2",
"test-utils": "^2.2.8"
"test-utils": "^2.3.0"
},
"gitHead": "b6ca9d1ed11709ec18f227b7b7077ce34d61857b"
}
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.2.8' };
export default { version: '2.3.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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

**Note:** Version bump only for package test-utils

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

**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.2.8",
"version": "2.3.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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

**Note:** Version bump only for package picasso-plugin-hammer

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

**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": "2.2.8",
"version": "2.3.0",
"description": "Hammer JS interaction plugin for picasso.js",
"license": "MIT",
"author": "QlikTech International AB",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "rm -rf dist && npm run build"
},
"devDependencies": {
"test-utils": "^2.2.8"
"test-utils": "^2.3.0"
},
"gitHead": "b6ca9d1ed11709ec18f227b7b7077ce34d61857b"
}
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.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

**Note:** Version bump only for package picasso-plugin-q

## [2.2.8](https://github.com/qlik-oss/picasso.js/compare/v2.2.7...v2.2.8) (2024-06-27)

### Bug Fixes
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.2.8",
"version": "2.3.0",
"description": "QIX plugin for picasso.js",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down

0 comments on commit 4274d4d

Please sign in to comment.