From e27275f43a57889938552a098b6e4a9e1eb84e07 Mon Sep 17 00:00:00 2001 From: ozsirma <37998376+ozsirmajotform@users.noreply.github.com> Date: Tue, 26 Dec 2023 10:10:11 +0300 Subject: [PATCH] chore(release): 2.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0dd7c6..7e8b146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.9.0](https://github.com/jotform/dnd-builder/compare/v2.8.2...v2.9.0) (2023-12-26) + + +### Features + +* **slides-panel:** isThumbnail prop is added for slides panel item ([be0418a](https://github.com/jotform/dnd-builder/commit/be0418a74179e9c885afc17c0a399ed15e7ecff6)) + ### [2.8.2](https://github.com/jotform/dnd-builder/compare/v2.8.1...v2.8.2) (2023-12-25) ### [2.8.1](https://github.com/jotform/dnd-builder/compare/v2.8.0...v2.8.1) (2023-11-27) diff --git a/package.json b/package.json index 1571d00..dd9fd51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jotforminc/dnd-builder", - "version": "2.8.2", + "version": "2.9.0", "files": [ "lib" ],