@zeroheight/adoption-cli 3.1.1-rc.1 → 3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release notes
2
2
 
3
+ ## [3.1.2](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.1.2) - 16th May 2025
4
+
5
+ - Improve development experience
6
+
7
+ ## [3.1.1](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.1.1) - 13th May 2025
8
+
9
+ - Change build tooling
10
+
3
11
  ## [3.1.0](https://www.npmjs.com/package/@zeroheight/adoption-cli/v/3.1.0) - 6th May 2025
4
12
 
5
13
  - Update the component usage and color usage parsing logic
package/dist/cli.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  import { Command } from 'commander';
2
2
 
3
- export declare const CURRENT_VERSION = "3.1.0";
4
-
5
3
  declare const program: Command;
6
4
  export default program;
7
5