@backstage/create-app 0.0.0-nightly-202192222631 → 0.0.0-nightly-202192322437

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 +15 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,24 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-202192222631
3
+ ## 0.0.0-nightly-202192322437
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/errors@0.0.0-nightly-202192222631
8
+ - @backstage/backend-common@0.0.0-nightly-202192322437
9
+ - @backstage/catalog-model@0.0.0-nightly-202192322437
10
+ - @backstage/cli@0.0.0-nightly-202192322437
11
+ - @backstage/core-app-api@0.0.0-nightly-202192322437
12
+ - @backstage/errors@0.0.0-nightly-202192322437
13
+ - @backstage/test-utils@0.0.0-nightly-202192322437
14
+ - @backstage/plugin-app-backend@0.0.0-nightly-202192322437
15
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202192322437
16
+ - @backstage/plugin-scaffolder@0.0.0-nightly-202192322437
17
+ - @backstage/plugin-scaffolder-backend@0.0.0-nightly-202192322437
18
+ - @backstage/plugin-search@0.0.0-nightly-202192322437
19
+ - @backstage/config@0.0.0-nightly-202192322437
20
+ - @backstage/core-plugin-api@0.0.0-nightly-202192322437
21
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-202192322437
9
22
 
10
23
  ## 0.4.0
11
24
 
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-202192222631",
4
+ "version": "0.0.0-nightly-202192322437",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"