@commercetools-frontend/react-notifications 24.7.0 → 24.7.2

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.
@@ -61,7 +61,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
61
61
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
62
62
 
63
63
  // NOTE: This string will be replaced on build time with the package version.
64
- var version = "24.7.0";
64
+ var version = "24.7.2";
65
65
 
66
66
  const Context = /*#__PURE__*/react.createContext(() => null);
67
67
  function NotificationProviderForCustomComponent(props) {
@@ -61,7 +61,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
61
61
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
62
62
 
63
63
  // NOTE: This string will be replaced on build time with the package version.
64
- var version = "24.7.0";
64
+ var version = "24.7.2";
65
65
 
66
66
  const Context = /*#__PURE__*/react.createContext(() => null);
67
67
  function NotificationProviderForCustomComponent(props) {
@@ -35,7 +35,7 @@ import isNumber from 'lodash/isNumber';
35
35
  import { useShowNotification } from '@commercetools-frontend/actions-global';
36
36
 
37
37
  // NOTE: This string will be replaced on build time with the package version.
38
- var version = "24.7.0";
38
+ var version = "24.7.2";
39
39
 
40
40
  const Context = /*#__PURE__*/createContext(() => null);
41
41
  function NotificationProviderForCustomComponent(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/react-notifications",
3
- "version": "24.7.0",
3
+ "version": "24.7.2",
4
4
  "description": "React bindings for @commercetools-frontend/notifications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -30,11 +30,11 @@
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.22.15",
32
32
  "@babel/runtime-corejs3": "^7.22.15",
33
- "@commercetools-frontend/actions-global": "24.7.0",
34
- "@commercetools-frontend/application-components": "24.7.0",
35
- "@commercetools-frontend/constants": "24.7.0",
36
- "@commercetools-frontend/notifications": "24.7.0",
37
- "@commercetools-frontend/sentry": "24.7.0",
33
+ "@commercetools-frontend/actions-global": "24.7.2",
34
+ "@commercetools-frontend/application-components": "24.7.2",
35
+ "@commercetools-frontend/constants": "24.7.2",
36
+ "@commercetools-frontend/notifications": "24.7.2",
37
+ "@commercetools-frontend/sentry": "24.7.2",
38
38
  "@commercetools-uikit/design-system": "20.0.0",
39
39
  "@commercetools-uikit/hooks": "20.0.0",
40
40
  "@commercetools-uikit/icon-button": "20.0.0",