diff --git a/packages/main/src/Badge.ts b/packages/main/src/Badge.ts
index 5a05d4fcc184..977e4bafdede 100644
--- a/packages/main/src/Badge.ts
+++ b/packages/main/src/Badge.ts
@@ -71,7 +71,7 @@ import badgeCss from "./generated/themes/Badge.css.js";
* Fired when the user clicks on an interactive badge.
* Note: The event will be fired if the interactive
property is true
* @public
- * @since 1.20
+ * @since 1.22.0
*/
@event("click")
class Badge extends UI5Element {
@@ -79,7 +79,7 @@ class Badge extends UI5Element {
* Defines the design type of the component.
* @default "Set3"
* @public
- * @since 1.20
+ * @since 1.22.0
*/
@property({ defaultValue: BadgeDesign.Set3 })
design!: `${BadgeDesign}`;
@@ -100,7 +100,7 @@ class Badge extends UI5Element {
* Defines if the default state icon is shown.
* @default false
* @public
- * @since 1.20
+ * @since 1.22.0
*/
@property({ type: Boolean })
hideStateIcon!: boolean;
@@ -111,7 +111,7 @@ class Badge extends UI5Element {
* when design
property is BadgeDesign.Set3
* @default false
* @public
- * @since 1.20
+ * @since 1.22.0
*/
@property({ type: Boolean })
interactive!: boolean;
@@ -123,7 +123,7 @@ class Badge extends UI5Element {
*
* @default "None"
* @public
- * @since 1.20
+ * @since 1.22.0
*/
@property({ type: WrappingType, defaultValue: WrappingType.None })
wrappingType!: `${WrappingType}`;
diff --git a/packages/main/src/Button.ts b/packages/main/src/Button.ts
index 93c67cc8fc33..c21fb1d8b45f 100644
--- a/packages/main/src/Button.ts
+++ b/packages/main/src/Button.ts
@@ -217,7 +217,7 @@ class Button extends UI5Element implements IFormElement, IButton {
*
Dialog
Grid
Listbox
ListBox
Menu
Tree
Dialog
Grid
Listbox
ListBox
Menu
Tree
Dialog
Grid
Listbox
ListBox
Menu
Tree