Skip to content

Commit 355c685

Browse files
committed
chore(version): ag-grid-v0.5.1
1 parent 6878de1 commit 355c685

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1 - 2025-11-17
6+
#### Bug Fixes
7+
- DH-20656: Don't provide getRowId func unless necessary (#1269) - (6878de1) - mofojed
8+
9+
- - -
10+
511
## ag-grid-v0.5.0 - 2025-11-13
612
#### Features
713
- DH-20656: Update AG Grid to v34 (#1263) - (5cf3ad1) - 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.5.0.dev0
6+
version = 0.5.1
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.5.0",
3+
"version": "0.5.1",
44
"description": "Deephaven AG Grid plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)