@corva/create-app 0.26.0-rc.0 → 0.28.0-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/package.json +3 -2
- package/template/scheduler/node/package.json +2 -2
- package/template/scheduler/node-ts/package.json +5 -5
- package/template/scheduler/python/requirements.txt +2 -2
- package/template/stream/node/package.json +2 -2
- package/template/stream/node-ts/package.json +5 -5
- package/template/stream/python/requirements.txt +2 -2
- package/template/task/node/package.json +2 -2
- package/template/task/node-ts/package.json +5 -5
- package/template/task/python/requirements.txt +2 -2
- package/CHANGELOG.md +0 -487
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/create-app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0-0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Create app to use it in CORVA.AI",
|
|
6
6
|
"keywords": [
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"lint": "prettier . --write",
|
|
30
30
|
"build": "echo \"build is not configured for package \\\"×\\\", skipping.\"",
|
|
31
31
|
"get-changelog": "conventional-changelog -r 2 -p angular",
|
|
32
|
-
"release": "git add -A && standard-version -a"
|
|
32
|
+
"release": "git add -A && standard-version -a",
|
|
33
|
+
"release-rc": "npm run release -- --prerelease"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
36
|
"archiver": "^5.3.0",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"verbose": true
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@corva/node-sdk": "^
|
|
29
|
+
"@corva/node-sdk": "^6.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/jest": "^27.
|
|
33
|
-
"jest": "^27.
|
|
34
|
-
"ts-jest": "^27.
|
|
35
|
-
"typescript": "^4.
|
|
32
|
+
"@types/jest": "^27.4.1",
|
|
33
|
+
"jest": "^27.5.1",
|
|
34
|
+
"ts-jest": "^27.1.4",
|
|
35
|
+
"typescript": "^4.6.3"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
corva-sdk==1.
|
|
2
|
-
pytest==
|
|
1
|
+
corva-sdk==1.3.0
|
|
2
|
+
pytest==7.1.1
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"verbose": true
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@corva/node-sdk": "^
|
|
29
|
+
"@corva/node-sdk": "^6.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/jest": "^27.
|
|
33
|
-
"jest": "^27.
|
|
34
|
-
"ts-jest": "^27.
|
|
35
|
-
"typescript": "^4.
|
|
32
|
+
"@types/jest": "^27.4.1",
|
|
33
|
+
"jest": "^27.5.1",
|
|
34
|
+
"ts-jest": "^27.1.4",
|
|
35
|
+
"typescript": "^4.6.3"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
corva-sdk==1.
|
|
2
|
-
pytest==
|
|
1
|
+
corva-sdk==1.3.0
|
|
2
|
+
pytest==7.1.1
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"verbose": true
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@corva/node-sdk": "^
|
|
29
|
+
"@corva/node-sdk": "^6.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@types/jest": "^27.
|
|
33
|
-
"jest": "^27.
|
|
34
|
-
"ts-jest": "^27.
|
|
35
|
-
"typescript": "^4.
|
|
32
|
+
"@types/jest": "^27.4.1",
|
|
33
|
+
"jest": "^27.5.1",
|
|
34
|
+
"ts-jest": "^27.1.4",
|
|
35
|
+
"typescript": "^4.6.3"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
corva-sdk==1.
|
|
2
|
-
pytest==
|
|
1
|
+
corva-sdk==1.3.0
|
|
2
|
+
pytest==7.1.1
|
package/CHANGELOG.md
DELETED
|
@@ -1,487 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
## [0.26.0-rc.0](https://github.com/corva-ai/create-corva-app/compare/v0.26.0-1...v0.26.0-rc.0) (2022-04-12)
|
|
6
|
-
|
|
7
|
-
## [0.26.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-0...v0.26.0-1) (2022-04-11)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Features
|
|
11
|
-
|
|
12
|
-
* **CQA-601:** Updated circle executor for tests ([42496c7](https://github.com/corva-ai/create-corva-app/commit/42496c78b6b4ef88232487aa1ab8e41de29c9432))
|
|
13
|
-
* **DC-2969:** prompt package version bump on yarn zip ([8d0825f](https://github.com/corva-ai/create-corva-app/commit/8d0825f0fb9362636b4d95d3e79249d2309a0789))
|
|
14
|
-
* **DC-3035:** revert engines ([fbe6c2d](https://github.com/corva-ai/create-corva-app/commit/fbe6c2de87c972bf11a6c53e967f8ed6f93e8aa2))
|
|
15
|
-
* **DC-3035:** specify node version ([ebabf71](https://github.com/corva-ai/create-corva-app/commit/ebabf7142b0788f8984c20b9cd74d043bdb0d952))
|
|
16
|
-
* **DC-3189:** suppress yarn warnings ([13265ab](https://github.com/corva-ai/create-corva-app/commit/13265ab4c5ce8ee74c883696855b643d21347d64))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* **CQA-603:** Modules install for tests ([34adc5d](https://github.com/corva-ai/create-corva-app/commit/34adc5d2ac8a48cb2275b514ed9b24002e63a364))
|
|
22
|
-
* **DC-2969:** fix PR comments ([6993822](https://github.com/corva-ai/create-corva-app/commit/69938227c85a4749daff04e48fa366094b31b3f8))
|
|
23
|
-
* **DC-3242:** fix small size view in initial template ([bf396b9](https://github.com/corva-ai/create-corva-app/commit/bf396b9cbdc29692d5cbaee5bb5741b36b251b3d))
|
|
24
|
-
|
|
25
|
-
## [0.26.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.25.0-0...v0.26.0-0) (2022-03-30)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Features
|
|
29
|
-
|
|
30
|
-
* **CQA-601:** Updated circle executor for tests ([42496c7](https://github.com/corva-ai/create-corva-app/commit/42496c78b6b4ef88232487aa1ab8e41de29c9432))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* **CQA-603:** Modules install for tests ([34adc5d](https://github.com/corva-ai/create-corva-app/commit/34adc5d2ac8a48cb2275b514ed9b24002e63a364))
|
|
36
|
-
|
|
37
|
-
## [0.25.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-4...v0.25.0-0) (2022-03-15)
|
|
38
|
-
|
|
39
|
-
## [0.24.0-4](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-1...v0.24.0-4) (2022-03-15)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **DC-3035:** revert engines ([fbe6c2d](https://github.com/corva-ai/create-corva-app/commit/fbe6c2de87c972bf11a6c53e967f8ed6f93e8aa2))
|
|
45
|
-
* **DC-3189:** suppress yarn warnings ([13265ab](https://github.com/corva-ai/create-corva-app/commit/13265ab4c5ce8ee74c883696855b643d21347d64))
|
|
46
|
-
|
|
47
|
-
## [0.24.0-3](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-0...v0.24.0-3) (2022-03-11)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **DC-2969:** prompt package version bump on yarn zip ([8d0825f](https://github.com/corva-ai/create-corva-app/commit/8d0825f0fb9362636b4d95d3e79249d2309a0789))
|
|
53
|
-
* **DC-3035:** revert engines ([fbe6c2d](https://github.com/corva-ai/create-corva-app/commit/fbe6c2de87c972bf11a6c53e967f8ed6f93e8aa2))
|
|
54
|
-
* **DC-3035:** specify node version ([ebabf71](https://github.com/corva-ai/create-corva-app/commit/ebabf7142b0788f8984c20b9cd74d043bdb0d952))
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Bug Fixes
|
|
58
|
-
|
|
59
|
-
* **DC-2969:** fix PR comments ([6993822](https://github.com/corva-ai/create-corva-app/commit/69938227c85a4749daff04e48fa366094b31b3f8))
|
|
60
|
-
|
|
61
|
-
## [0.24.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-1...v0.24.0-2) (2022-03-10)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
### Features
|
|
65
|
-
|
|
66
|
-
* **DC-3035:** revert engines ([fbe6c2d](https://github.com/corva-ai/create-corva-app/commit/fbe6c2de87c972bf11a6c53e967f8ed6f93e8aa2))
|
|
67
|
-
|
|
68
|
-
## [0.24.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.23.0-1...v0.24.0-1) (2022-03-08)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
* **DC-2969:** prompt package version bump on yarn zip ([8d0825f](https://github.com/corva-ai/create-corva-app/commit/8d0825f0fb9362636b4d95d3e79249d2309a0789))
|
|
74
|
-
* **DC-3051:** run release command for all app types ([5f7a2d8](https://github.com/corva-ai/create-corva-app/commit/5f7a2d850f29c903cf2c4cb6f83c63192519c192))
|
|
75
|
-
|
|
76
|
-
## [0.24.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.23.0-2...v0.24.0-0) (2022-03-01)
|
|
77
|
-
|
|
78
|
-
## [0.23.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.23.0-1...v0.23.0-2) (2022-02-21)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
* **DC-3051:** run release command for all app types ([5f7a2d8](https://github.com/corva-ai/create-corva-app/commit/5f7a2d850f29c903cf2c4cb6f83c63192519c192))
|
|
84
|
-
|
|
85
|
-
## [0.23.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.23.0-0...v0.23.0-1) (2022-02-17)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Features
|
|
89
|
-
|
|
90
|
-
* **DC-2291:** add release script to FE dc apps ([fe1bda2](https://github.com/corva-ai/create-corva-app/commit/fe1bda29aa2b68d6912894353d731e73aadeb47b))
|
|
91
|
-
|
|
92
|
-
## [0.23.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.22.0-0...v0.23.0-0) (2022-02-15)
|
|
93
|
-
|
|
94
|
-
## [0.22.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-2...v0.22.0-0) (2022-02-01)
|
|
95
|
-
|
|
96
|
-
## [0.21.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-1...v0.21.0-2) (2022-01-25)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Bug Fixes
|
|
100
|
-
|
|
101
|
-
* **dc-2955:** get back -t option ([b6ffc5f](https://github.com/corva-ai/create-corva-app/commit/b6ffc5f38e818d038bf8c7346fa7183a18d97fa6))
|
|
102
|
-
|
|
103
|
-
## [0.21.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-0...v0.21.0-1) (2022-01-21)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
* pass depth milestone ([abab200](https://github.com/corva-ai/create-corva-app/commit/abab20069f41bda35c2059102f1629a35575042f))
|
|
109
|
-
|
|
110
|
-
## [0.20.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.20.0-1...v0.20.0-2) (2022-01-17)
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
114
|
-
|
|
115
|
-
* **DC-2798:** add .env file ([42eb6fb](https://github.com/corva-ai/create-corva-app/commit/42eb6fb256c6b5238b449fa0d81bafa930dbbd91))
|
|
116
|
-
|
|
117
|
-
## [0.20.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.20.0-0...v0.20.0-1) (2022-01-05)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
* allow to specify depth_milestone ([833d570](https://github.com/corva-ai/create-corva-app/commit/833d570ef11bc73605524d479db43e293bf2e31f))
|
|
123
|
-
|
|
124
|
-
## [0.20.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.19.0-0...v0.20.0-0) (2022-01-04)
|
|
125
|
-
|
|
126
|
-
## [0.19.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.18.0-1...v0.19.0-0) (2021-12-21)
|
|
127
|
-
|
|
128
|
-
## [0.18.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.18.0-0...v0.18.0-1) (2021-12-20)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* **CQA-445:** DC local development test to CI config ([6a63221](https://github.com/corva-ai/create-corva-app/commit/6a6322182d02dbe56f8f50d3e406e04890c4a6fd))
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
* **dc-2707:** check file existence before zipping it ([064add5](https://github.com/corva-ai/create-corva-app/commit/064add5b86dfb32073eb9f7b4d16f7d4f71d32c1))
|
|
139
|
-
|
|
140
|
-
## [0.17.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.17.0-0...v0.17.0-2) (2021-12-07)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Features
|
|
144
|
-
|
|
145
|
-
* add scheduler type option ([e2d3d3d](https://github.com/corva-ai/create-corva-app/commit/e2d3d3dcc7154d841b3da342a36a7edfbc8488e4))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Bug Fixes
|
|
149
|
-
|
|
150
|
-
* diff app types, runtimes and templates ([7c52817](https://github.com/corva-ai/create-corva-app/commit/7c528173535b9a915372ec469df8043b3830e387))
|
|
151
|
-
|
|
152
|
-
## [0.17.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.17.0-0...v0.17.0-1) (2021-12-03)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Features
|
|
156
|
-
|
|
157
|
-
* add scheduler type option ([e2d3d3d](https://github.com/corva-ai/create-corva-app/commit/e2d3d3dcc7154d841b3da342a36a7edfbc8488e4))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* diff app types, runtimes and templates ([7c52817](https://github.com/corva-ai/create-corva-app/commit/7c528173535b9a915372ec469df8043b3830e387))
|
|
163
|
-
|
|
164
|
-
## [0.17.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.16.0-1...v0.17.0-0) (2021-11-23)
|
|
165
|
-
|
|
166
|
-
## [0.16.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.16.0-0...v0.16.0-1) (2021-11-18)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Bug Fixes
|
|
170
|
-
|
|
171
|
-
* add .idea to gitignore ([1d3c8d3](https://github.com/corva-ai/create-corva-app/commit/1d3c8d314ca6ce853e03f475c88c0bab5f0dde76))
|
|
172
|
-
|
|
173
|
-
## [0.16.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.15.0-0...v0.16.0-0) (2021-11-09)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* **core:** upgrade template AppSettings.tsx to React.FC approach ([383203c](https://github.com/corva-ai/create-corva-app/commit/383203c5d4323f66218726de16be0a77da108f7e))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Bug Fixes
|
|
182
|
-
|
|
183
|
-
* **templates:** move out React.FC syntax from AppSettings.tsx ([aaec071](https://github.com/corva-ai/create-corva-app/commit/aaec071cf5c546c226ad59133b5d28b29e968f58))
|
|
184
|
-
|
|
185
|
-
## [0.15.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.14.0-0...v0.15.0-0) (2021-10-26)
|
|
186
|
-
|
|
187
|
-
## [0.14.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.13.0-0...v0.14.0-0) (2021-10-12)
|
|
188
|
-
|
|
189
|
-
## [0.12.0-4](https://github.com/corva-ai/create-corva-app/compare/v0.12.0-3...v0.12.0-4) (2021-09-27)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* **DC-2203:** add eslint support for TS files ([251d41b](https://github.com/corva-ai/create-corva-app/commit/251d41bd09ae8db7a19475e37f1bc8bd5d43429c))
|
|
195
|
-
* **DC-2203:** add ts devDeps to template package.json ([352add5](https://github.com/corva-ai/create-corva-app/commit/352add5f1f399e6bd3c84bee70fdaf9fe936d3fb))
|
|
196
|
-
* **DC-2203:** copy js template to ts ([8f1cd55](https://github.com/corva-ai/create-corva-app/commit/8f1cd55758337b6a5966d84c6b91d7eb368d286f))
|
|
197
|
-
* **DC-2203:** copy tsconfig.json while zipping ([f3bcec1](https://github.com/corva-ai/create-corva-app/commit/f3bcec1b6aca09d47f07cb2582b5ee23cf4854a2))
|
|
198
|
-
* **DC-2203:** extract webpack TS rule ([4e66dc5](https://github.com/corva-ai/create-corva-app/commit/4e66dc51547f438963d36f8a5a69e09543f3ffb3))
|
|
199
|
-
* **DC-2203:** fix entry point ([7d5e9b7](https://github.com/corva-ai/create-corva-app/commit/7d5e9b7d0b90ce9aec8747b28770bdf91e59cf87))
|
|
200
|
-
* **DC-2203:** fix eslint rule ([f1c50ea](https://github.com/corva-ai/create-corva-app/commit/f1c50ea6fba6394a4aebb713b520f7690e44b815))
|
|
201
|
-
* **DC-2203:** move ui template to ui/js dir ([78dec63](https://github.com/corva-ai/create-corva-app/commit/78dec63db3175a452b648e33d5fc81004e697e02))
|
|
202
|
-
* **DC-2203:** show TypeScript option for ui apps ([7c8b612](https://github.com/corva-ai/create-corva-app/commit/7c8b612c6081cb2d16e860e4ae77c9a6ed137e8b))
|
|
203
|
-
* **DC-2203:** update ui ts template ([ced0092](https://github.com/corva-ai/create-corva-app/commit/ced00928ff274ddda80e5fe6bb55b5fa31cf5adc))
|
|
204
|
-
* **DC-2203:** use default create-react-app TS config ([69ced8a](https://github.com/corva-ai/create-corva-app/commit/69ced8a46a542914c930ac7613cf76469d884292))
|
|
205
|
-
* **DC-2203:** use regExp instead of string ([ce86a6d](https://github.com/corva-ai/create-corva-app/commit/ce86a6d497c729d4d61aa823f391deec9ea2def4))
|
|
206
|
-
* **DC-2203:** use ts template ([7b43431](https://github.com/corva-ai/create-corva-app/commit/7b43431d7f9c1b295cdc44774bd964f9c954e22e))
|
|
207
|
-
|
|
208
|
-
## [0.12.0-3](https://github.com/corva-ai/create-corva-app/compare/v0.12.0-2...v0.12.0-3) (2021-09-21)
|
|
209
|
-
|
|
210
|
-
## [0.12.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.12.0-1...v0.12.0-2) (2021-09-21)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Features
|
|
214
|
-
|
|
215
|
-
* add typescript app templates ([f256b39](https://github.com/corva-ai/create-corva-app/commit/f256b3970b4a2f426c6f87ddd10fe5c957757658))
|
|
216
|
-
* **DC-2167:** updated node templates to use latest sdk ([#118](https://corvaqa.atlassian.net/browse/118)) ([c9dc93a](https://github.com/corva-ai/create-corva-app/commit/c9dc93a07a48b06f4c0831bcd95aca4fd5b5504c))
|
|
217
|
-
|
|
218
|
-
## [0.12.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.12.0-0...v0.12.0-1) (2021-09-20)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
### Features
|
|
222
|
-
|
|
223
|
-
* **DC-2204:** Add .env file to gitignore ([cb598d6](https://github.com/corva-ai/create-corva-app/commit/cb598d654dcd78f20ce93c6dcf7bf4282cad47c9))
|
|
224
|
-
|
|
225
|
-
## [0.12.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.11.0-0...v0.12.0-0) (2021-09-14)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Features
|
|
229
|
-
|
|
230
|
-
* **DC-2132:** add scheduler type to manifest template ([#112](https://corvaqa.atlassian.net/browse/112)) ([4955186](https://github.com/corva-ai/create-corva-app/commit/4955186a4d2e5ee8c0d5a3e44ecd54752d561de3))
|
|
231
|
-
|
|
232
|
-
## [0.11.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.10.0-0...v0.11.0-0) (2021-08-31)
|
|
233
|
-
|
|
234
|
-
## [0.10.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.9.0-0...v0.10.0-0) (2021-08-18)
|
|
235
|
-
|
|
236
|
-
## [0.9.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.8.0-0...v0.9.0-0) (2021-08-04)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* **DC-1945:** Fix missing .gitignore problem ([d3e02b3](https://github.com/corva-ai/create-corva-app/commit/d3e02b369ea176419fb8b025293d30cc9d9e084a))
|
|
242
|
-
* **Redundant github actions:** Removed config ([e0653eb](https://github.com/corva-ai/create-corva-app/commit/e0653ebe25d7998e14b339df9c4a8e5c8ac68829))
|
|
243
|
-
|
|
244
|
-
## [0.8.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.8.0-0...v0.8.0-2) (2021-08-03)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
* **DC-1945:** Fix missing .gitignore problem ([c9170aa](https://github.com/corva-ai/create-corva-app/commit/c9170aab82c2add8eaff8ee05359b10403712f45))
|
|
250
|
-
* **Redundant github actions:** Removed config ([e0653eb](https://github.com/corva-ai/create-corva-app/commit/e0653ebe25d7998e14b339df9c4a8e5c8ac68829))
|
|
251
|
-
|
|
252
|
-
## [0.8.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.8.0-0...v0.8.0-1) (2021-07-31)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
* **Redundant github actions:** Removed config ([e0653eb](https://github.com/corva-ai/create-corva-app/commit/e0653ebe25d7998e14b339df9c4a8e5c8ac68829))
|
|
258
|
-
|
|
259
|
-
## [0.8.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.7.0-4...v0.8.0-0) (2021-07-21)
|
|
260
|
-
|
|
261
|
-
## [0.7.0-4](https://github.com/corva-ai/create-corva-app/compare/v0.7.0-3...v0.7.0-4) (2021-07-19)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Features
|
|
265
|
-
|
|
266
|
-
* **DC-1761:** Add doc links to UI readme. ([41b7d4b](https://github.com/corva-ai/create-corva-app/commit/41b7d4b437c976f64f70fa697c3f3af4eac38c59))
|
|
267
|
-
|
|
268
|
-
## [0.7.0-3](https://github.com/corva-ai/create-corva-app/compare/v0.7.0-2...v0.7.0-3) (2021-07-19)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Bug Fixes
|
|
272
|
-
|
|
273
|
-
* **DC-1735:** Ensure latest version is used when creating app from CLI ([06d86fa](https://github.com/corva-ai/create-corva-app/commit/06d86faabeabc85eb5f2874c3b07d2334dc46ff2))
|
|
274
|
-
|
|
275
|
-
## [0.7.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.7.0-0...v0.7.0-2) (2021-07-16)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
* **DC-1735:** Ensure that latest create-corva-app is used when creating new UI app ([1b937e7](https://github.com/corva-ai/create-corva-app/commit/1b937e75379beb6357a3dd721cf18ee3f74a459d))
|
|
281
|
-
|
|
282
|
-
## [0.7.0-1](https://github.com/facebook/create-react-app/compare/v0.7.0-0...v0.7.0-1) (2021-07-09)
|
|
283
|
-
|
|
284
|
-
## [0.7.0-0](https://github.com/facebook/create-react-app/compare/v0.6.0-2...v0.7.0-0) (2021-07-08)
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Bug Fixes
|
|
288
|
-
|
|
289
|
-
* delete unsolicited export ([2c938ac](https://github.com/facebook/create-react-app/commit/2c938acf068d63166af0b33c9973fd3b8218b214))
|
|
290
|
-
|
|
291
|
-
## [0.6.0-2](https://github.com/facebook/create-react-app/compare/v0.6.0-1...v0.6.0-2) (2021-06-16)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Features
|
|
295
|
-
|
|
296
|
-
* **CINF-297:** Version alignment ([dad4718](https://github.com/facebook/create-react-app/commit/dad4718d510d9fa54d7251182ea6602e37ad42ec))
|
|
297
|
-
|
|
298
|
-
## [0.6.0-1](https://github.com/facebook/create-react-app/compare/v0.6.0-0...v0.6.0-1) (2021-06-16)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Features
|
|
302
|
-
|
|
303
|
-
* **CINF-297:** CI/CD ([9bb4ba1](https://github.com/facebook/create-react-app/commit/9bb4ba1fce8f1f2c1f21e6930bb4f27a4771836f))
|
|
304
|
-
* **CINF-297:** CI/CD ([7b2adb1](https://github.com/facebook/create-react-app/commit/7b2adb19b4681fa4505e2d70ad4d8041a4733878))
|
|
305
|
-
* **CINF-297:** CI/CD test ([5bb6071](https://github.com/facebook/create-react-app/commit/5bb607105fec2973ccb045d84c010d4f3112099f))
|
|
306
|
-
* **CINF-297:** CI/CD workflow ([c4248f6](https://github.com/facebook/create-react-app/commit/c4248f6c427a3a1a04a8d2807f5125c5e4c186d6))
|
|
307
|
-
* **CINF-297:** CI/CD workflow ([7be17ce](https://github.com/facebook/create-react-app/commit/7be17ce30a555d87e736cbf99b3dcdbc90fb548a))
|
|
308
|
-
* **CINF-297:** CI/CD workflow ([6779c9d](https://github.com/facebook/create-react-app/commit/6779c9df1ce94a41655f03055d9e847a56e894c3))
|
|
309
|
-
* **CINF-297:** CI/CD workflow ([08b4e49](https://github.com/facebook/create-react-app/commit/08b4e49850b73fbb2345140fd71ada2cbf736fed))
|
|
310
|
-
* **CINF-297:** CI/CD workflow ([98ebf01](https://github.com/facebook/create-react-app/commit/98ebf01ea17a84ca53ded759a08a4fae4da570fe))
|
|
311
|
-
* **CINF-297:** CI/CD workflow ([efdfe9c](https://github.com/facebook/create-react-app/commit/efdfe9cc57ab1496103ae850eacf1193c9b74e8b))
|
|
312
|
-
* **CINF-297:** CI/CD workflow ([af549a9](https://github.com/facebook/create-react-app/commit/af549a9af169f2d6155bb38cc0e1f7c852d59d5f))
|
|
313
|
-
* **CINF-297:** CI/CD workflow ([5a5909b](https://github.com/facebook/create-react-app/commit/5a5909bcf30f6da49225940eced754a2402fe611))
|
|
314
|
-
* **CINF-297:** CI/CD workflow ([dee28f1](https://github.com/facebook/create-react-app/commit/dee28f117743fa9b7ec6e7385cddc19681744259))
|
|
315
|
-
* **CINF-297:** CI/CD workflow ([c3603ab](https://github.com/facebook/create-react-app/commit/c3603ab5329d87085305c0b201e7fe53ecc9a037))
|
|
316
|
-
* **CINF-297:** CI/CD workflow ([9cd6ba3](https://github.com/facebook/create-react-app/commit/9cd6ba31947e7e1247b678975ab6d4af14299297))
|
|
317
|
-
|
|
318
|
-
## [0.6.0-0](https://github.com/facebook/create-react-app/compare/v0.5.0-0...v0.6.0-0) (2021-06-16)
|
|
319
|
-
|
|
320
|
-
## [0.5.0-0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.5.0-0) (2021-06-02)
|
|
321
|
-
|
|
322
|
-
### [0.4.3](https://github.com/facebook/create-react-app/compare/v0.4.0...v0.4.3) (2021-05-26)
|
|
323
|
-
|
|
324
|
-
## [0.4.0](https://github.com/facebook/create-react-app/compare/v0.3.7...v0.4.0) (2021-05-26)
|
|
325
|
-
|
|
326
|
-
### [0.3.7](https://github.com/facebook/create-react-app/compare/v0.3.0...v0.3.7) (2021-05-26)
|
|
327
|
-
|
|
328
|
-
## [0.3.0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.3.0) (2021-05-26)
|
|
329
|
-
|
|
330
|
-
### [0.2.29](https://github.com/facebook/create-react-app/compare/v0.2.28...v0.2.29) (2021-05-26)
|
|
331
|
-
|
|
332
|
-
### [0.2.28](https://github.com/facebook/create-react-app/compare/v0.2.27...v0.2.28) (2021-05-18)
|
|
333
|
-
|
|
334
|
-
### [0.2.27](https://github.com/facebook/create-react-app/compare/v0.2.25...v0.2.27) (2021-05-18)
|
|
335
|
-
|
|
336
|
-
### [0.2.26](https://github.com/facebook/create-react-app/compare/v0.2.25...v0.2.26) (2021-05-18)
|
|
337
|
-
|
|
338
|
-
### [0.2.25](https://github.com/facebook/create-react-app/compare/v0.2.23-rc.0...v0.2.25) (2021-05-14)
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
### Features
|
|
342
|
-
|
|
343
|
-
* **dc-1395:** update backend node app templates ([abc28be](https://github.com/facebook/create-react-app/commit/abc28be3a671893792be4c5752364120847e0ab7))
|
|
344
|
-
|
|
345
|
-
### [0.2.24](https://github.com/facebook/create-react-app/compare/v0.2.23-rc.0...v0.2.23) (2021-04-29)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### Features
|
|
349
|
-
|
|
350
|
-
* **dc-1395:** update backend node app templates ([abc28be](https://github.com/facebook/create-react-app/commit/abc28be3a671893792be4c5752364120847e0ab7))
|
|
351
|
-
|
|
352
|
-
### [0.2.23-rc.0](https://github.com/facebook/create-react-app/compare/v0.2.22-rc.2...v0.2.23-rc.0) (2021-04-07)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
### Features
|
|
356
|
-
|
|
357
|
-
* **DC-1147:** Fixes template according to changes in App Header component ([04b9a1d](https://github.com/facebook/create-react-app/commit/04b9a1df5cbd90bfcfd85ca2702d9416942c9624))
|
|
358
|
-
|
|
359
|
-
### [0.2.22-rc.2](https://github.com/facebook/create-react-app/compare/v0.2.22-rc.1...v0.2.22-rc.2) (2021-03-17)
|
|
360
|
-
|
|
361
|
-
### [0.2.22-rc.1](https://github.com/facebook/create-react-app/compare/v0.2.22-rc.0...v0.2.22-rc.1) (2021-03-16)
|
|
362
|
-
|
|
363
|
-
### [0.2.22-rc.0](https://github.com/facebook/create-react-app/compare/v0.2.20...v0.2.22-rc.0) (2021-03-16)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
### Bug Fixes
|
|
367
|
-
|
|
368
|
-
* **DC-1068:** Fixes zipAppSource script ([9f6cb03](https://github.com/facebook/create-react-app/commit/9f6cb03558129185530ffa7543d9e54fad0fd999))
|
|
369
|
-
|
|
370
|
-
### [0.2.21](https://github.com/facebook/create-react-app/compare/v0.2.18...v0.2.21) (2021-03-10)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
* **DC-1068:** Fix app template according to new devserver build approach ([24496b0](https://github.com/facebook/create-react-app/commit/24496b00ded323d570b149fef8dbefc7d343d086))
|
|
376
|
-
* **DC-1068:** Fixes zipAppSource script ([9f6cb03](https://github.com/facebook/create-react-app/commit/9f6cb03558129185530ffa7543d9e54fad0fd999))
|
|
377
|
-
|
|
378
|
-
### [0.2.20](https://github.com/facebook/create-react-app/compare/v0.2.19...v0.2.20) (2021-03-09)
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
### Bug Fixes
|
|
382
|
-
|
|
383
|
-
* **DC-1068:** Fix app template according to new devserver build approach ([24496b0](https://github.com/facebook/create-react-app/commit/24496b00ded323d570b149fef8dbefc7d343d086))
|
|
384
|
-
|
|
385
|
-
### [0.2.19](https://github.com/facebook/create-react-app/compare/v0.2.18...v0.2.19) (2021-03-04)
|
|
386
|
-
|
|
387
|
-
### [0.2.18](https://github.com/facebook/create-react-app/compare/v0.2.16...v0.2.18) (2021-02-19)
|
|
388
|
-
|
|
389
|
-
### [0.2.17](https://github.com/facebook/create-react-app/compare/v0.2.16...v0.2.17) (2021-02-18)
|
|
390
|
-
|
|
391
|
-
### [0.2.16](https://github.com/facebook/create-react-app/compare/v0.2.15...v0.2.16) (2021-02-16)
|
|
392
|
-
|
|
393
|
-
### [0.2.15](https://github.com/facebook/create-react-app/compare/v0.2.13...v0.2.15) (2021-02-11)
|
|
394
|
-
|
|
395
|
-
### [0.2.14](https://github.com/facebook/create-react-app/compare/v0.2.13...v0.2.14) (2021-02-08)
|
|
396
|
-
|
|
397
|
-
### [0.2.13](https://github.com/facebook/create-react-app/compare/v0.2.11...v0.2.13) (2021-02-07)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Bug Fixes
|
|
401
|
-
|
|
402
|
-
* **DC-879:** adds cwd to git commit command ([cde7a1a](https://github.com/facebook/create-react-app/commit/cde7a1a94889d274dfad2793b699c3df804364a3))
|
|
403
|
-
|
|
404
|
-
### [0.2.12](https://github.com/facebook/create-react-app/compare/v0.2.11...v0.2.12) (2021-02-05)
|
|
405
|
-
|
|
406
|
-
### [0.2.11](https://github.com/facebook/create-react-app/compare/v0.2.9...v0.2.11) (2021-02-04)
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Bug Fixes
|
|
410
|
-
|
|
411
|
-
* **DC-879:** adding appPath ([5ea00d8](https://github.com/facebook/create-react-app/commit/5ea00d8eae15867fe6b5dbb164db15da048a7b1a))
|
|
412
|
-
* **DC-879:** moving isInGitRepository to the beginning of tryGitInit function ([f8847a5](https://github.com/facebook/create-react-app/commit/f8847a54d0b7cadf29f044c9c1759026004dc074))
|
|
413
|
-
|
|
414
|
-
### [0.2.10](https://github.com/facebook/create-react-app/compare/v0.2.9...v0.2.10) (2021-02-04)
|
|
415
|
-
|
|
416
|
-
### [0.2.9](https://github.com/facebook/create-react-app/compare/v0.2.8...v0.2.9) (2021-01-26)
|
|
417
|
-
|
|
418
|
-
### [0.2.8](https://github.com/facebook/create-react-app/compare/v0.2.7...v0.2.8) (2021-01-14)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
### Features
|
|
422
|
-
|
|
423
|
-
* **DC-534:** Add asset selector to App create CLI ([c59e0a7](https://github.com/facebook/create-react-app/commit/c59e0a7199f562f327209532da5734e02b268e5c))
|
|
424
|
-
|
|
425
|
-
### [0.2.7](https://github.com/facebook/create-react-app/compare/v0.2.6...v0.2.7) (2020-12-31)
|
|
426
|
-
|
|
427
|
-
### [0.2.6](https://github.com/facebook/create-react-app/compare/v0.2.5...v0.2.6) (2020-12-31)
|
|
428
|
-
|
|
429
|
-
### [0.2.5](https://github.com/facebook/create-react-app/compare/v0.2.4...v0.2.5) (2020-12-31)
|
|
430
|
-
|
|
431
|
-
### [0.2.4](https://github.com/facebook/create-react-app/compare/v0.2.3...v0.2.4) (2020-12-29)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
* Delete copying manifest.json ([18afde2](https://github.com/facebook/create-react-app/commit/18afde28c4430f43bae47e0968505608d97860e8))
|
|
437
|
-
|
|
438
|
-
### [0.2.3](https://github.com/facebook/create-react-app/compare/v0.2.2...v0.2.3) (2020-12-28)
|
|
439
|
-
|
|
440
|
-
### [0.2.2](https://github.com/facebook/create-react-app/compare/v0.2.1...v0.2.2) (2020-12-22)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Features
|
|
444
|
-
|
|
445
|
-
* **DC-506:** Adds props for App Header to support Last Annotation ([44efee8](https://github.com/facebook/create-react-app/commit/44efee8c84e7bd600ea86fb52906e7c528936da4))
|
|
446
|
-
* **DC-506:** Fixes props for the AppHeader ([b851c36](https://github.com/facebook/create-react-app/commit/b851c3629b59b47fb718d527b2aed99fba8479fd))
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
### Bug Fixes
|
|
450
|
-
|
|
451
|
-
* update command typo ([efe3c9a](https://github.com/facebook/create-react-app/commit/efe3c9ae652eb0e6a49779daeb10ba36d7bd69ba))
|
|
452
|
-
* update dependencies ([1619118](https://github.com/facebook/create-react-app/commit/161911837fcbb137cccbb08a243f58cf7f6ec2b6))
|
|
453
|
-
|
|
454
|
-
### [0.2.1](https://github.com/facebook/create-react-app/compare/v0.1.7...v0.2.1) (2020-10-27)
|
|
455
|
-
|
|
456
|
-
### [0.1.7](https://github.com/facebook/create-react-app/compare/v0.1.6...v0.1.7) (2020-10-22)
|
|
457
|
-
|
|
458
|
-
### [0.1.6](https://github.com/facebook/create-react-app/compare/v0.1.5...v0.1.6) (2020-10-21)
|
|
459
|
-
|
|
460
|
-
### [0.1.5](https://github.com/facebook/create-react-app/compare/v0.1.4...v0.1.5) (2020-10-21)
|
|
461
|
-
|
|
462
|
-
### [0.1.4](https://github.com/facebook/create-react-app/compare/v0.1.3...v0.1.4) (2020-10-19)
|
|
463
|
-
|
|
464
|
-
### [0.1.3](https://github.com/facebook/create-react-app/compare/v0.1.1...v0.1.3) (2020-10-15)
|
|
465
|
-
|
|
466
|
-
### [0.1.2](https://github.com/facebook/create-react-app/compare/v0.1.1...v0.1.2) (2020-10-15)
|
|
467
|
-
|
|
468
|
-
### [0.1.1](https://github.com/facebook/create-react-app/compare/v0.1.0...v0.1.1) (2020-10-13)
|
|
469
|
-
|
|
470
|
-
## [0.1.0](https://github.com/facebook/create-react-app/compare/v0.0.12...v0.1.0) (2020-10-13)
|
|
471
|
-
|
|
472
|
-
### [0.0.12](https://github.com/facebook/create-react-app/compare/v0.0.10...v0.0.12) (2020-10-13)
|
|
473
|
-
|
|
474
|
-
### [0.0.11](https://github.com/facebook/create-react-app/compare/v0.0.10...v0.0.11) (2020-10-13)
|
|
475
|
-
|
|
476
|
-
### 0.0.10 (2020-10-13)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Features
|
|
480
|
-
|
|
481
|
-
* use app key as app component identificator ([a74cbce](https://github.com/facebook/create-react-app/commit/a74cbce1b4d5d3f24e4f4ac22a3c8533b98f1171))
|
|
482
|
-
* **dc-287:** Remove duplicated dependencies ([bf0ceb0](https://github.com/facebook/create-react-app/commit/bf0ceb0a09d24d1d7426b0ec8168f36467703563))
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
### Bug Fixes
|
|
486
|
-
|
|
487
|
-
* Fix app name for UI apps ([bb09287](https://github.com/facebook/create-react-app/commit/bb09287c75f29a82453858a772d8de54773ce22e))
|