@commercetools-uikit/secondary-button 20.3.0 → 20.3.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.
@@ -201,7 +201,7 @@ SecondaryButton.displayName = 'SecondaryButton';
201
201
  var SecondaryButton$1 = SecondaryButton;
202
202
 
203
203
  // NOTE: This string will be replaced on build time with the package version.
204
- var version = "20.3.0";
204
+ var version = "20.3.1";
205
205
 
206
206
  exports["default"] = SecondaryButton$1;
207
207
  exports.version = version;
@@ -194,7 +194,7 @@ SecondaryButton.displayName = 'SecondaryButton';
194
194
  var SecondaryButton$1 = SecondaryButton;
195
195
 
196
196
  // NOTE: This string will be replaced on build time with the package version.
197
- var version = "20.3.0";
197
+ var version = "20.3.1";
198
198
 
199
199
  exports["default"] = SecondaryButton$1;
200
200
  exports.version = version;
@@ -182,6 +182,6 @@ SecondaryButton.displayName = 'SecondaryButton';
182
182
  var SecondaryButton$1 = SecondaryButton;
183
183
 
184
184
  // NOTE: This string will be replaced on build time with the package version.
185
- var version = "20.3.0";
185
+ var version = "20.3.1";
186
186
 
187
187
  export { SecondaryButton$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/secondary-button",
3
3
  "description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
4
- "version": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/spacings-inline": "20.3.0",
27
- "@commercetools-uikit/text": "20.3.0",
28
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/accessible-button": "20.3.1",
25
+ "@commercetools-uikit/design-system": "20.3.1",
26
+ "@commercetools-uikit/spacings-inline": "20.3.1",
27
+ "@commercetools-uikit/text": "20.3.1",
28
+ "@commercetools-uikit/utils": "20.3.1",
29
29
  "@emotion/react": "^11.10.5",
30
30
  "@emotion/styled": "^11.10.5",
31
- "lodash": "4.17.21"
31
+ "lodash": "4.17.23"
32
32
  },
33
33
  "devDependencies": {
34
34
  "react": "19.2.0",