@backstage/create-app 0.0.0-nightly-20220308022132 → 0.0.0-nightly-20220309022441

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-20220308022132
3
+ ## 0.0.0-nightly-20220309022441
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -34,6 +34,7 @@
34
34
 
35
35
  If you want to retain cookiecutter support, please use the `@backstage/plugin-scaffolder-backend-module-cookiecutter` package explicitly (see [its README](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend-module-cookiecutter) for installation instructions).
36
36
 
37
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
37
38
  - 1201383b60: Updated the template to write the Backstage release version to `backstage.json`, rather than the version of `@backstage/create-app`. This change is applied automatically when running `backstage-cli versions:bump` in the latest version of the Backstage CLI.
38
39
  - c543fe3ff2: Postgres-based search is now installed when PG is chosen as the desired database for Backstage.
39
40
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/create-app",
3
3
  "description": "A CLI that helps you create your own Backstage app",
4
- "version": "0.0.0-nightly-20220308022132",
4
+ "version": "0.0.0-nightly-20220309022441",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -36,7 +36,7 @@
36
36
  "@backstage/cli-common": "^0.1.8",
37
37
  "chalk": "^4.0.0",
38
38
  "commander": "^6.1.0",
39
- "fs-extra": "9.1.0",
39
+ "fs-extra": "10.0.1",
40
40
  "handlebars": "^4.7.3",
41
41
  "inquirer": "^8.2.0",
42
42
  "ora": "^5.3.0",