@backstage/plugin-catalog-import 0.12.6-next.3 → 0.12.7

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 +37 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-catalog-import
2
2
 
3
+ ## 0.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/catalog-client@1.8.0
10
+ - @backstage/catalog-model@1.7.1
11
+ - @backstage/config@1.3.0
12
+ - @backstage/core-compat-api@0.3.3
13
+ - @backstage/core-components@0.16.1
14
+ - @backstage/core-plugin-api@1.10.1
15
+ - @backstage/errors@1.2.5
16
+ - @backstage/integration@1.15.2
17
+ - @backstage/integration-react@1.2.1
18
+ - @backstage/plugin-catalog-common@1.1.1
19
+ - @backstage/plugin-catalog-react@1.14.2
20
+
21
+ ## 0.12.6
22
+
23
+ ### Patch Changes
24
+
25
+ - ea5b7f3: Fixed parsing of catalog-info.yaml when creating a PR to register a repository if the file contains more than one document
26
+ - Updated dependencies
27
+ - @backstage/catalog-client@1.8.0
28
+ - @backstage/config@1.3.0
29
+ - @backstage/plugin-catalog-react@1.14.1
30
+ - @backstage/core-components@0.16.0
31
+ - @backstage/catalog-model@1.7.1
32
+ - @backstage/core-compat-api@0.3.2
33
+ - @backstage/core-plugin-api@1.10.1
34
+ - @backstage/errors@1.2.5
35
+ - @backstage/frontend-plugin-api@0.9.1
36
+ - @backstage/integration@1.15.2
37
+ - @backstage/integration-react@1.2.1
38
+ - @backstage/plugin-catalog-common@1.1.1
39
+
3
40
  ## 0.12.6-next.3
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-import",
3
- "version": "0.12.6-next.3",
3
+ "version": "0.12.7",
4
4
  "description": "A Backstage plugin the helps you import entities into your catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,18 +63,18 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-client": "1.8.0-next.1",
67
- "@backstage/catalog-model": "1.7.0",
68
- "@backstage/config": "1.2.0",
69
- "@backstage/core-compat-api": "0.3.2-next.2",
70
- "@backstage/core-components": "0.16.0-next.2",
71
- "@backstage/core-plugin-api": "1.10.0",
72
- "@backstage/errors": "1.2.4",
73
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
74
- "@backstage/integration": "1.15.1",
75
- "@backstage/integration-react": "1.2.0",
76
- "@backstage/plugin-catalog-common": "1.1.0",
77
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
66
+ "@backstage/catalog-client": "^1.8.0",
67
+ "@backstage/catalog-model": "^1.7.1",
68
+ "@backstage/config": "^1.3.0",
69
+ "@backstage/core-compat-api": "^0.3.3",
70
+ "@backstage/core-components": "^0.16.1",
71
+ "@backstage/core-plugin-api": "^1.10.1",
72
+ "@backstage/errors": "^1.2.5",
73
+ "@backstage/frontend-plugin-api": "^0.9.2",
74
+ "@backstage/integration": "^1.15.2",
75
+ "@backstage/integration-react": "^1.2.1",
76
+ "@backstage/plugin-catalog-common": "^1.1.1",
77
+ "@backstage/plugin-catalog-react": "^1.14.2",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
80
80
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -87,11 +87,11 @@
87
87
  "yaml": "^2.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/cli": "0.29.0-next.3",
91
- "@backstage/core-app-api": "1.15.1",
92
- "@backstage/dev-utils": "1.1.3-next.3",
93
- "@backstage/plugin-catalog": "1.25.0-next.3",
94
- "@backstage/test-utils": "1.7.1-next.0",
90
+ "@backstage/cli": "^0.29.2",
91
+ "@backstage/core-app-api": "^1.15.2",
92
+ "@backstage/dev-utils": "^1.1.4",
93
+ "@backstage/plugin-catalog": "^1.25.1",
94
+ "@backstage/test-utils": "^1.7.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",
97
97
  "@testing-library/react": "^16.0.0",