@akinon/projectzero 1.31.0-rc.0 → 1.31.0-rc.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 +16 -0
- package/app-template/CHANGELOG.md +34 -0
- package/app-template/package.json +8 -8
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
+
## 1.31.0-rc.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 495d155: ZERO-2563: The create command cli now doesnt get it from bitbucket but clones the repository from a localized clone version
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e32f707: ZERO-2583: Fix create command error
|
|
12
|
+
|
|
13
|
+
## 1.31.0-rc.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- e32f707: ZERO-2583: Fix create command error
|
|
18
|
+
|
|
3
19
|
## 1.31.0-rc.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.31.0-rc.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f0c23bc: ZERO-2135: add custom not found page
|
|
8
|
+
- 495d155: ZERO-2563: The create command cli now doesnt get it from bitbucket but clones the repository from a localized clone version
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [6d4aadb]
|
|
13
|
+
- Updated dependencies [f3b595e]
|
|
14
|
+
- Updated dependencies [f0c23bc]
|
|
15
|
+
- Updated dependencies [495d155]
|
|
16
|
+
- Updated dependencies [40ad73e]
|
|
17
|
+
- Updated dependencies [495d155]
|
|
18
|
+
- Updated dependencies [6b2972b]
|
|
19
|
+
- @akinon/next@1.31.0-rc.2
|
|
20
|
+
- @akinon/pz-masterpass@1.31.0-rc.2
|
|
21
|
+
- @akinon/pz-b2b@1.31.0-rc.2
|
|
22
|
+
- @akinon/pz-gpay@1.31.0-rc.2
|
|
23
|
+
- @akinon/pz-one-click-checkout@1.31.0-rc.2
|
|
24
|
+
- @akinon/pz-otp@1.31.0-rc.2
|
|
25
|
+
|
|
26
|
+
## 1.31.0-rc.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- @akinon/next@1.31.0-rc.1
|
|
31
|
+
- @akinon/pz-b2b@1.31.0-rc.1
|
|
32
|
+
- @akinon/pz-gpay@1.31.0-rc.1
|
|
33
|
+
- @akinon/pz-masterpass@1.31.0-rc.1
|
|
34
|
+
- @akinon/pz-one-click-checkout@1.31.0-rc.1
|
|
35
|
+
- @akinon/pz-otp@1.31.0-rc.1
|
|
36
|
+
|
|
3
37
|
## 1.31.0-rc.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.31.0-rc.
|
|
3
|
+
"version": "1.31.0-rc.2",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.31.0-rc.
|
|
26
|
-
"@akinon/pz-b2b": "1.31.0-rc.
|
|
27
|
-
"@akinon/pz-gpay": "1.31.0-rc.
|
|
28
|
-
"@akinon/pz-masterpass": "1.31.0-rc.
|
|
29
|
-
"@akinon/pz-one-click-checkout": "1.31.0-rc.
|
|
30
|
-
"@akinon/pz-otp": "1.31.0-rc.
|
|
25
|
+
"@akinon/next": "1.31.0-rc.2",
|
|
26
|
+
"@akinon/pz-b2b": "1.31.0-rc.2",
|
|
27
|
+
"@akinon/pz-gpay": "1.31.0-rc.2",
|
|
28
|
+
"@akinon/pz-masterpass": "1.31.0-rc.2",
|
|
29
|
+
"@akinon/pz-one-click-checkout": "1.31.0-rc.2",
|
|
30
|
+
"@akinon/pz-otp": "1.31.0-rc.2",
|
|
31
31
|
"@hookform/resolvers": "2.9.0",
|
|
32
32
|
"@next/third-parties": "14.1.0",
|
|
33
33
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"yup": "0.32.11"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@akinon/eslint-plugin-projectzero": "1.31.0-rc.
|
|
54
|
+
"@akinon/eslint-plugin-projectzero": "1.31.0-rc.2",
|
|
55
55
|
"@semantic-release/changelog": "6.0.2",
|
|
56
56
|
"@semantic-release/exec": "6.0.3",
|
|
57
57
|
"@semantic-release/git": "10.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akinon/projectzero",
|
|
3
|
-
"version": "1.31.0-rc.
|
|
3
|
+
"version": "1.31.0-rc.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "CLI tool to manage your Project Zero Next project",
|
|
6
6
|
"bin": {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"loading-spinner": "^1.2.1",
|
|
23
23
|
"prompt-checkbox": "2.2.0",
|
|
24
|
+
"semver": "7.5.4",
|
|
24
25
|
"temp": "0.9.4",
|
|
25
26
|
"yargs": "^17.6.0"
|
|
26
27
|
}
|