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",