diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2510d..f2e50bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `dash-ag-grid` will be documented in this file. 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.0rc0] - 2025-04-15 ### Fixed - [#328](https://github.com/plotly/dash-ag-grid/pull/328) fixed issue where `getRowStyle` wast able to be passed as a complete function diff --git a/package-lock.json b/package-lock.json index 919466d..505552a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "32.3.0", + "version": "32.3.0rc0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "32.3.0", + "version": "32.3.0rc0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 43d85e6..06c42c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "32.3.0", + "version": "32.3.0rc0", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",