@corva/create-app 0.15.0-rc.0 → 0.17.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 CHANGED
@@ -2,7 +2,16 @@
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.15.0-rc.0](https://github.com/corva-ai/create-corva-app/compare/v0.15.0-0...v0.15.0-rc.0) (2021-11-09)
5
+ ## [0.17.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.16.0-1...v0.17.0-0) (2021-11-23)
6
+
7
+ ## [0.16.0-1](https://github.com/corva-ai/create-corva-app/compare/v0.16.0-0...v0.16.0-1) (2021-11-18)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * add .idea to gitignore ([1d3c8d3](https://github.com/corva-ai/create-corva-app/commit/1d3c8d314ca6ce853e03f475c88c0bab5f0dde76))
13
+
14
+ ## [0.16.0-0](https://github.com/corva-ai/create-corva-app/compare/v0.15.0-0...v0.16.0-0) (2021-11-09)
6
15
 
7
16
 
8
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.15.0-rc.0",
3
+ "version": "0.17.0-0",
4
4
  "private": false,
5
5
  "description": "Create app to use it in CORVA.AI",
6
6
  "keywords": [
@@ -18,6 +18,7 @@
18
18
  .env.development.local
19
19
  .env.test.local
20
20
  .env.production.local
21
+ .idea
21
22
 
22
23
  npm-debug.log*
23
24
  yarn-debug.log*
@@ -18,6 +18,7 @@
18
18
  .env.development.local
19
19
  .env.test.local
20
20
  .env.production.local
21
+ .idea
21
22
 
22
23
  npm-debug.log*
23
24
  yarn-debug.log*