@corva/create-app 0.26.0-rc.0 → 0.26.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 +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
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.26.0](https://github.com/corva-ai/create-corva-app/compare/v0.25.0...v0.26.0) (2022-04-28)
|
|
6
|
+
|
|
7
|
+
## [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)
|
|
8
|
+
|
|
9
|
+
## [0.26.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.26.0-0...v0.26.0-1) (2022-04-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **DC-3242:** fix small size view in initial template ([bf396b9](https://github.com/corva-ai/create-corva-app/commit/bf396b9cbdc29692d5cbaee5bb5741b36b251b3d))
|
|
15
|
+
|
|
16
|
+
## [0.26.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.25.0-rc.0...v0.26.0-0) (2022-03-30)
|
|
17
|
+
|
|
5
18
|
## [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
19
|
|
|
7
20
|
## [0.26.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.24.0-0...v0.26.0-1) (2022-04-11)
|
|
@@ -318,6 +331,9 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
318
331
|
## [0.6.0-0](https://github.com/facebook/create-react-app/compare/v0.5.0-0...v0.6.0-0) (2021-06-16)
|
|
319
332
|
|
|
320
333
|
## [0.5.0-0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.5.0-0) (2021-06-02)
|
|
334
|
+
## [0.4.0](https://github.com/facebook/create-react-app/compare/v0.4.0-rc.0...v0.4.0) (2021-06-16)
|
|
335
|
+
|
|
336
|
+
## [0.4.0-rc.0](https://github.com/facebook/create-react-app/compare/v0.2.29...v0.4.0-rc.0) (2021-06-02)
|
|
321
337
|
|
|
322
338
|
### [0.4.3](https://github.com/facebook/create-react-app/compare/v0.4.0...v0.4.3) (2021-05-26)
|
|
323
339
|
|