@commercetools-frontend-extensions/change-history 7.0.0 → 7.0.1
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.
|
@@ -173,7 +173,7 @@ var debounce__default$1 = /*#__PURE__*/_interopDefault(debounce$1);
|
|
|
173
173
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
176
|
-
var version = "7.0.
|
|
176
|
+
var version = "7.0.1";
|
|
177
177
|
|
|
178
178
|
const ChangeHistoryContext = /*#__PURE__*/React.createContext({});
|
|
179
179
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
|
@@ -173,7 +173,7 @@ var debounce__default$1 = /*#__PURE__*/_interopDefault(debounce$1);
|
|
|
173
173
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
176
|
-
var version = "7.0.
|
|
176
|
+
var version = "7.0.1";
|
|
177
177
|
|
|
178
178
|
const ChangeHistoryContext = /*#__PURE__*/React.createContext({});
|
|
179
179
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
|
@@ -93,7 +93,7 @@ import 'msw';
|
|
|
93
93
|
import _startsWithInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
|
|
94
94
|
|
|
95
95
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
96
|
-
var version = "7.0.
|
|
96
|
+
var version = "7.0.1";
|
|
97
97
|
|
|
98
98
|
const ChangeHistoryContext = /*#__PURE__*/createContext({});
|
|
99
99
|
const ChangeHistoryContextProvider = ChangeHistoryContext.Provider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/change-history",
|
|
3
3
|
"description": "Change history shared components and utilities",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@apollo/client": "3.5.10",
|
|
25
25
|
"@babel/runtime": "7.21.0",
|
|
26
26
|
"@babel/runtime-corejs3": "7.21.0",
|
|
27
|
-
"@commercetools-uikit/design-system": "^
|
|
28
|
-
"@commercetools-uikit/input-utils": "^
|
|
29
|
-
"@commercetools-uikit/select-utils": "^
|
|
30
|
-
"@commercetools-uikit/utils": "^
|
|
27
|
+
"@commercetools-uikit/design-system": "^16.0.0",
|
|
28
|
+
"@commercetools-uikit/input-utils": "^16.0.0",
|
|
29
|
+
"@commercetools-uikit/select-utils": "^16.0.0",
|
|
30
|
+
"@commercetools-uikit/utils": "^16.0.0",
|
|
31
31
|
"@emotion/react": "11.10.6",
|
|
32
32
|
"@emotion/styled": "11.10.6",
|
|
33
33
|
"classnames": "^2.3.2",
|