From 67b9dd55bc1aac79ef8f651a294642e665197d13 Mon Sep 17 00:00:00 2001 From: BSd3v <82055130+BSd3v@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:38:19 -0500 Subject: [PATCH] bumping release version of 32.3.4 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fdcfc..f88d8a1 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 636ffd5..b25bba0 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 718ce88..c26fadb 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",