@corva/create-app 0.26.0-0 → 0.27.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/CHANGELOG.md +20 -0
- package/package.json +1 -1
- package/template/ui/js/src/App.css +2 -1
- package/template/ui/ts/src/App.css +2 -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.27.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.26.0-1...v0.27.0-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
|
+
|
|
5
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)
|
|
6
26
|
|
|
7
27
|
|
package/package.json
CHANGED