@backstage/create-app 0.0.0-nightly-2021102022158 → 0.0.0-nightly-2021102122312

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 +5 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/create-app
2
2
 
3
- ## 0.0.0-nightly-2021102022158
3
+ ## 0.0.0-nightly-2021102122312
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a5a5d7e1f1: DefaultTechDocsCollator is now included in the search backend, and the Search Page updated with the SearchType component that includes the techdocs type
8
8
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-2021102022158
10
- - @backstage/plugin-scaffolder@0.0.0-nightly-2021102022158
11
- - @backstage/cli@0.0.0-nightly-2021102022158
12
- - @backstage/core-components@0.0.0-nightly-2021102022158
9
+ - @backstage/errors@0.0.0-nightly-2021102122312
10
+ - @backstage/plugin-scaffolder@0.0.0-nightly-2021102122312
11
+ - @backstage/cli@0.0.0-nightly-2021102122312
12
+ - @backstage/core-components@0.0.0-nightly-2021102122312
13
13
 
14
14
  ## 0.4.4
15
15
 
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-2021102022158",
4
+ "version": "0.0.0-nightly-2021102122312",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public"