@adbayb/create 0.11.0 → 0.14.0

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
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.14.0](https://github.com/adbayb/stack/compare/v0.13.0...v0.14.0) (2022-04-03)
7
+
8
+ **Note:** Version bump only for package @adbayb/create
9
+
10
+
11
+
12
+
13
+
14
+ # [0.13.0](https://github.com/adbayb/stack/compare/v0.12.0...v0.13.0) (2022-04-03)
15
+
16
+ **Note:** Version bump only for package @adbayb/create
17
+
18
+
19
+
20
+
21
+
22
+ # [0.12.0](https://github.com/adbayb/stack/compare/v0.11.0...v0.12.0) (2022-04-01)
23
+
24
+
25
+ ### Features
26
+
27
+ * update dependencies ([4dcd403](https://github.com/adbayb/stack/commit/4dcd4039c0dac3596129db05657fa5a85deaceab))
28
+
29
+
30
+
31
+
32
+
6
33
  # [0.11.0](https://github.com/adbayb/stack/compare/v0.10.0...v0.11.0) (2022-03-31)
7
34
 
8
35
 
package/README.md CHANGED
@@ -15,3 +15,4 @@
15
15
  - PNPM
16
16
  - @adbayb/scripts usage
17
17
  - Monorepo by default with project_name, packages/*, examples/*, docs/, .config (?) folder
18
+ - Renovatebot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/create",
3
- "version": "0.11.0",
3
+ "version": "0.14.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,9 +26,7 @@
26
26
  },
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "husky": "4.3.8",
30
- "lint-staged": "12.3.7",
31
29
  "ora": "5.4.1"
32
30
  },
33
- "gitHead": "9dd2e1ca7f903bc64405c860118c3212a3766507"
31
+ "gitHead": "7126c134205832bb8a4a2d2505c1cb631a711df9"
34
32
  }