From 4908e626d313bd3a7f592fe1bdfad6a48321ec9a Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Tue, 10 Oct 2023 12:17:18 +0200 Subject: [PATCH] chore: update changelogs --- packages/element-templates-json-schema/CHANGELOG.md | 4 ++++ packages/zeebe-element-templates-json-schema/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/packages/element-templates-json-schema/CHANGELOG.md b/packages/element-templates-json-schema/CHANGELOG.md index bcb4b3a..5a8a37e 100644 --- a/packages/element-templates-json-schema/CHANGELOG.md +++ b/packages/element-templates-json-schema/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [@camunda/element-templates-json-schema](https://github.c ___Note:__ Yet to be released changes appear here._ +## 0.15.0 + +* `FEAT`: support `camunda:executionListener` other than scripts ([#113](https://github.com/camunda/element-templates-json-schema/pull/113)) + ## 0.14.0 * `FEAT`: support conditions in dropdown choices ([#107](https://github.com/camunda/element-templates-json-schema/pull/107)) diff --git a/packages/zeebe-element-templates-json-schema/CHANGELOG.md b/packages/zeebe-element-templates-json-schema/CHANGELOG.md index dea75d9..ca0ba71 100644 --- a/packages/zeebe-element-templates-json-schema/CHANGELOG.md +++ b/packages/zeebe-element-templates-json-schema/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [@camunda/zeebe-element-templates-json-schema](https://gi ___Note:__ Yet to be released changes appear here._ +## 0.13.0 + +* `FEAT`: support `groups/openByDefault` property ([#114](https://github.com/camunda/element-templates-json-schema/pull/114)) + ## 0.12.0 * `FEAT`: support conditions in dropdown choices ([#107](https://github.com/camunda/element-templates-json-schema/pull/107))