cross-release-cli 0.1.0-alpha.2 → 0.1.0-alpha.3

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.
File without changes
package/dist/app.js CHANGED
@@ -26,7 +26,7 @@ import { getGitignores } from "cross-bump";
26
26
  import { defu as defu2 } from "defu";
27
27
 
28
28
  // package.json
29
- var version = "0.1.0-alpha.1";
29
+ var version = "0.1.0-alpha.2";
30
30
 
31
31
  // src/constants.ts
32
32
  import process from "node:process";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cross-release-cli",
3
3
  "type": "module",
4
- "version": "0.1.0-alpha.2",
4
+ "version": "0.1.0-alpha.3",
5
5
  "description": "command line app for cross language bump utility",
6
6
  "author": {
7
7
  "name": "rainbowatcher",
@@ -36,7 +36,7 @@
36
36
  "is-unicode-supported": "^2.0.0",
37
37
  "picocolors": "^1.1.0",
38
38
  "unconfig": "^0.5.5",
39
- "cross-bump": "0.1.0-alpha.2"
39
+ "cross-bump": "0.1.0-alpha.3"
40
40
  },
41
41
  "scripts": {
42
42
  "clean": "rimraf dist/*",