@backstage/create-app 0.0.0-nightly-202111142265 → 0.0.0-nightly-202111152243

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 +10 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-202111142265
3
+ ## 0.0.0-nightly-202111152243
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,14 +15,15 @@
15
15
  ```
16
16
 
17
17
  - Updated dependencies
18
- - @backstage/plugin-github-actions@0.0.0-nightly-202111142265
19
- - @backstage/core-app-api@0.0.0-nightly-202111142265
20
- - @backstage/core-plugin-api@0.0.0-nightly-202111142265
21
- - @backstage/backend-common@0.0.0-nightly-202111142265
22
- - @backstage/core-components@0.0.0-nightly-202111142265
23
- - @backstage/cli@0.0.0-nightly-202111142265
24
- - @backstage/plugin-auth-backend@0.0.0-nightly-202111142265
25
- - @backstage/plugin-techdocs@0.0.0-nightly-202111142265
18
+ - @backstage/plugin-github-actions@0.0.0-nightly-202111152243
19
+ - @backstage/core-app-api@0.0.0-nightly-202111152243
20
+ - @backstage/plugin-scaffolder-backend@0.0.0-nightly-202111152243
21
+ - @backstage/core-plugin-api@0.0.0-nightly-202111152243
22
+ - @backstage/backend-common@0.0.0-nightly-202111152243
23
+ - @backstage/core-components@0.0.0-nightly-202111152243
24
+ - @backstage/cli@0.0.0-nightly-202111152243
25
+ - @backstage/plugin-auth-backend@0.0.0-nightly-202111152243
26
+ - @backstage/plugin-techdocs@0.0.0-nightly-202111152243
26
27
 
27
28
  ## 0.4.7
28
29
 
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-202111142265",
4
+ "version": "0.0.0-nightly-202111152243",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"