From 2adf5ce32a685320035133792e59ed41760fe69d Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Mon, 12 Feb 2024 10:00:50 +0100 Subject: [PATCH] chore(CHANGELOG): update --- packages/element-templates-json-schema-shared/CHANGELOG.md | 4 ++++ packages/element-templates-json-schema/CHANGELOG.md | 4 ++++ packages/zeebe-element-templates-json-schema/CHANGELOG.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/packages/element-templates-json-schema-shared/CHANGELOG.md b/packages/element-templates-json-schema-shared/CHANGELOG.md index 303ec28..6550eeb 100644 --- a/packages/element-templates-json-schema-shared/CHANGELOG.md +++ b/packages/element-templates-json-schema-shared/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [@camunda/element-templates-json-schema-shared](https://g ___Note:__ Yet to be released changes appear here._ +## 0.10.1 + +* `FIX`: remove broken condition-on-itself subschemas for allOf and choices ([#133](https://github.com/camunda/element-templates-json-schema/issues/133)) + ## 0.10.0 * `FEAT`: disallow condition depending on containing property ([#125](https://github.com/camunda/element-templates-json-schema/issues/125)) diff --git a/packages/element-templates-json-schema/CHANGELOG.md b/packages/element-templates-json-schema/CHANGELOG.md index 333e24d..37fa8e4 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.17.1 + +* `FIX`: remove broken condition-on-itself subschemas for allOf and choices ([#133](https://github.com/camunda/element-templates-json-schema/issues/133)) + ## 0.17.0 * `FEAT`: disallow condition depending on containing property ([#125](https://github.com/camunda/element-templates-json-schema/issues/125)) diff --git a/packages/zeebe-element-templates-json-schema/CHANGELOG.md b/packages/zeebe-element-templates-json-schema/CHANGELOG.md index c30a2b1..a39efe7 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.19.1 + +* `FIX`: remove broken condition-on-itself subschemas for allOf and choices ([#133](https://github.com/camunda/element-templates-json-schema/issues/133)) + ## 0.19.0 * `FEAT`: support `Boolean` and `Number` on all bindings ([#132](https://github.com/camunda/element-templates-json-schema/pull/132))