Skip to content

Commit 0ab789a

Browse files
committed
chore(version): pivot-v0.2.0
1 parent e748cd7 commit 0ab789a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/pivot/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## pivot-v0.2.0 - 2025-12-11
6+
#### Bug Fixes
7+
- Use isSortable flag to determine if colBy and rowBy sources are sortable (#1275) - (e748cd7) - vbabich
8+
- DH-20654: Fix pivot still showing after worker is dead (#1274) - (acc3eb9) - vbabich
9+
#### Build system
10+
- Update TypeScript to v5 (#1247) - (e98edd9) - mofojed
11+
#### Features
12+
- Pivot sort UI (#1272) - (5f3d5f3) - vbabich
13+
14+
- - -
15+
516
## pivot-v0.1.0 - 2025-10-02
617
#### Features
718
- Deephaven Pivot plugin (#1231) - (ac5d6f5) - vbabich

plugins/pivot/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-pivot
33
description = Deephaven Pivot Plugin
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.1.0.dev0
6+
version = 0.2.0
77
keywords = deephaven, plugin, graph
88
author = Deephaven
99
author_email = [email protected]

plugins/pivot/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-pivot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Pivot plugin for Deephaven",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)