@commercetools-frontend-extensions/change-history 6.9.0 → 6.11.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 +1403 -3096
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1359 -3046
- package/dist/commercetools-frontend-extensions-change-history.esm.js +1404 -3099
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2020](https://github.com/commercetools/audit-log/pull/2020) [`781c254`](https://github.com/commercetools/audit-log/commit/781c2540e8b880d7af5ca26132faa552d1b6c789) Thanks [@jmcreasman](https://github.com/jmcreasman)! - copy new redesign component from mc repo to audit log repo
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#2054](https://github.com/commercetools/audit-log/pull/2054) [`ee4a6a4`](https://github.com/commercetools/audit-log/commit/ee4a6a46323c83f87729b37c11cc1b607874d3e8) Thanks [@ByronDWall](https://github.com/ByronDWall)! - chore(deps): update ct-frontend/ui-kit/app-kit packages to latest and bump pkg version so it gets consumed
|
|
12
|
+
|
|
13
|
+
- [#1984](https://github.com/commercetools/audit-log/pull/1984) [`99a9d573`](https://github.com/commercetools/audit-log/commit/99a9d57397cc5b6aaad6ea077dce5c64c8e316af) Thanks [@emmenko](https://github.com/emmenko)! - Prefer using version ranges `^` when resolving UI Kit packages
|
|
14
|
+
|
|
15
|
+
## 6.10.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#1848](https://github.com/commercetools/audit-log/pull/1848) [`45b75753`](https://github.com/commercetools/audit-log/commit/45b757535c62d3656ccaeeb74e72cf3968ab97b9) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(change history): add label and message for changeProductSelectionActive change type on store entity
|
|
20
|
+
|
|
21
|
+
- [#1815](https://github.com/commercetools/audit-log/pull/1815) [`e557e0c5`](https://github.com/commercetools/audit-log/commit/e557e0c5d57a34592888d65238ea19e516095f1a) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(change history): add label and message for removeProductSelection change type on store entity
|
|
22
|
+
|
|
23
|
+
- [#1813](https://github.com/commercetools/audit-log/pull/1813) [`ae8d4b03`](https://github.com/commercetools/audit-log/commit/ae8d4b03c64d76314b1cf4f73baf4e3971bee221) Thanks [@jmcreasman](https://github.com/jmcreasman)! - feat(change history): add label and message for setProductSelections change type on store entity
|
|
24
|
+
|
|
3
25
|
## 6.9.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|