@backstage/plugin-catalog-import 0.9.1-next.1 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e7b640518: Get rid of `this-is-undefined-in-esm` warning
8
+ - c1784a4980: Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-react@1.2.1
11
+ - @backstage/core-components@0.12.0
12
+ - @backstage/core-plugin-api@1.1.0
13
+ - @backstage/integration@1.4.0
14
+ - @backstage/catalog-model@1.1.3
15
+ - @backstage/integration-react@1.1.6
16
+ - @backstage/catalog-client@1.1.2
17
+ - @backstage/config@1.0.4
18
+ - @backstage/errors@1.1.3
19
+ - @backstage/plugin-catalog-common@1.0.8
20
+
3
21
  ## 0.9.1-next.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
3
  "description": "A Backstage plugin the helps you import entities into your catalog",
4
- "version": "0.9.1-next.1",
4
+ "version": "0.9.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-client": "^1.1.2-next.0",
36
- "@backstage/catalog-model": "^1.1.3-next.0",
37
- "@backstage/config": "^1.0.4-next.0",
38
- "@backstage/core-components": "^0.12.0-next.1",
39
- "@backstage/core-plugin-api": "^1.1.0-next.0",
40
- "@backstage/errors": "^1.1.3-next.0",
41
- "@backstage/integration": "^1.4.0-next.0",
42
- "@backstage/integration-react": "^1.1.6-next.1",
43
- "@backstage/plugin-catalog-common": "^1.0.8-next.0",
44
- "@backstage/plugin-catalog-react": "^1.2.1-next.1",
35
+ "@backstage/catalog-client": "^1.1.2",
36
+ "@backstage/catalog-model": "^1.1.3",
37
+ "@backstage/config": "^1.0.4",
38
+ "@backstage/core-components": "^0.12.0",
39
+ "@backstage/core-plugin-api": "^1.1.0",
40
+ "@backstage/errors": "^1.1.3",
41
+ "@backstage/integration": "^1.4.0",
42
+ "@backstage/integration-react": "^1.1.6",
43
+ "@backstage/plugin-catalog-common": "^1.0.8",
44
+ "@backstage/plugin-catalog-react": "^1.2.1",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -59,16 +59,16 @@
59
59
  "react-router": "6.0.0-beta.0 || ^6.3.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.21.0-next.1",
63
- "@backstage/core-app-api": "^1.2.0-next.0",
64
- "@backstage/dev-utils": "^1.0.8-next.1",
65
- "@backstage/test-utils": "^1.2.2-next.0",
62
+ "@backstage/cli": "^0.21.0",
63
+ "@backstage/core-app-api": "^1.2.0",
64
+ "@backstage/dev-utils": "^1.0.8",
65
+ "@backstage/test-utils": "^1.2.2",
66
66
  "@testing-library/jest-dom": "^5.10.1",
67
67
  "@testing-library/react": "^12.1.3",
68
68
  "@testing-library/react-hooks": "^8.0.0",
69
69
  "@testing-library/user-event": "^14.0.0",
70
70
  "cross-fetch": "^3.1.5",
71
- "msw": "^0.47.0"
71
+ "msw": "^0.48.0"
72
72
  },
73
73
  "files": [
74
74
  "dist",