From ea1cae262104e99967c6106715f271176807584e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Oct 2021 00:45:20 +0000 Subject: [PATCH] chore(release): 3.2.1-alpha.1 [skip ci] ## [3.2.1-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/3.2.0...3.2.1-alpha.1) (2021-10-08) ### Bug Fixes * enabling context menu for read-only cells ([#1844](https://github.com/ParsePlatform/parse-dashboard/issues/1844)) ([a38a885](https://github.com/ParsePlatform/parse-dashboard/commit/a38a885db23e3a76c1e24f880e061dc882e1d37f)) --- changelogs/CHANGELOG_alpha.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 changelogs/CHANGELOG_alpha.md diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md new file mode 100644 index 0000000000..ba770873c6 --- /dev/null +++ b/changelogs/CHANGELOG_alpha.md @@ -0,0 +1,6 @@ +## [3.2.1-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/3.2.0...3.2.1-alpha.1) (2021-10-08) + + +### Bug Fixes + +* enabling context menu for read-only cells ([#1844](https://github.com/ParsePlatform/parse-dashboard/issues/1844)) ([a38a885](https://github.com/ParsePlatform/parse-dashboard/commit/a38a885db23e3a76c1e24f880e061dc882e1d37f)) diff --git a/package-lock.json b/package-lock.json index 363306904e..3fc5e71f62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.2.0", + "version": "3.2.1-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad4bbdd1c7..1ba026e5d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "3.2.0", + "version": "3.2.1-alpha.1", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"