From 89af6a8aa904324a74f1a0ecbf5d1f6814168ab4 Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Fri, 2 Jun 2023 11:55:51 -0400 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbed8e0..77c8f36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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] +## [UNRELEASED] + +## [2.1.0] - 2023-06-02 ### Added - [#201](https://github.com/plotly/dash-ag-grid/pull/201) Add `cellDoubleClicked` prop, which works exactly like `cellClicked` diff --git a/package-lock.json b/package-lock.json index cf623ed9..2cc6eac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash-ag-grid", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dash-ag-grid", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.0", diff --git a/package.json b/package.json index 91d2980f..88b656b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-ag-grid", - "version": "2.0.0", + "version": "2.1.0", "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", "repository": { "type": "git",