From e50939c55a82912e28ac536a3f5c55fad2b8e340 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 17 Oct 2023 09:14:25 +0200 Subject: [PATCH] chore: remove task references --- packages/x-components/CHANGELOG.md | 14 ++++---------- packages/x-types/CHANGELOG.md | 9 +++++---- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index bb9355a20..9f856ee49 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -2150,8 +2150,6 @@ All notable changes to this project will be documented in this file. See ### Testing - Restructure files for non global step def (#382) - [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739) - [EX-5739](https://searchbroker.atlassian.net/browse/EX-5739) ## [3.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.78...@empathyco/x-components@3.0.0-alpha.79) (2022-04-04) @@ -2205,7 +2203,7 @@ All notable changes to this project will be documented in this file. See ### Testing -- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)] +- E2E tests maintenance (#371) ## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21) @@ -2368,8 +2366,7 @@ All notable changes to this project will be documented in this file. See - **components:** Add `payload` and `metadata` to the `SnippetCallbackExecuted` event payload - **components:** Allow `BaseResultAddToCart` to use external listeners. -- **EX-3539:** track PDP add to cart (#306) - [EX-3538](https://searchbroker.atlassian.net/browse/EX-3538) +- track PDP add to cart (#306) ## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24) @@ -2410,7 +2407,7 @@ All notable changes to this project will be documented in this file. See - **design-system:** Fix some style issues and add two missing utilities - **identifier-results:** Fix default plugin config. (#296) - [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247) +- ## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06) @@ -2479,7 +2476,7 @@ All notable changes to this project will be documented in this file. See - **scroll:** remove animations on pending element to scroll - **tagging:** Include 'location' parameter to track result events. (#273) - [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163) +- ## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15) @@ -3374,9 +3371,6 @@ All notable changes to this project will be documented in this file. See - **e2e:** homogenise and standardise common-steps and test cases - **x-plugin:** extract `XComponentAliasAPI` logic to separate file and improve aliases generation - [EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) - [EX-3288](https://searchbroker.atlassian.net/browse/EX-3288) - [feature/EX-3189](https://searchbroker.atlassian.net/browse/EX-3189) ### Testing diff --git a/packages/x-types/CHANGELOG.md b/packages/x-types/CHANGELOG.md index 6e61b5b33..baae887e4 100644 --- a/packages/x-types/CHANGELOG.md +++ b/packages/x-types/CHANGELOG.md @@ -54,7 +54,7 @@ All notable changes to this project will be documented in this file. See ### Others -- **deps:** update node to 18 (#1196) +- **deps:** update node to 18 (#1196) - **deps:** update node to v18 (#1175) ## [10.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.65...@empathyco/x-types@10.0.0-alpha.66) (2023-05-03) @@ -465,8 +465,8 @@ All notable changes to this project will be documented in this file. See ## 7.0.0 (2021/03/03) -- Add `Identifiable` interface to `Banner`, `Facet`, `Filter`, `Next-queries`, `Promoted`, -> `Redirection` and `Result`. +- Add `Identifiable` interface to `Banner`, `Facet`, `Filter`, `Next-queries`, + `Promoted`,`Redirection` and `Result`. - Add `BooleanFilter` and `EditableNumberRange`. - Add `Banner` and `Promoted` to `ModelNameType`. @@ -486,7 +486,8 @@ All notable changes to this project will be documented in this file. See - Close tags within the documentation between backslashes - Add ESM build keeping also the old CommonJS - Changed next query schema facets to be an array instead of an object. -- Unified Suggestion like models properties (`RelatedTag`, `NextQuery`, `Suggestion`, `HistoryTerm`, `PartialResult`) +- Unified Suggestion like models properties (`RelatedTag`, `NextQuery`, `Suggestion`, `HistoryTerm`, + `PartialResult`) - Add type to the attribute `modelName` in the interface `NamedModel` ## 4.0.0 (2020/02/04)