diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fdcfc7..f88d8a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Links "DE#nnn" prior to version 2.0 point to the Dash Enterprise closed-source D ## [unreleased] +## [32.3.4] - 2025-12-19 +- re-release of 32.3.3 to fix publishing issue + ## [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 diff --git a/package-lock.json b/package-lock.json index 636ffd59..b25bba06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "32.3.2", + "version": "32.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "32.3.2", + "version": "32.3.4", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 718ce883..c26fadb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "32.3.3", + "version": "32.3.4", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",