outblocks-cli 0.1.18 → 0.1.22

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Outblocks CLI Changelog
2
2
 
3
+ ## [v0.1.22](https://github.com/outblocks/outblocks-cli/compare/v0.1.21...v0.1.22)
4
+
5
+ > 2021-09-27
6
+
7
+ ### FEATURES
8
+
9
+ [`709a48f`](https://github.com/outblocks/outblocks-cli/commit/709a48feac685eb5b0a0a15e8f74e34233d62c01) progress bar builder, version function, fix completion and root
10
+
11
+
12
+ ## [v0.1.21](https://github.com/outblocks/outblocks-cli/compare/v0.1.20...v0.1.21)
13
+
14
+ > 2021-09-24
15
+
16
+ ### BUG FIXES
17
+
18
+ [`03efd40`](https://github.com/outblocks/outblocks-cli/commit/03efd40e732eef2289e647237089f98e831fa036) adapt for project init
19
+
20
+ ### FEATURES
21
+
22
+ [`ec14df4`](https://github.com/outblocks/outblocks-cli/commit/ec14df40e185e9c33c2d8eef26149bb25bed7eb5) start before plan, progress app builder, move plugin props to values
23
+
24
+
25
+ ## [v0.1.20](https://github.com/outblocks/outblocks-cli/compare/v0.1.19...v0.1.20)
26
+
27
+ > 2021-09-22
28
+
29
+ ### FEATURES
30
+
31
+ [`b1a7310`](https://github.com/outblocks/outblocks-cli/commit/b1a731001319b5a1169f557565370052bd2850a0) strip build ansi output, project id, passing env
32
+
33
+
34
+ ## [v0.1.19](https://github.com/outblocks/outblocks-cli/compare/v0.1.18...v0.1.19)
35
+
36
+ > 2021-09-21
37
+
38
+ ### BUG FIXES
39
+
40
+ [`e97e160`](https://github.com/outblocks/outblocks-cli/commit/e97e160972e4fb9515744a4a7c6e1adf9e9f62b8) dir templates
41
+ [`b499fd6`](https://github.com/outblocks/outblocks-cli/commit/b499fd6302782404bbb56ff75cca9fe66e6173ed) outputdir
42
+
43
+
3
44
  ## [v0.1.18](https://github.com/outblocks/outblocks-cli/compare/v0.1.17...v0.1.18)
4
45
 
5
46
  > 2021-09-21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outblocks-cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.22",
4
4
  "description": "Auto DevOps",
5
5
  "main": "index.js",
6
6
  "directories": {