create-conformal 0.6.2 → 0.7.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
@@ -1,5 +1,16 @@
1
1
  # create-conformal
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2b139f7: Support check-licenses script
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [2b139f7]
12
+ - @conformal/create-plugin@0.7.0
13
+
3
14
  ## 0.6.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-conformal",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Project generator script for conformal projects",
5
5
  "homepage": "https://russellmcc.github.io/conformal",
6
6
  "bugs": "https://github.com/russellmcc/conformal/issues",
@@ -15,7 +15,7 @@
15
15
  "type": "module",
16
16
  "dependencies": {
17
17
  "@conformal/stamp": "^0.3.5",
18
- "@conformal/create-plugin": "^0.6.0",
18
+ "@conformal/create-plugin": "^0.7.0",
19
19
  "@commander-js/extra-typings": "^12.1.0",
20
20
  "commander": "^12.1.0"
21
21
  }
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-conformal",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Project generator script for conformal projects",
5
5
  "homepage": "https://russellmcc.github.io/conformal",
6
6
  "bugs": "https://github.com/russellmcc/conformal/issues",
@@ -15,7 +15,7 @@
15
15
  "type": "module",
16
16
  "dependencies": {
17
17
  "@conformal/stamp": "^0.3.5",
18
- "@conformal/create-plugin": "^0.6.0",
18
+ "@conformal/create-plugin": "^0.7.0",
19
19
  "@commander-js/extra-typings": "^12.1.0",
20
20
  "commander": "^12.1.0"
21
21
  }
@@ -10,6 +10,7 @@
10
10
  "check-lfs": "conformal-scripts check-lfs",
11
11
  "check-todo": "conformal-scripts check-todo",
12
12
  "check-format": "conformal-scripts check-format",
13
+ "check-licenses": "conformal-scripts check-licenses",
13
14
  "create-plugin": "conformal-scripts create-plugin",
14
15
  "format": "conformal-scripts format",
15
16
  "web-dev": "conformal-scripts web-script -s dev",