@commercetools-frontend/notifications 21.3.4 → 21.8.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 commercetools GmbH
3
+ Copyright (c) commercetools GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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.3.4";
36
+ var version = "21.8.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.3.4";
36
+ var version = "21.8.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.3.4";
17
+ var version = "21.8.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.3.4",
3
+ "version": "21.8.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": {
@@ -22,7 +22,7 @@
22
22
  "@babel/runtime-corejs3": "^7.17.9"
23
23
  },
24
24
  "devDependencies": {
25
- "redux": "4.1.2"
25
+ "redux": "4.2.0"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "redux": "4.x"