@shopify/create-app 0.31.1 → 0.33.2
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 +18 -0
- package/dist/commands/init.js +19629 -20933
- package/dist/commands/init.js.map +1 -1
- package/dist/index.js +10579 -11824
- package/dist/index.js.map +1 -1
- package/package.json +10 -6
- package/templates/app/README.md.liquid +2 -2
- package/templates/app/package.json.liquid +7 -7
- package/templates/app/db/schema.sql +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @shopify/create-app
|
|
2
2
|
|
|
3
|
+
## 0.33.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Version 0.33.2
|
|
8
|
+
|
|
9
|
+
## 0.31.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix the detection of the package manager when creating an app
|
|
14
|
+
|
|
15
|
+
## 0.31.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Add some additional logs to figure how how to detect that the create-app is running through pnpmx
|
|
20
|
+
|
|
3
21
|
## 0.31.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|