From 716e921c7e75b7ea7df3226e68b1c768a794ef4a Mon Sep 17 00:00:00 2001 From: Daniel Oakman <141111365+danoaky-tiny@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:31:06 +1000 Subject: [PATCH] Changelog update for community PR (#520) * Added changelog entry for the community PR that adds the tabIndex prop * Bumb minor version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cd8a5e..22ad0c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- Added `tabIndex` prop. Community PR acknowledgement: Grand Julivan + ## 5.0.0 - 2024-03-27 ### Added diff --git a/package.json b/package.json index 1fa7874a..03367345 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "typescript": "~5.4.3", "vite": "^5.2.2" }, - "version": "5.0.2-rc", + "version": "5.1.0-rc", "name": "@tinymce/tinymce-react" }