@commercetools-frontend/notifications 25.1.0 → 25.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.
@@ -30,7 +30,7 @@ var _Map__default = /*#__PURE__*/_interopDefault(_Map);
30
30
  var _setTimeout__default = /*#__PURE__*/_interopDefault(_setTimeout);
31
31
 
32
32
  // NOTE: This string will be replaced on build time with the package version.
33
- var version = "25.1.0";
33
+ var version = "25.2.0";
34
34
 
35
35
  const ADD_NOTIFICATION = 'ADD_NOTIFICATION';
36
36
  const REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
@@ -30,7 +30,7 @@ var _Map__default = /*#__PURE__*/_interopDefault(_Map);
30
30
  var _setTimeout__default = /*#__PURE__*/_interopDefault(_setTimeout);
31
31
 
32
32
  // NOTE: This string will be replaced on build time with the package version.
33
- var version = "25.1.0";
33
+ var version = "25.2.0";
34
34
 
35
35
  const ADD_NOTIFICATION = 'ADD_NOTIFICATION';
36
36
  const REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
@@ -12,7 +12,7 @@ import _Map from '@babel/runtime-corejs3/core-js-stable/map';
12
12
  import _setTimeout from '@babel/runtime-corejs3/core-js-stable/set-timeout';
13
13
 
14
14
  // NOTE: This string will be replaced on build time with the package version.
15
- var version = "25.1.0";
15
+ var version = "25.2.0";
16
16
 
17
17
  const ADD_NOTIFICATION = 'ADD_NOTIFICATION';
18
18
  const REMOVE_NOTIFICATION = 'REMOVE_NOTIFICATION';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/notifications",
3
- "version": "25.1.0",
3
+ "version": "25.2.0",
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": {