@commercetools-frontend/permissions 24.2.0 → 24.3.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.
@@ -54,7 +54,7 @@ var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
54
54
  var upperFirst__default = /*#__PURE__*/_interopDefault(upperFirst);
55
55
 
56
56
  // NOTE: This string will be replaced on build time with the package version.
57
- var version = "24.2.0";
57
+ var version = "24.3.0";
58
58
 
59
59
  // Permissions
60
60
 
@@ -53,7 +53,7 @@ var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
53
53
  var upperFirst__default = /*#__PURE__*/_interopDefault(upperFirst);
54
54
 
55
55
  // NOTE: This string will be replaced on build time with the package version.
56
- var version = "24.2.0";
56
+ var version = "24.3.0";
57
57
 
58
58
  // Permissions
59
59
 
@@ -27,7 +27,7 @@ import upperFirst from 'lodash/upperFirst';
27
27
  import { jsx, Fragment } from '@emotion/react/jsx-runtime';
28
28
 
29
29
  // NOTE: This string will be replaced on build time with the package version.
30
- var version = "24.2.0";
30
+ var version = "24.3.0";
31
31
 
32
32
  // Permissions
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/permissions",
3
- "version": "24.2.0",
3
+ "version": "24.3.0",
4
4
  "description": "React components to declaratively handle MC permissions",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.22.15",
32
32
  "@babel/runtime-corejs3": "^7.22.15",
33
- "@commercetools-frontend/application-shell-connectors": "24.2.0",
34
- "@commercetools-frontend/sentry": "24.2.0",
33
+ "@commercetools-frontend/application-shell-connectors": "24.3.0",
34
+ "@commercetools-frontend/sentry": "24.3.0",
35
35
  "@emotion/react": "^11.14.0",
36
36
  "@types/lodash": "^4.14.198",
37
37
  "@types/prop-types": "^15.7.5",