create-powerapps-project 0.16.3 → 0.16.4

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "create-powerapps-project",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 09 Feb 2022 16:18:47 GMT",
5
+ "date": "Fri, 11 Feb 2022 16:59:07 GMT",
6
+ "tag": "create-powerapps-project_v0.16.4",
7
+ "version": "0.16.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "derek.finlinson@journeyteam.com",
12
+ "package": "create-powerapps-project",
13
+ "commit": "19a5d1442fef02d2f260e59d2779d6f85df51630",
14
+ "comment": "Comment out pcf plop for now"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 09 Feb 2022 16:19:05 GMT",
6
21
  "tag": "create-powerapps-project_v0.16.3",
7
22
  "version": "0.16.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - create-powerapps-project
2
2
 
3
- This log was last generated on Wed, 09 Feb 2022 16:18:47 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Feb 2022 16:59:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.16.3
7
+ ## 0.16.4
8
8
 
9
- Wed, 09 Feb 2022 16:18:47 GMT
9
+ Fri, 11 Feb 2022 16:59:07 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Catch errors on commands (derek.finlinson@journeyteam.com)
13
+ - Comment out pcf plop for now (derek.finlinson@journeyteam.com)
14
14
 
15
+ ## 0.16.3
16
+
17
+ Wed, 09 Feb 2022 16:19:05 GMT
18
+
19
+ ### Patches
20
+
21
+ - Catch errors on commands (derek.finlinson@journeyteam.com)
22
+
15
23
  ## 0.16.2
16
24
 
17
25
  Tue, 08 Feb 2022 18:47:13 GMT
@@ -41,7 +41,7 @@ function getPackages(type) {
41
41
  '@fluentui/react'
42
42
  ],
43
43
  devDependencies: [
44
- `powerapps-project-${type}`,
44
+ //`powerapps-project-${type}`,
45
45
  '@types/react',
46
46
  '@types/react-dom'
47
47
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-powerapps-project",
3
3
  "description": "💧 plop generator for Dataverse development",
4
- "version": "0.16.3",
4
+ "version": "0.16.4",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "bin": {