@backstage/plugin-catalog-common 0.0.0-nightly-20230314021848 → 0.0.0-nightly-20230329022804

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,14 +1,32 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20230314021848
3
+ ## 0.0.0-nightly-20230329022804
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230329022804
9
+ - @backstage/catalog-model@1.2.1
10
+ - @backstage/plugin-search-common@0.0.0-nightly-20230329022804
11
+
12
+ ## 1.0.13-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-permission-common@0.7.5-next.0
18
+ - @backstage/catalog-model@1.2.1
19
+ - @backstage/plugin-search-common@1.2.3-next.0
20
+
21
+ ## 1.0.12
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 928a12a9b3e: Internal refactor of `/alpha` exports.
8
26
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20230314021848
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20230314021848
11
- - @backstage/plugin-search-common@0.0.0-nightly-20230314021848
27
+ - @backstage/catalog-model@1.2.1
28
+ - @backstage/plugin-permission-common@0.7.4
29
+ - @backstage/plugin-search-common@1.2.2
12
30
 
13
31
  ## 1.0.12-next.1
14
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20230314021848",
3
+ "version": "0.0.0-nightly-20230329022804",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/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": "0.0.0-nightly-20230314021848",
4
+ "version": "0.0.0-nightly-20230329022804",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,12 +44,12 @@
44
44
  "clean": "backstage-cli package clean"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-model": "^0.0.0-nightly-20230314021848",
48
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230314021848",
49
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230314021848"
47
+ "@backstage/catalog-model": "^1.2.1",
48
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230329022804",
49
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230329022804"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20230314021848"
52
+ "@backstage/cli": "^0.0.0-nightly-20230329022804"
53
53
  },
54
54
  "files": [
55
55
  "dist",