@akinon/projectzero 1.43.0 → 1.44.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,11 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.44.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fb5415d: ZERO-2804: Update file permissions for build.sh
8
+
3
9
  ## 1.43.0
4
10
 
5
11
  ## 1.42.0
@@ -1,5 +1,23 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.44.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @akinon/next@1.44.0
8
+ - @akinon/pz-akifast@1.44.0
9
+ - @akinon/pz-b2b@1.44.0
10
+ - @akinon/pz-basket-gift-pack@1.44.0
11
+ - @akinon/pz-bkm@1.44.0
12
+ - @akinon/pz-checkout-gift-pack@1.44.0
13
+ - @akinon/pz-click-collect@1.44.0
14
+ - @akinon/pz-credit-payment@1.44.0
15
+ - @akinon/pz-gpay@1.44.0
16
+ - @akinon/pz-masterpass@1.44.0
17
+ - @akinon/pz-one-click-checkout@1.44.0
18
+ - @akinon/pz-otp@1.44.0
19
+ - @akinon/pz-pay-on-delivery@1.44.0
20
+
3
21
  ## 1.43.0
4
22
 
5
23
  ### Minor Changes
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.43.0",
3
+ "version": "1.44.0",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,19 +22,19 @@
22
22
  "prestart": "pz-prestart"
23
23
  },
24
24
  "dependencies": {
25
- "@akinon/next": "1.43.0",
26
- "@akinon/pz-akifast": "1.43.0",
27
- "@akinon/pz-b2b": "1.43.0",
28
- "@akinon/pz-basket-gift-pack": "1.43.0",
29
- "@akinon/pz-bkm": "1.43.0",
30
- "@akinon/pz-checkout-gift-pack": "1.43.0",
31
- "@akinon/pz-click-collect": "1.43.0",
32
- "@akinon/pz-credit-payment": "1.43.0",
33
- "@akinon/pz-gpay": "1.43.0",
34
- "@akinon/pz-masterpass": "1.43.0",
35
- "@akinon/pz-one-click-checkout": "1.43.0",
36
- "@akinon/pz-otp": "1.43.0",
37
- "@akinon/pz-pay-on-delivery": "1.43.0",
25
+ "@akinon/next": "1.44.0",
26
+ "@akinon/pz-akifast": "1.44.0",
27
+ "@akinon/pz-b2b": "1.44.0",
28
+ "@akinon/pz-basket-gift-pack": "1.44.0",
29
+ "@akinon/pz-bkm": "1.44.0",
30
+ "@akinon/pz-checkout-gift-pack": "1.44.0",
31
+ "@akinon/pz-click-collect": "1.44.0",
32
+ "@akinon/pz-credit-payment": "1.44.0",
33
+ "@akinon/pz-gpay": "1.44.0",
34
+ "@akinon/pz-masterpass": "1.44.0",
35
+ "@akinon/pz-one-click-checkout": "1.44.0",
36
+ "@akinon/pz-otp": "1.44.0",
37
+ "@akinon/pz-pay-on-delivery": "1.44.0",
38
38
  "@hookform/resolvers": "2.9.0",
39
39
  "@next/third-parties": "14.1.0",
40
40
  "@react-google-maps/api": "2.17.1",
@@ -59,7 +59,7 @@
59
59
  "yup": "0.32.11"
60
60
  },
61
61
  "devDependencies": {
62
- "@akinon/eslint-plugin-projectzero": "1.43.0",
62
+ "@akinon/eslint-plugin-projectzero": "1.44.0",
63
63
  "@semantic-release/changelog": "6.0.2",
64
64
  "@semantic-release/exec": "6.0.3",
65
65
  "@semantic-release/git": "10.0.1",
@@ -156,6 +156,8 @@ export default async (): Promise<void> => {
156
156
  createEnvironmentFile(projectDir);
157
157
  checkGitignore(projectDir);
158
158
 
159
+ fs.chmodSync(path.join(projectDir, 'build.sh'), 0o711);
160
+
159
161
  if (answers.projectDescription) {
160
162
  updateFileContents(path.join(projectDir, 'akinon.json'), {
161
163
  description: answers.projectDescription
@@ -140,6 +140,7 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
140
140
  updatePluginsFile(projectDir);
141
141
  createEnvironmentFile(projectDir);
142
142
  checkGitignore(projectDir);
143
+ fs.chmodSync(path_1.default.join(projectDir, 'build.sh'), 0o711);
143
144
  if (answers.projectDescription) {
144
145
  updateFileContents(path_1.default.join(projectDir, 'akinon.json'), {
145
146
  description: answers.projectDescription
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.43.0",
3
+ "version": "1.44.0",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {