@corva/create-app 0.21.0-rc.0 → 0.21.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 +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
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
4
|
|
|
5
|
+
## [0.21.0](https://github.com/corva-ai/create-corva-app/compare/v0.20.0...v0.21.0) (2022-02-16)
|
|
6
|
+
|
|
7
|
+
## [0.21.0-rc.0](https://github.com/corva-ai/create-corva-app/compare/v0.20.0-rc.1...v0.21.0-rc.0) (2022-02-01)
|
|
8
|
+
|
|
9
|
+
## [0.21.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-1...v0.21.0-2) (2022-01-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **dc-2955:** get back -t option ([b6ffc5f](https://github.com/corva-ai/create-corva-app/commit/b6ffc5f38e818d038bf8c7346fa7183a18d97fa6))
|
|
15
|
+
|
|
16
|
+
## [0.21.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.19.0...v0.21.0-1) (2022-01-21)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **dc-2760:** pass depth milestone option ([#146](https://corvaqa.atlassian.net/browse/146)) ([bda6824](https://github.com/corva-ai/create-corva-app/commit/bda68248461484c53221ed2ea43c313362d5b9d3))
|
|
22
|
+
|
|
23
|
+
## [0.21.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.20.0-rc.0...v0.21.0-0) (2022-01-18)
|
|
24
|
+
|
|
5
25
|
## [0.21.0-rc.0](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-2...v0.21.0-rc.0) (2022-02-01)
|
|
6
26
|
|
|
7
27
|
## [0.21.0-2](https://github.com/corva-ai/create-corva-app/compare/v0.21.0-1...v0.21.0-2) (2022-01-25)
|
|
@@ -229,6 +249,9 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
229
249
|
## [0.6.0-0](https://github.com/facebook/create-react-app/compare/v0.5.0-0...v0.6.0-0) (2021-06-16)
|
|
230
250
|
|
|
231
251
|
## [0.5.0-0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.5.0-0) (2021-06-02)
|
|
252
|
+
## [0.4.0](https://github.com/facebook/create-react-app/compare/v0.4.0-rc.0...v0.4.0) (2021-06-16)
|
|
253
|
+
|
|
254
|
+
## [0.4.0-rc.0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.4.0-rc.0) (2021-06-02)
|
|
232
255
|
|
|
233
256
|
### [0.4.3](https://github.com/facebook/create-react-app/compare/v0.4.0...v0.4.3) (2021-05-26)
|
|
234
257
|
|