@backstage/plugin-catalog-common 0.0.0-nightly-20220606024253 → 0.0.0-nightly-20220609024358

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,13 +1,21 @@
1
1
  # @backstage/plugin-catalog-common
2
2
 
3
- ## 0.0.0-nightly-20220606024253
3
+ ## 0.0.0-nightly-20220609024358
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
8
8
  - Updated dependencies
9
- - @backstage/plugin-search-common@0.0.0-nightly-20220606024253
10
- - @backstage/plugin-permission-common@0.0.0-nightly-20220606024253
9
+ - @backstage/plugin-search-common@0.0.0-nightly-20220609024358
10
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220609024358
11
+
12
+ ## 1.0.3-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
17
+ - Updated dependencies
18
+ - @backstage/plugin-search-common@0.3.5-next.1
11
19
 
12
20
  ## 1.0.3-next.0
13
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-common",
3
- "version": "0.0.0-nightly-20220606024253",
3
+ "version": "0.0.0-nightly-20220609024358",
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": "0.0.0-nightly-20220606024253",
4
+ "version": "0.0.0-nightly-20220609024358",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20220606024253",
38
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220606024253"
37
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220609024358",
38
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220609024358"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.0.0-nightly-20220606024253"
41
+ "@backstage/cli": "^0.0.0-nightly-20220609024358"
42
42
  },
43
43
  "files": [
44
44
  "dist",