From 5ca2540133a13ca398c0ddfd2fd310c004067060 Mon Sep 17 00:00:00 2001 From: BSd3v <82055130+BSd3v@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:37:22 -0500 Subject: [PATCH] updating changelog for release date --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c329e90..35fdcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source Dash AG Grid repo ## [unreleased] + +## [32.3.3] - 2025-12-19 ### Fixed - [#408](https://github.com/plotly/dash-ag-grid/pull/408) fixed issue where the `columnState` would conflict with `columnDefs` updates - fixes [#416] (https://github.com/plotly/dash-ag-grid/issues/416) diff --git a/package.json b/package.json index 7a007c9..718ce88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "32.3.2", + "version": "32.3.3", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",