Skip to content

Commit ea25ca5

Browse files
committed
chore(version): ag-grid-v0.5.0
1 parent c58ccec commit ea25ca5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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/ag-grid/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## ag-grid-v0.5.0 - 2025-11-13
6+
#### Features
7+
- DH-20656: Update AG Grid to v34 (#1263) - (5cf3ad1) - mofojed
8+
#### Bug Fixes
9+
- DH-20415: AG Grid headers should match column names (#1261) - (c58ccec) - mofojed
10+
- DH-19912: Fix AG Grid not opening Pivots when wrapped in AgGrid (#1259) - (8186466) - mofojed
11+
#### Documentation
12+
- DOC-926: How to use formatting in AG Grid (#1262) - (cb43627) - mofojed
13+
#### Build system
14+
- Update TypeScript to v5 (#1247) - (e98edd9) - mofojed
15+
16+
- - -
17+
518
## ag-grid-v0.4.0 - 2025-09-17
619
#### Features
720
- **(ag-grid)** Remove dependencies on @deephaven/component (#1234) - (0c7bb03) - *mofojed*

plugins/ag-grid/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-ag-grid
33
description = Deephaven AG Grid Plugin
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.4.0.dev0
6+
version = 0.5.0
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/ag-grid/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-ag-grid",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Deephaven AG Grid plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)