create-powerapps-project 0.17.0 → 0.17.1

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
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "create-powerapps-project",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 17 Feb 2022 15:18:18 GMT",
6
+ "tag": "create-powerapps-project_v0.17.1",
7
+ "version": "0.17.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "derek.finlinson@journeyteam.com",
12
+ "package": "create-powerapps-project",
13
+ "commit": "939644135518711560c4a61b57da71aca02cf15f",
14
+ "comment": "Import from plop instead of node-plop"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 17 Feb 2022 01:03:11 GMT",
21
+ "tag": "create-powerapps-project_v0.17.0",
22
+ "version": "0.17.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "derek.finlinson@journeyteam.com",
27
+ "package": "create-powerapps-project",
28
+ "commit": "not available",
29
+ "comment": "Switch to wrapping plop"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Thu, 17 Feb 2022 01:02:44 GMT",
6
36
  "tag": "create-powerapps-project_v0.17.0",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - create-powerapps-project
2
2
 
3
- This log was last generated on Thu, 17 Feb 2022 01:02:44 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 15:18:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.17.0
7
+ ## 0.17.1
8
8
 
9
- Thu, 17 Feb 2022 01:02:44 GMT
9
+ Thu, 17 Feb 2022 15:18:18 GMT
10
10
 
11
- ### Minor changes
11
+ ### Patches
12
12
 
13
- - Switch to wrapping plop (derek.finlinson@journeyteam.com)
13
+ - Import from plop instead of node-plop (derek.finlinson@journeyteam.com)
14
14
 
15
+ ## 0.17.0
16
+
17
+ Thu, 17 Feb 2022 01:03:11 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Switch to wrapping plop (derek.finlinson@journeyteam.com)
22
+
23
+ ## 0.17.0
24
+
25
+ Thu, 17 Feb 2022 01:02:44 GMT
26
+
27
+ ### Minor changes
28
+
29
+ - Switch to wrapping plop (derek.finlinson@journeyteam.com)
30
+
15
31
  ## 0.16.6
16
32
 
17
33
  Wed, 16 Feb 2022 00:36:25 GMT
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.17.0",
4
+ "version": "0.17.1",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "main": "lib/index.js",