diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 68cbb152..2073f9cd 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -9,7 +9,9 @@ on: tags: - v* pull_request: - branches: [main] + branches: + - main + - v* jobs: test: @@ -104,4 +106,3 @@ jobs: run: | source .venv/bin/activate pytest --headless - diff --git a/CHANGELOG.md b/CHANGELOG.md index 070a4fc3..07dedfe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ 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.2rc1] - 2025-08-05 + +### Fixed +- [#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function + +## [32.3.1] - 2025-08-05 ### Fixed - [#394](https://github.com/plotly/dash-ag-grid/issues/394) allow `cellRenderer` column def to be a function diff --git a/package-lock.json b/package-lock.json index d3d3008b..fa2aa03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "33.3.2rc0", + "version": "33.3.2rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "33.3.2rc0", + "version": "33.3.2rc1", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index be055b9d..c30b4369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "33.3.2rc0", + "version": "33.3.2rc1", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",