@commercetools-frontend/notifications 21.21.2 → 21.22.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.
@@ -33,7 +33,7 @@ var _setTimeout__default = /*#__PURE__*/_interopDefault(_setTimeout);
33
33
  var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
34
34
 
35
35
  // NOTE: This string will be replaced on build time with the package version.
36
- var version = "21.21.2";
36
+ var version = "21.22.1";
37
37
 
38
38
  var ADD_NOTIFICATION = 'ADD_NOTIFICATION';
39
39
  var REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
@@ -33,7 +33,7 @@ var _setTimeout__default = /*#__PURE__*/_interopDefault(_setTimeout);
33
33
  var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
34
34
 
35
35
  // NOTE: This string will be replaced on build time with the package version.
36
- var version = "21.21.2";
36
+ var version = "21.22.1";
37
37
 
38
38
  var ADD_NOTIFICATION = 'ADD_NOTIFICATION';
39
39
  var REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
@@ -14,7 +14,7 @@ import _toConsumableArray from '@babel/runtime-corejs3/helpers/esm/toConsumableA
14
14
  import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
15
15
 
16
16
  // NOTE: This string will be replaced on build time with the package version.
17
- var version = "21.21.2";
17
+ var version = "21.22.1";
18
18
 
19
19
  var ADD_NOTIFICATION = 'ADD_NOTIFICATION';
20
20
  var REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/notifications",
3
- "version": "21.21.2",
3
+ "version": "21.22.1",
4
4
  "description": "A general-purpose notification system built on top of redux",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {