@bitrise/bitkit 9.5.0-alpha.3 → 9.5.0-alpha.4

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/.husky/commit-msg CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/bin/sh
2
2
  . "$(dirname "$0")/_/husky.sh"
3
3
 
4
- #npx commitlint --edit ""
4
+ npx commitlint --edit ""
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v14.17.3
1
+ v16.14.2
package/.tool-versions CHANGED
@@ -1 +1 @@
1
- nodejs 14.17.3
1
+ nodejs 16.14.2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [9.5.0-alpha.4](https://github.com/bitrise-io/bitkit/compare/v9.5.0-alpha.3...v9.5.0-alpha.4) (2022-03-24)
2
+
1
3
  # [9.5.0-alpha.3](https://github.com/bitrise-io/bitkit/compare/v9.5.0-alpha.2...v9.5.0-alpha.3) (2022-03-24)
2
4
 
3
5
  # [9.5.0-alpha.2](https://github.com/bitrise-io/bitkit/compare/v9.5.0-alpha.1...v9.5.0-alpha.2) (2022-03-24)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "9.5.0-alpha.3",
4
+ "version": "9.5.0-alpha.4",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "lib/cjs/index.js",
7
7
  "esnext": "lib/esn/index.js",