@adbayb/create 0.10.0 → 0.11.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,17 @@
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.11.0](https://github.com/adbayb/stack/compare/v0.10.0...v0.11.0) (2022-03-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * **scripts:** use built-in package manager to resolve bin instead of yarn ([80a5fd4](https://github.com/adbayb/stack/commit/80a5fd4776b4f36ac6e583e289342bfe2474e22e))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.10.0](https://github.com/adbayb/stack/compare/v0.9.0...v0.10.0) (2021-11-25)
7
18
 
8
19
  ### Features
package/README.md CHANGED
@@ -8,3 +8,10 @@
8
8
 
9
9
  - `cd my-project-root-folder`
10
10
  - `npm init @adbayb --yes` or `npx @adbayb/create`
11
+
12
+ ## TODO
13
+
14
+ - Github actions (integrate and release)
15
+ - PNPM
16
+ - @adbayb/scripts usage
17
+ - Monorepo by default with project_name, packages/*, examples/*, docs/, .config (?) folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/create",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,8 +27,8 @@
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "husky": "4.3.8",
30
- "lint-staged": "12.1.2",
30
+ "lint-staged": "12.3.7",
31
31
  "ora": "5.4.1"
32
32
  },
33
- "gitHead": "ed6e52774ccf2171754b36f1a73390a0f0e012a0"
33
+ "gitHead": "9dd2e1ca7f903bc64405c860118c3212a3766507"
34
34
  }