@commercetools-frontend-extensions/change-history 5.8.7 → 5.9.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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 5.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8078046`](https://github.com/commercetools/audit-log/commit/80780463e24f903c31ae16abb5e502b08b45ec94) Thanks [@qmateub](https://github.com/qmateub)! - chore(deps): update all dependencies
|
|
8
|
+
|
|
3
9
|
## 5.8.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -187,7 +187,7 @@ var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regenerat
|
|
|
187
187
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefaultLegacy(_startsWithInstanceProperty);
|
|
188
188
|
|
|
189
189
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
190
|
-
var version = '5.
|
|
190
|
+
var version = '5.9.0';
|
|
191
191
|
|
|
192
192
|
var useChangeHistoryContext = function useChangeHistoryContext() {
|
|
193
193
|
return React.useContext(ChangeHistoryContext);
|