@commercetools-frontend-extensions/change-history 6.14.0 → 6.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +362 -326
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +325 -296
- package/dist/commercetools-frontend-extensions-change-history.esm.js +365 -328
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2187](https://github.com/commercetools/audit-log/pull/2187) [`d4d7bf3`](https://github.com/commercetools/audit-log/commit/d4d7bf3acc4b7cab9f259866396bfea5826ef180) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(welcome-dialog): fix styling bug
|
|
8
|
+
|
|
9
|
+
- [#2131](https://github.com/commercetools/audit-log/pull/2131) [`42d17e55`](https://github.com/commercetools/audit-log/commit/42d17e553f3f35835d262bbe82cc0297252049ac) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search/filter-search-bar): update filter-search-bar styles for redesign
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#2139](https://github.com/commercetools/audit-log/pull/2139) [`c91c7c5`](https://github.com/commercetools/audit-log/commit/c91c7c52a7480482debd5088c71c9ba93c506858) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Update search text input to use ui kit for redesign
|
|
14
|
+
|
|
15
|
+
- [#2145](https://github.com/commercetools/audit-log/pull/2145) [`71f731da`](https://github.com/commercetools/audit-log/commit/71f731da0bee9ef6aefaab5838b4344052277afd) Thanks [@valoriecarli](https://github.com/valoriecarli)! - remove unused enum range filter
|
|
16
|
+
|
|
17
|
+
- [#1903](https://github.com/commercetools/audit-log/pull/1903) [`20912ccd`](https://github.com/commercetools/audit-log/commit/20912ccdec15cf3ca61c86438830346bea18e422) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
|
|
18
|
+
|
|
19
|
+
- [#2149](https://github.com/commercetools/audit-log/pull/2149) [`37e31bad`](https://github.com/commercetools/audit-log/commit/37e31bada6bdc884d7a5d41fd76232850f063c3f) Thanks [@ByronDWall](https://github.com/ByronDWall)! - feat(search): update styles to be consistent with MC based on UX feedback
|
|
20
|
+
|
|
21
|
+
- [#2162](https://github.com/commercetools/audit-log/pull/2162) [`4e44135`](https://github.com/commercetools/audit-log/commit/4e441359e6a0e5c9f6e55a4bb72d0cd6d14e5a6a) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update ui-kit and msw
|
|
22
|
+
|
|
23
|
+
- [#2184](https://github.com/commercetools/audit-log/pull/2184) [`a66a0d2`](https://github.com/commercetools/audit-log/commit/a66a0d276081ffbf3253bb2fad09d40f75c1d230) Thanks [@valoriecarli](https://github.com/valoriecarli)! - update quote entity route to mc
|
|
24
|
+
|
|
3
25
|
## 6.14.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|