From 319d8986c9f3301c0ff12f01ef28976af6a89167 Mon Sep 17 00:00:00 2001 From: gretzkiy Date: Fri, 20 Dec 2024 18:47:41 +0300 Subject: [PATCH] chore(changelog): add changelog --- CHANGELOG.md | 6 ++++++ src/core/component/const/CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ea3dc872..cc31662769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Changelog _Note: Gaps between patch versions are faulty, broken or test releases._ +## v4.0.0-beta.171 (2024-12-23) + +#### :rocket: New Feature + +* Added a new validator for web-components `isV4WebComponent` `src/core/component/const/wc-validators` + ## v4.0.0-beta.170 (2024-12-19) #### :house: Internal diff --git a/src/core/component/const/CHANGELOG.md b/src/core/component/const/CHANGELOG.md index 535a274a3f..4ae7c7bea5 100644 --- a/src/core/component/const/CHANGELOG.md +++ b/src/core/component/const/CHANGELOG.md @@ -9,6 +9,12 @@ Changelog > - :house: [Internal] > - :nail_care: [Polish] +## v4.0.0-beta.171 (2024-12-23) + +#### :rocket: New Feature + +* Added a new validator for web-components `isV4WebComponent` + ## v3.0.0-rc.133 (2021-01-30) #### :rocket: New Feature