@commercetools-frontend-extensions/change-history 6.9.0 → 6.10.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 +10 -0
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +1092 -2817
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +1091 -2799
- package/dist/commercetools-frontend-extensions-change-history.esm.js +1092 -2817
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- [#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
|
|
10
|
+
|
|
11
|
+
- [#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
|
|
12
|
+
|
|
3
13
|
## 6.9.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|