@commercetools-frontend/react-notifications 22.0.1 → 22.2.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.
@@ -64,7 +64,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
64
64
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
65
65
 
66
66
  // NOTE: This string will be replaced on build time with the package version.
67
- var version = "22.0.1";
67
+ var version = "22.2.0";
68
68
 
69
69
  const Context = /*#__PURE__*/react.createContext(() => null);
70
70
 
@@ -64,7 +64,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
64
64
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
65
65
 
66
66
  // NOTE: This string will be replaced on build time with the package version.
67
- var version = "22.0.1";
67
+ var version = "22.2.0";
68
68
 
69
69
  const Context = /*#__PURE__*/react.createContext(() => null);
70
70
 
@@ -37,7 +37,7 @@ import isNumber from 'lodash/isNumber';
37
37
  import { useShowNotification } from '@commercetools-frontend/actions-global';
38
38
 
39
39
  // NOTE: This string will be replaced on build time with the package version.
40
- var version = "22.0.1";
40
+ var version = "22.2.0";
41
41
 
42
42
  const Context = /*#__PURE__*/createContext(() => null);
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/react-notifications",
3
- "version": "22.0.1",
3
+ "version": "22.2.0",
4
4
  "description": "React bindings for @commercetools-frontend/notifications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@babel/runtime": "^7.20.13",
22
22
  "@babel/runtime-corejs3": "^7.20.13",
23
- "@commercetools-frontend/actions-global": "22.0.1",
24
- "@commercetools-frontend/constants": "22.0.1",
25
- "@commercetools-frontend/notifications": "22.0.1",
26
- "@commercetools-frontend/sentry": "22.0.1",
23
+ "@commercetools-frontend/actions-global": "22.2.0",
24
+ "@commercetools-frontend/constants": "22.2.0",
25
+ "@commercetools-frontend/notifications": "22.2.0",
26
+ "@commercetools-frontend/sentry": "22.2.0",
27
27
  "@commercetools-uikit/design-system": "^16.0.0",
28
28
  "@commercetools-uikit/hooks": "^16.0.0",
29
29
  "@commercetools-uikit/icon-button": "^16.0.0",