@commercetools-uikit/view-switcher 15.1.1 → 15.1.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.
@@ -130,7 +130,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
130
130
  var Group = ViewSwitcher$1;
131
131
 
132
132
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "15.1.1";
133
+ var version = "15.1.2";
134
134
 
135
135
  var ViewSwitcher = {
136
136
  Group: Group,
@@ -105,7 +105,7 @@ ViewSwitcher$1.propTypes = {};
105
105
  var Group = ViewSwitcher$1;
106
106
 
107
107
  // NOTE: This string will be replaced on build time with the package version.
108
- var version = "15.1.1";
108
+ var version = "15.1.2";
109
109
 
110
110
  var ViewSwitcher = {
111
111
  Group: Group,
@@ -119,7 +119,7 @@ ViewSwitcher$1.propTypes = process.env.NODE_ENV !== "production" ? {
119
119
  var Group = ViewSwitcher$1;
120
120
 
121
121
  // NOTE: This string will be replaced on build time with the package version.
122
- var version = "15.1.1";
122
+ var version = "15.1.2";
123
123
 
124
124
  var ViewSwitcher = {
125
125
  Group: Group,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/view-switcher",
3
3
  "description": "ViewSwitchers allow users to toggle between two or more different views of the same, similar or related content items within the same space on screen.",
4
- "version": "15.1.1",
4
+ "version": "15.1.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/accessible-button": "15.1.1",
25
- "@commercetools-uikit/design-system": "15.1.1",
26
- "@commercetools-uikit/utils": "15.1.1",
24
+ "@commercetools-uikit/accessible-button": "15.1.2",
25
+ "@commercetools-uikit/design-system": "15.1.2",
26
+ "@commercetools-uikit/utils": "15.1.2",
27
27
  "@emotion/react": "^11.4.0",
28
28
  "@emotion/styled": "^11.3.0",
29
29
  "prop-types": "15.8.1"