@backstage/plugin-catalog-import 0.13.2-next.0 → 0.13.2

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,23 +1,10 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
- ## 0.13.2-next.0
3
+ ## 0.13.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 406b8b8: Fixed bug with error message since ResponseError is now thrown from CatalogClient
8
- - Updated dependencies
9
- - @backstage/integration@1.17.1-next.0
10
- - @backstage/integration-react@1.2.9-next.0
11
- - @backstage/plugin-catalog-react@1.19.1-next.0
12
- - @backstage/core-components@0.17.4-next.0
13
- - @backstage/catalog-client@1.10.1
14
- - @backstage/catalog-model@1.7.4
15
- - @backstage/config@1.3.2
16
- - @backstage/core-compat-api@0.4.4-next.0
17
- - @backstage/core-plugin-api@1.10.8
18
- - @backstage/errors@1.2.7
19
- - @backstage/frontend-plugin-api@0.10.4-next.0
20
- - @backstage/plugin-catalog-common@1.1.4
7
+ - 00da6d6: Fixed bug with error message since ResponseError is now thrown from CatalogClient
21
8
 
22
9
  ## 0.13.1
23
10
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-import";
2
- var version = "0.13.2-next.0";
2
+ var version = "0.13.2";
3
3
  var description = "A Backstage plugin the helps you import entities into your catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.13.2-next.0",
3
+ "version": "0.13.2",
4
4
  "description": "A Backstage plugin the helps you import entities into your catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -66,18 +66,18 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/catalog-client": "1.10.1",
70
- "@backstage/catalog-model": "1.7.4",
71
- "@backstage/config": "1.3.2",
72
- "@backstage/core-compat-api": "0.4.4-next.0",
73
- "@backstage/core-components": "0.17.4-next.0",
74
- "@backstage/core-plugin-api": "1.10.8",
75
- "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.10.4-next.0",
77
- "@backstage/integration": "1.17.1-next.0",
78
- "@backstage/integration-react": "1.2.9-next.0",
79
- "@backstage/plugin-catalog-common": "1.1.4",
80
- "@backstage/plugin-catalog-react": "1.19.1-next.0",
69
+ "@backstage/catalog-client": "^1.10.1",
70
+ "@backstage/catalog-model": "^1.7.4",
71
+ "@backstage/config": "^1.3.2",
72
+ "@backstage/core-compat-api": "^0.4.3",
73
+ "@backstage/core-components": "^0.17.3",
74
+ "@backstage/core-plugin-api": "^1.10.8",
75
+ "@backstage/errors": "^1.2.7",
76
+ "@backstage/frontend-plugin-api": "^0.10.3",
77
+ "@backstage/integration": "^1.17.0",
78
+ "@backstage/integration-react": "^1.2.8",
79
+ "@backstage/plugin-catalog-common": "^1.1.4",
80
+ "@backstage/plugin-catalog-react": "^1.19.0",
81
81
  "@material-ui/core": "^4.12.2",
82
82
  "@material-ui/icons": "^4.9.1",
83
83
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -90,11 +90,11 @@
90
90
  "yaml": "^2.0.0"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/cli": "0.33.1-next.0",
94
- "@backstage/core-app-api": "1.17.1",
95
- "@backstage/dev-utils": "1.1.12-next.0",
96
- "@backstage/plugin-catalog": "1.31.1-next.0",
97
- "@backstage/test-utils": "1.7.10-next.0",
93
+ "@backstage/cli": "^0.33.0",
94
+ "@backstage/core-app-api": "^1.17.1",
95
+ "@backstage/dev-utils": "^1.1.11",
96
+ "@backstage/plugin-catalog": "^1.31.0",
97
+ "@backstage/test-utils": "^1.7.9",
98
98
  "@testing-library/dom": "^10.0.0",
99
99
  "@testing-library/jest-dom": "^6.0.0",
100
100
  "@testing-library/react": "^16.0.0",