Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2023-10-19)

### Bug Fixes

* argb to rgba ([#412](#412)) ([75b7980](75b7980))
* center align top grid cell content ([#419](#419)) ([47abbfd](47abbfd))
* clearing up types ([#408](#408)) ([df0c53a](df0c53a))
* column width error with pseudo dim on left ([#418](#418)) ([4c56f5d](4c56f5d))
* contrasting color for light background ([#415](#415)) ([aa12ada](aa12ada))
* default measure labels color ([#413](#413)) ([aca49d9](aca49d9))
* double scroll ([#405](#405)) ([a7e3efc](a7e3efc))
* include menu icons in column width ([#421](#421)) ([85a83f9](85a83f9))
* primary text color ([#414](#414)) ([2a1b6ca](2a1b6ca))
* remove sprout as peer dep ([#407](#407)) ([4a7be60](4a7be60))
* text ellipsing ([#422](#422)) ([4515bfa](4515bfa))
* use font weight in colum width ([#411](#411)) ([92e0410](92e0410))

### Features

* drag leaf cells to resize columns for right side ([#403](#403)) ([8684bc8](8684bc8))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent 4515bfa commit 472e5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-specifications/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/sn-pivot-table:properties",
"description": "Pivot Table generic object definition",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"stability": "experimental",
"x-qlik-visibility": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-pivot-table",
"version": "2.2.0",
"version": "2.3.0",
"description": "Pivot table supernova",
"keywords": [
"qlik",
Expand Down

0 comments on commit 472e5ae

Please sign in to comment.