diff --git a/CHANGELOG.md b/CHANGELOG.md index bc40045c6..1a27067a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Not released +## 3.0.0 + +### 3.0.0-alpha.19 (2024-09-19) + - Fix HistogramWidget with one non-zero bucket [#901](https://github.com/CartoDB/carto-react/pull/901) - Spatial Index Sources use remote widgets calculation [#898](https://github.com/CartoDB/carto-react/pull/898) - Support for `hiddenColumnFields` parameter and `onRowClick` handler for Table Widget [#900](https://github.com/CartoDB/carto-react/pull/900) @@ -10,8 +14,6 @@ - Support for columns `formatter` function for Table Widget [#904](https://github.com/CartoDB/carto-react/pull/904) - isRemoteCalculationSupported: revert remote calculation for dynamic spatial index sources [#905](https://github.com/CartoDB/carto-react/pull/905) -## 3.0.0 - ### 3.0.0-alpha.17 (2024-07-29) - Fix MuiList outside Popper elements [#896](https://github.com/CartoDB/carto-react/pull/896) diff --git a/lerna.json b/lerna.json index 01661cbd0..0f72566ef 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,6 @@ { - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.0.0-alpha.17" + "version": "3.0.0-alpha.19" }