@backstage/plugin-scaffolder 0.0.0-nightly-20220530025009 → 0.0.0-nightly-20220602024936

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,9 +1,12 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
- ## 0.0.0-nightly-20220530025009
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - dc39366bdb: - Added a new page under `/create/tasks` to show tasks that have been run by the Scaffolder.
8
+ - Ability to filter these tasks by the signed in user, and all tasks.
9
+ - Added optional method to the `ScaffolderApi` interface called `listTasks` to get tasks with an required `filterByOwnership` parameter.
7
10
  - 86a4a0f72d: Get data of other fields in Form from a custom field in template Scaffolder.
8
11
  following:
9
12
 
@@ -26,11 +29,36 @@
26
29
 
27
30
  ### Patch Changes
28
31
 
32
+ - ac0c7e45ee: Fixes review mask in `MultistepJsonForm` to work as documented. `show: true` no longer needed when mask is set.
33
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
29
34
  - Updated dependencies
30
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220530025009
31
- - @backstage/core-components@0.0.0-nightly-20220530025009
32
- - @backstage/integration@0.0.0-nightly-20220530025009
33
- - @backstage/integration-react@0.0.0-nightly-20220530025009
35
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220602024936
36
+ - @backstage/core-components@0.0.0-nightly-20220602024936
37
+ - @backstage/integration@0.0.0-nightly-20220602024936
38
+ - @backstage/catalog-client@0.0.0-nightly-20220602024936
39
+ - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
40
+ - @backstage/integration-react@0.0.0-nightly-20220602024936
41
+ - @backstage/catalog-model@0.0.0-nightly-20220602024936
42
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20220602024936
43
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220602024936
44
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220602024936
45
+
46
+ ## 1.3.0-next.1
47
+
48
+ ### Patch Changes
49
+
50
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
51
+ - Updated dependencies
52
+ - @backstage/core-components@0.9.5-next.1
53
+ - @backstage/catalog-client@1.0.3-next.0
54
+ - @backstage/core-plugin-api@1.0.3-next.0
55
+ - @backstage/integration-react@1.1.1-next.1
56
+ - @backstage/integration@1.2.1-next.1
57
+ - @backstage/catalog-model@1.0.3-next.0
58
+ - @backstage/plugin-catalog-react@1.1.1-next.1
59
+ - @backstage/plugin-permission-react@0.4.2-next.0
60
+ - @backstage/plugin-catalog-common@1.0.3-next.0
61
+ - @backstage/plugin-scaffolder-common@1.1.1-next.0
34
62
 
35
63
  ## 1.3.0-next.0
36
64
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "0.0.0-nightly-20220530025009",
3
+ "version": "0.0.0-nightly-20220602024936",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }