@backstage/plugin-catalog-common 0.2.0 → 0.2.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,5 +1,27 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b1aacbf96a: Applied the fix for the `/alpha` entry point resolution that was part of the `v0.70.1` release of Backstage.
8
+ - Updated dependencies
9
+ - @backstage/search-common@0.3.1
10
+
11
+ ## 0.2.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - b1aacbf96a: Applied the fix for the `/alpha` entry point resolution that was part of the `v0.70.1` release of Backstage.
16
+ - Updated dependencies
17
+ - @backstage/search-common@0.3.1-next.0
18
+
19
+ ## 0.2.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Fixed runtime resolution of the `/alpha` entry point.
24
+
3
25
  ## 0.2.0
4
26
 
5
27
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.2.0",
4
- "main": "..",
5
- "module": "..",
3
+ "version": "0.2.2",
4
+ "main": "../dist/index.cjs.js",
5
+ "module": "../dist/index.esm.js",
6
6
  "types": "../dist/index.alpha.d.ts"
7
7
  }
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": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@backstage/plugin-permission-common": "^0.5.2",
38
- "@backstage/search-common": "^0.3.0"
38
+ "@backstage/search-common": "^0.3.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.15.0"
41
+ "@backstage/cli": "^0.15.2"
42
42
  },
43
43
  "files": [
44
44
  "dist",
45
45
  "alpha"
46
46
  ],
47
- "gitHead": "04bb0dd824b78f6b57dac62c3015e681f094045c",
47
+ "gitHead": "60c4e39d1fcaeb10d6488ada1d907f34dc2a105a",
48
48
  "module": "dist/index.esm.js"
49
49
  }