@backstage/plugin-scaffolder 1.31.0-next.3 → 1.31.0

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 +33 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4235e87: add templating extensions page
8
+
9
+ ### Patch Changes
10
+
11
+ - 92c3658: Full support in EntityPicker (and derivatives) for default EntityPresentationApi
12
+ - fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
13
+ - d7da01d: Fix EntityPicker field to render description as markdown, matching other form components in the system.
14
+ - 36ae651: Fixing a bug where the name for `templatingExtensions` was incorrectly set to `templateExtensions`
15
+ - 72d019d: Removed various typos
16
+ - a274e0a: Migrate custom fields to new schema factory function;
17
+ standardize field descriptions to prefer ui:description and present consistently,
18
+ utilizing ScaffolderField component where possible.
19
+ - Updated dependencies
20
+ - @backstage/frontend-plugin-api@0.10.2
21
+ - @backstage/integration@1.17.0
22
+ - @backstage/core-components@0.17.2
23
+ - @backstage/catalog-model@1.7.4
24
+ - @backstage/core-compat-api@0.4.2
25
+ - @backstage/plugin-catalog-react@1.18.0
26
+ - @backstage/plugin-scaffolder-react@1.16.0
27
+ - @backstage/core-plugin-api@1.10.7
28
+ - @backstage/catalog-client@1.10.0
29
+ - @backstage/integration-react@1.2.7
30
+ - @backstage/plugin-permission-react@0.4.34
31
+ - @backstage/errors@1.2.7
32
+ - @backstage/types@1.2.1
33
+ - @backstage/plugin-catalog-common@1.1.4
34
+ - @backstage/plugin-scaffolder-common@1.5.11
35
+
3
36
  ## 1.31.0-next.3
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.31.0-next.3",
3
+ "version": "1.31.0",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,21 +70,21 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "1.10.0-next.0",
74
- "@backstage/catalog-model": "1.7.3",
75
- "@backstage/core-compat-api": "0.4.2-next.3",
76
- "@backstage/core-components": "0.17.2-next.1",
77
- "@backstage/core-plugin-api": "1.10.7-next.0",
78
- "@backstage/errors": "1.2.7",
79
- "@backstage/frontend-plugin-api": "0.10.2-next.1",
80
- "@backstage/integration": "1.17.0-next.3",
81
- "@backstage/integration-react": "1.2.7-next.3",
82
- "@backstage/plugin-catalog-common": "1.1.4-next.0",
83
- "@backstage/plugin-catalog-react": "1.18.0-next.3",
84
- "@backstage/plugin-permission-react": "0.4.34-next.1",
85
- "@backstage/plugin-scaffolder-common": "1.5.11-next.0",
86
- "@backstage/plugin-scaffolder-react": "1.16.0-next.3",
87
- "@backstage/types": "1.2.1",
73
+ "@backstage/catalog-client": "^1.10.0",
74
+ "@backstage/catalog-model": "^1.7.4",
75
+ "@backstage/core-compat-api": "^0.4.2",
76
+ "@backstage/core-components": "^0.17.2",
77
+ "@backstage/core-plugin-api": "^1.10.7",
78
+ "@backstage/errors": "^1.2.7",
79
+ "@backstage/frontend-plugin-api": "^0.10.2",
80
+ "@backstage/integration": "^1.17.0",
81
+ "@backstage/integration-react": "^1.2.7",
82
+ "@backstage/plugin-catalog-common": "^1.1.4",
83
+ "@backstage/plugin-catalog-react": "^1.18.0",
84
+ "@backstage/plugin-permission-react": "^0.4.34",
85
+ "@backstage/plugin-scaffolder-common": "^1.5.11",
86
+ "@backstage/plugin-scaffolder-react": "^1.16.0",
87
+ "@backstage/types": "^1.2.1",
88
88
  "@codemirror/language": "^6.0.0",
89
89
  "@codemirror/legacy-modes": "^6.1.0",
90
90
  "@codemirror/view": "^6.0.0",
@@ -117,12 +117,12 @@
117
117
  "zod-to-json-schema": "^3.20.4"
118
118
  },
119
119
  "devDependencies": {
120
- "@backstage/cli": "0.32.1-next.3",
121
- "@backstage/core-app-api": "1.17.0-next.1",
122
- "@backstage/dev-utils": "1.1.10-next.3",
123
- "@backstage/plugin-catalog": "1.30.0-next.3",
124
- "@backstage/plugin-permission-common": "0.9.0-next.0",
125
- "@backstage/test-utils": "1.7.8-next.2",
120
+ "@backstage/cli": "^0.32.1",
121
+ "@backstage/core-app-api": "^1.17.0",
122
+ "@backstage/dev-utils": "^1.1.10",
123
+ "@backstage/plugin-catalog": "^1.30.0",
124
+ "@backstage/plugin-permission-common": "^0.9.0",
125
+ "@backstage/test-utils": "^1.7.8",
126
126
  "@testing-library/dom": "^10.0.0",
127
127
  "@testing-library/jest-dom": "^6.0.0",
128
128
  "@testing-library/react": "^16.0.0",