@backstage/plugin-scaffolder 1.14.1 → 1.14.2-next.1

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
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.14.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a0490fb669e: Fix the get entities query in the `MyGroupsPicker` to query the `kind=Group` entities.
8
+ - Updated dependencies
9
+ - @backstage/integration-react@1.1.16-next.1
10
+ - @backstage/integration@1.5.1
11
+ - @backstage/catalog-client@1.4.3
12
+ - @backstage/catalog-model@1.4.1
13
+ - @backstage/config@1.0.8
14
+ - @backstage/core-components@0.13.4-next.0
15
+ - @backstage/core-plugin-api@1.5.3
16
+ - @backstage/errors@1.2.1
17
+ - @backstage/theme@0.4.1
18
+ - @backstage/types@1.1.0
19
+ - @backstage/plugin-catalog-common@1.0.15
20
+ - @backstage/plugin-catalog-react@1.8.1-next.0
21
+ - @backstage/plugin-permission-react@0.4.14
22
+ - @backstage/plugin-scaffolder-common@1.3.2
23
+ - @backstage/plugin-scaffolder-react@1.5.2-next.0
24
+
25
+ ## 1.14.2-next.0
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/core-components@0.13.4-next.0
31
+ - @backstage/plugin-scaffolder-react@1.5.2-next.0
32
+ - @backstage/core-plugin-api@1.5.3
33
+ - @backstage/plugin-catalog-react@1.8.1-next.0
34
+ - @backstage/catalog-client@1.4.3
35
+ - @backstage/catalog-model@1.4.1
36
+ - @backstage/config@1.0.8
37
+ - @backstage/errors@1.2.1
38
+ - @backstage/integration@1.5.1
39
+ - @backstage/integration-react@1.1.16-next.0
40
+ - @backstage/theme@0.4.1
41
+ - @backstage/types@1.1.0
42
+ - @backstage/plugin-catalog-common@1.0.15
43
+ - @backstage/plugin-permission-react@0.4.14
44
+ - @backstage/plugin-scaffolder-common@1.3.2
45
+
3
46
  ## 1.14.1
4
47
 
5
48
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.14.1",
3
+ "version": "1.14.2-next.1",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { N as NextScaffolderPage } from './esm/plugin-e86ee6a1.esm.js';
1
+ export { N as NextScaffolderPage } from './esm/plugin-34a96253.esm.js';
2
2
  import '@backstage/integration-react';
3
3
  import '@backstage/plugin-scaffolder-react';
4
4
  import '@backstage/catalog-model';
@@ -36,7 +36,7 @@ import Box$1 from '@material-ui/core/Box';
36
36
  import Tab from '@material-ui/core/Tab';
37
37
  import Tabs from '@material-ui/core/Tabs';
38
38
  import CodeMirror from '@uiw/react-codemirror';
39
- import { a as TaskStatusStepper, b as TaskPageLinks } from './TaskPage-e70ca2f8.esm.js';
39
+ import { a as TaskStatusStepper, b as TaskPageLinks } from './TaskPage-1a149db7.esm.js';
40
40
  import CloseIcon from '@material-ui/icons/Close';
41
41
  import RefreshIcon from '@material-ui/icons/Refresh';
42
42
  import SaveIcon from '@material-ui/icons/Save';
@@ -44,7 +44,7 @@ import TreeView from '@material-ui/lab/TreeView';
44
44
  import ChevronRightIcon from '@material-ui/icons/ChevronRight';
45
45
  import TreeItem from '@material-ui/lab/TreeItem';
46
46
  import { showPanel } from '@codemirror/view';
47
- import { x as EntityPicker, y as EntityPickerSchema, z as EntityNamePicker, A as entityNamePickerValidation, B as EntityNamePickerSchema, C as EntityTagsPicker, D as EntityTagsPickerSchema, F as RepoUrlPicker, h as repoPickerValidation, G as RepoUrlPickerSchema, H as OwnerPicker, I as OwnerPickerSchema, J as OwnedEntityPicker, K as OwnedEntityPickerSchema, L as MyGroupsPicker, k as MyGroupsPickerSchema, r as rootRouteRef } from './plugin-e86ee6a1.esm.js';
47
+ import { x as EntityPicker, y as EntityPickerSchema, z as EntityNamePicker, A as entityNamePickerValidation, B as EntityNamePickerSchema, C as EntityTagsPicker, D as EntityTagsPickerSchema, F as RepoUrlPicker, h as repoPickerValidation, G as RepoUrlPickerSchema, H as OwnerPicker, I as OwnerPickerSchema, J as OwnedEntityPicker, K as OwnedEntityPickerSchema, L as MyGroupsPicker, k as MyGroupsPickerSchema, r as rootRouteRef } from './plugin-34a96253.esm.js';
48
48
  import { catalogApiRef, EntityRefLink, CatalogFilterLayout } from '@backstage/plugin-catalog-react';
49
49
  import SettingsIcon from '@material-ui/icons/Settings';
50
50
  import AllIcon from '@material-ui/icons/FontDownload';
@@ -1377,4 +1377,4 @@ const ListTasksPage = (props) => {
1377
1377
  };
1378
1378
 
1379
1379
  export { ActionsPage as A, DirectoryEditorProvider as D, ListTasksPage as L, TemplateEditorBrowser as T, WebFileSystemAccess as W, useDirectoryEditor as a, DryRunProvider as b, TemplateEditorTextArea as c, DryRunResults as d, TemplateEditorIntro as e, DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS as f, useDryRun as u };
1380
- //# sourceMappingURL=ListTasksPage-44381650.esm.js.map
1380
+ //# sourceMappingURL=ListTasksPage-da18913c.esm.js.map