Skip to content

Commit

Permalink
chore: remove task references
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 17, 2023
1 parent 7a07dfd commit e50939c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
14 changes: 4 additions & 10 deletions packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2022-04-04)

Expand Down Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2022-03-21)

Expand Down Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2022-01-24)

Expand Down Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2022-01-06)

Expand Down Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2021-12-15)

Expand Down Expand Up @@ -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

Expand Down
9 changes: 5 additions & 4 deletions packages/x-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@empathyco/[email protected]) (2023-05-03)
Expand Down Expand Up @@ -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`.

Expand All @@ -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)
Expand Down

0 comments on commit e50939c

Please sign in to comment.