@backstage/plugin-catalog-common 1.0.7-next.2 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 823acaa88b: Moved the following types from `@backstage/plugin-catalog-backend` to this package.
8
+
9
+ - AnalyzeLocationResponse
10
+ - AnalyzeLocationRequest
11
+ - AnalyzeLocationExistingEntity
12
+ - AnalyzeLocationGenerateEntity
13
+ - AnalyzeLocationEntityField
14
+
15
+ - Updated dependencies
16
+ - @backstage/catalog-model@1.1.2
17
+ - @backstage/plugin-permission-common@0.7.0
18
+ - @backstage/plugin-search-common@1.1.0
19
+
3
20
  ## 1.0.7-next.2
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "1.0.7-next.2",
3
+ "version": "1.0.7",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "module": "../dist/index.esm.js",
6
6
  "types": "../dist/index.alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
3
  "description": "Common functionalities for the catalog plugin",
4
- "version": "1.0.7-next.2",
4
+ "version": "1.0.7",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^1.1.2-next.2",
37
- "@backstage/plugin-permission-common": "^0.7.0-next.2",
38
- "@backstage/plugin-search-common": "^1.1.0-next.2"
36
+ "@backstage/catalog-model": "^1.1.2",
37
+ "@backstage/plugin-permission-common": "^0.7.0",
38
+ "@backstage/plugin-search-common": "^1.1.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.20.0-next.2"
41
+ "@backstage/cli": "^0.20.0"
42
42
  },
43
43
  "files": [
44
44
  "dist",