From 450005bbbd67c4e3152b550765e96a7d88625f19 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 10 Feb 2025 15:20:41 -0500 Subject: [PATCH] release: 31.3.1rc1 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0da1ac..be71bec0 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] +## [31.3.1rc1] - 2025-02-10 ### Fixed - [#346](https://github.com/plotly/dash-ag-grid/pull/346) Fixes issue [#347](https://github.com/plotly/dash-ag-grid/issues/347) where styling wasnt considering if the grid had rows without `data`. This is related to the alteration in [#332](https://github.com/plotly/dash-ag-grid/pull/332) diff --git a/package-lock.json b/package-lock.json index 9f04f4c5..b3eb5e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "31.3.0", + "version": "31.3.1rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "31.3.0", + "version": "31.3.1rc1", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index 63141aac..28c09f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "31.3.0", + "version": "31.3.1rc1", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git", @@ -87,4 +87,4 @@ "browserslist": [ "last 7 years and not dead" ] -} \ No newline at end of file +}