@backstage/plugin-catalog-import 0.12.3-next.2 → 0.12.3

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,26 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
+ - f3c90da: Support button title should be contained in a single menu item
9
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.15.0
12
+ - @backstage/plugin-catalog-react@1.13.0
13
+ - @backstage/frontend-plugin-api@0.8.0
14
+ - @backstage/core-compat-api@0.3.0
15
+ - @backstage/integration-react@1.1.31
16
+ - @backstage/catalog-model@1.7.0
17
+ - @backstage/catalog-client@1.7.0
18
+ - @backstage/plugin-catalog-common@1.1.0
19
+ - @backstage/integration@1.15.0
20
+ - @backstage/core-plugin-api@1.9.4
21
+ - @backstage/config@1.2.0
22
+ - @backstage/errors@1.2.4
23
+
3
24
  ## 0.12.3-next.2
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import__alpha",
3
- "version": "0.12.3-next.2",
3
+ "version": "0.12.3",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.12.3-next.2",
3
+ "version": "0.12.3",
4
4
  "description": "A Backstage plugin the helps you import entities into your catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -53,18 +53,18 @@
53
53
  "test": "backstage-cli package test"
54
54
  },
55
55
  "dependencies": {
56
- "@backstage/catalog-client": "^1.7.0-next.1",
57
- "@backstage/catalog-model": "^1.6.0",
56
+ "@backstage/catalog-client": "^1.7.0",
57
+ "@backstage/catalog-model": "^1.7.0",
58
58
  "@backstage/config": "^1.2.0",
59
- "@backstage/core-compat-api": "^0.3.0-next.2",
60
- "@backstage/core-components": "^0.14.11-next.1",
61
- "@backstage/core-plugin-api": "^1.9.4-next.0",
59
+ "@backstage/core-compat-api": "^0.3.0",
60
+ "@backstage/core-components": "^0.15.0",
61
+ "@backstage/core-plugin-api": "^1.9.4",
62
62
  "@backstage/errors": "^1.2.4",
63
- "@backstage/frontend-plugin-api": "^0.8.0-next.2",
64
- "@backstage/integration": "^1.15.0-next.0",
65
- "@backstage/integration-react": "^1.1.31-next.0",
66
- "@backstage/plugin-catalog-common": "^1.0.26",
67
- "@backstage/plugin-catalog-react": "^1.13.0-next.2",
63
+ "@backstage/frontend-plugin-api": "^0.8.0",
64
+ "@backstage/integration": "^1.15.0",
65
+ "@backstage/integration-react": "^1.1.31",
66
+ "@backstage/plugin-catalog-common": "^1.1.0",
67
+ "@backstage/plugin-catalog-react": "^1.13.0",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -78,11 +78,11 @@
78
78
  "yaml": "^2.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.27.1-next.2",
82
- "@backstage/core-app-api": "^1.14.3-next.0",
83
- "@backstage/dev-utils": "^1.1.0-next.2",
84
- "@backstage/plugin-catalog": "^1.23.0-next.2",
85
- "@backstage/test-utils": "^1.6.0-next.1",
81
+ "@backstage/cli": "^0.27.1",
82
+ "@backstage/core-app-api": "^1.15.0",
83
+ "@backstage/dev-utils": "^1.1.0",
84
+ "@backstage/plugin-catalog": "^1.23.0",
85
+ "@backstage/test-utils": "^1.6.0",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^16.0.0",