@commercetools-uikit/checkbox-input 12.2.4 → 12.2.5

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.
@@ -687,8 +687,8 @@ CheckboxInput.displayName = 'CheckboxInput';
687
687
  CheckboxInput.defaultProps = defaultProps;
688
688
  var CheckboxInput$1 = CheckboxInput;
689
689
 
690
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
691
- var version = '12.2.4';
690
+ // NOTE: This string will be replaced on build time with the package version.
691
+ var version = "12.2.5";
692
692
 
693
693
  exports["default"] = CheckboxInput$1;
694
694
  exports.version = version;
@@ -660,8 +660,8 @@ CheckboxInput.displayName = 'CheckboxInput';
660
660
  CheckboxInput.defaultProps = defaultProps;
661
661
  var CheckboxInput$1 = CheckboxInput;
662
662
 
663
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
664
- var version = '12.2.4';
663
+ // NOTE: This string will be replaced on build time with the package version.
664
+ var version = "12.2.5";
665
665
 
666
666
  exports["default"] = CheckboxInput$1;
667
667
  exports.version = version;
@@ -668,7 +668,7 @@ CheckboxInput.displayName = 'CheckboxInput';
668
668
  CheckboxInput.defaultProps = defaultProps;
669
669
  var CheckboxInput$1 = CheckboxInput;
670
670
 
671
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
672
- var version = '12.2.4';
671
+ // NOTE: This string will be replaced on build time with the package version.
672
+ var version = "12.2.5";
673
673
 
674
674
  export { CheckboxInput$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/checkbox-input",
3
3
  "description": "An input component that works as checkbox input.",
4
- "version": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,29 +9,34 @@
9
9
  "directory": "packages/components/inputs/checkbox-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-checkbox-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-checkbox-input.esm.js",
21
- "files": ["dist"],
25
+ "files": [
26
+ "dist"
27
+ ],
22
28
  "scripts": {
23
- "prepare": "../../../../scripts/version.js replace",
24
29
  "generate-icons": "svgr -d src/icons/generated --typescript src/icons/svg"
25
30
  },
26
31
  "dependencies": {
27
- "@babel/runtime": "7.15.4",
28
- "@babel/runtime-corejs3": "7.15.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/icons": "12.2.4",
31
- "@commercetools-uikit/input-utils": "12.2.4",
32
- "@commercetools-uikit/select-utils": "12.2.4",
33
- "@commercetools-uikit/text": "12.2.4",
34
- "@commercetools-uikit/utils": "12.2.0",
32
+ "@babel/runtime": "7.16.3",
33
+ "@babel/runtime-corejs3": "7.16.3",
34
+ "@commercetools-uikit/design-system": "12.2.5",
35
+ "@commercetools-uikit/icons": "12.2.5",
36
+ "@commercetools-uikit/input-utils": "12.2.5",
37
+ "@commercetools-uikit/select-utils": "12.2.5",
38
+ "@commercetools-uikit/text": "12.2.5",
39
+ "@commercetools-uikit/utils": "12.2.5",
35
40
  "@emotion/react": "^11.4.0",
36
41
  "@emotion/styled": "^11.3.0",
37
42
  "prop-types": "15.7.2"