From 109597342b3cbd4987035d63707bb27081b41b70 Mon Sep 17 00:00:00 2001 From: ozsirma <37998376+ozsirmajotform@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:20:42 +0300 Subject: [PATCH] chore(release): 2.9.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466781f..bdd73bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.3](https://github.com/jotform/dnd-builder/compare/v2.9.2...v2.9.3) (2024-02-14) + + +### Bug Fixes + +* **dnd-builder:** fixes for lint ([2ea65b8](https://github.com/jotform/dnd-builder/commit/2ea65b8660fe87d8295bf7cd2149f55ed39e5272)) +* **dnd-builder:** lint fixes ([6790b7c](https://github.com/jotform/dnd-builder/commit/6790b7c9f3d81318770c9e7ad8a04e6761b36f28)) +* **dnd-builder:** text element height update on edit mode ([1ce5e95](https://github.com/jotform/dnd-builder/commit/1ce5e95b20b671deaea4330f00f5de40ea27826b)) + ### [2.9.2](https://github.com/jotform/dnd-builder/compare/v2.9.1...v2.9.2) (2024-01-16) ### [2.9.1](https://github.com/CemTunaKoc/dnd-builder/compare/v2.9.0...v2.9.1) (2024-01-15) diff --git a/package.json b/package.json index 9c00f90..e3688d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jotforminc/dnd-builder", - "version": "2.9.2", + "version": "2.9.3", "files": [ "lib" ],