Skip to content

Commit

Permalink
chore(release): v2.3.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Oct 30, 2024
1 parent b8f62a4 commit 87c9dd8
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/qlik-oss/picasso.js/compare/v2.3.0...v2.3.1) (2024-10-30)

### Bug Fixes

- allow padding functions ([#880](https://github.com/qlik-oss/picasso.js/issues/880)) ([9560658](https://github.com/qlik-oss/picasso.js/commit/956065888f8ba77ed6668a5a1567f0e9848cb6ed))
- fix slope line ([#879](https://github.com/qlik-oss/picasso.js/issues/879)) ([b8f62a4](https://github.com/qlik-oss/picasso.js/commit/b8f62a40d32083b06aa1f6371a9ccde4b5b733c0))
- navigating the negative slope for oob ([#878](https://github.com/qlik-oss/picasso.js/issues/878)) ([e41c4e7](https://github.com/qlik-oss/picasso.js/commit/e41c4e7caa5f12bbf9aa9f133e845cfa356c2065))

# [2.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

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

### Bug Fixes

- allow padding functions ([#880](https://github.com/qlik-oss/picasso.js/issues/880)) ([9560658](https://github.com/qlik-oss/picasso.js/commit/956065888f8ba77ed6668a5a1567f0e9848cb6ed))

# [2.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

### 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.3.0",
"version": "2.3.1",
"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.3.0",
"version": "2.3.1",
"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.3.0",
"version": "2.3.1",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions packages/picasso.js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/qlik-oss/picasso.js/compare/v2.3.0...v2.3.1) (2024-10-30)

### Bug Fixes

- allow padding functions ([#880](https://github.com/qlik-oss/picasso.js/issues/880)) ([9560658](https://github.com/qlik-oss/picasso.js/commit/956065888f8ba77ed6668a5a1567f0e9848cb6ed))
- fix slope line ([#879](https://github.com/qlik-oss/picasso.js/issues/879)) ([b8f62a4](https://github.com/qlik-oss/picasso.js/commit/b8f62a40d32083b06aa1f6371a9ccde4b5b733c0))
- navigating the negative slope for oob ([#878](https://github.com/qlik-oss/picasso.js/issues/878)) ([e41c4e7](https://github.com/qlik-oss/picasso.js/commit/e41c4e7caa5f12bbf9aa9f133e845cfa356c2065))

# [2.3.0](https://github.com/qlik-oss/picasso.js/compare/v2.2.8...v2.3.0) (2024-10-01)

### 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.3.0",
"version": "2.3.1",
"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.3.0' };
export default { version: '2.3.1' };
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.1](https://github.com/qlik-oss/picasso.js/compare/v2.3.0...v2.3.1) (2024-10-30)

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

# [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
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.3.0",
"version": "2.3.1",
"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.1](https://github.com/qlik-oss/picasso.js/compare/v2.3.0...v2.3.1) (2024-10-30)

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

# [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
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.3.0",
"version": "2.3.1",
"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.3.1](https://github.com/qlik-oss/picasso.js/compare/v2.3.0...v2.3.1) (2024-10-30)

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

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

0 comments on commit 87c9dd8

Please sign in to comment.