From 7c56b757dfb6cd1dd48c75968137c16a31a9565e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Oct 2021 12:45:15 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/ParsePlatform/parse-dashboard/compare/3.1.2...3.2.0) (2021-10-05) ### Features * add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns ([#1827](https://github.com/ParsePlatform/parse-dashboard/issues/1827)) ([b504c0f](https://github.com/ParsePlatform/parse-dashboard/commit/b504c0fc555e0b8adc2ce796cd6928ea05bb3092)) --- changelogs/CHANGELOG_master.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_master.md b/changelogs/CHANGELOG_master.md index 90623ad5d1..41ec602678 100644 --- a/changelogs/CHANGELOG_master.md +++ b/changelogs/CHANGELOG_master.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/ParsePlatform/parse-dashboard/compare/3.1.2...3.2.0) (2021-10-05) + + +### Features + +* add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns ([#1827](https://github.com/ParsePlatform/parse-dashboard/issues/1827)) ([b504c0f](https://github.com/ParsePlatform/parse-dashboard/commit/b504c0fc555e0b8adc2ce796cd6928ea05bb3092)) + ## [3.1.2](https://github.com/ParsePlatform/parse-dashboard/compare/3.1.1...3.1.2) (2021-10-04) diff --git a/package-lock.json b/package-lock.json index aa47e1ffbb..e7512980da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f49cded7c4..575376af36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.1.2", + "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"