@backstage/plugin-catalog 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250116022939

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 +24 -16
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,26 +1,34 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250116022939
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-react@0.0.0-nightly-20250116022939
9
+ - @backstage/core-compat-api@0.3.5
10
+
11
+ ## 1.26.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - 208e53b: Fixing spelling mistake in translation
8
16
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250114022708
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250114022708
11
- - @backstage/core-plugin-api@0.0.0-nightly-20250114022708
12
- - @backstage/types@0.0.0-nightly-20250114022708
13
- - @backstage/catalog-client@0.0.0-nightly-20250114022708
14
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
15
- - @backstage/core-compat-api@0.0.0-nightly-20250114022708
16
- - @backstage/core-components@0.0.0-nightly-20250114022708
17
- - @backstage/errors@0.0.0-nightly-20250114022708
18
- - @backstage/integration-react@0.0.0-nightly-20250114022708
19
- - @backstage/plugin-catalog-common@0.0.0-nightly-20250114022708
20
- - @backstage/plugin-permission-react@0.0.0-nightly-20250114022708
21
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20250114022708
22
- - @backstage/plugin-search-common@0.0.0-nightly-20250114022708
23
- - @backstage/plugin-search-react@0.0.0-nightly-20250114022708
17
+ - @backstage/plugin-catalog-react@1.15.1
18
+ - @backstage/frontend-plugin-api@0.9.4
19
+ - @backstage/core-plugin-api@1.10.3
20
+ - @backstage/types@1.2.1
21
+ - @backstage/core-components@0.16.3
22
+ - @backstage/catalog-client@1.9.1
23
+ - @backstage/catalog-model@1.7.3
24
+ - @backstage/core-compat-api@0.3.5
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/integration-react@1.2.3
27
+ - @backstage/plugin-catalog-common@1.1.3
28
+ - @backstage/plugin-permission-react@0.4.30
29
+ - @backstage/plugin-scaffolder-common@1.5.9
30
+ - @backstage/plugin-search-common@1.2.17
31
+ - @backstage/plugin-search-react@1.8.5
24
32
 
25
33
  ## 1.26.1-next.1
26
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250116022939",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,21 +67,21 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-client": "0.0.0-nightly-20250114022708",
71
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
72
- "@backstage/core-compat-api": "0.0.0-nightly-20250114022708",
73
- "@backstage/core-components": "0.0.0-nightly-20250114022708",
74
- "@backstage/core-plugin-api": "0.0.0-nightly-20250114022708",
75
- "@backstage/errors": "0.0.0-nightly-20250114022708",
76
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250114022708",
77
- "@backstage/integration-react": "0.0.0-nightly-20250114022708",
78
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20250114022708",
79
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250114022708",
80
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250114022708",
81
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20250114022708",
82
- "@backstage/plugin-search-common": "0.0.0-nightly-20250114022708",
83
- "@backstage/plugin-search-react": "0.0.0-nightly-20250114022708",
84
- "@backstage/types": "0.0.0-nightly-20250114022708",
70
+ "@backstage/catalog-client": "1.9.1",
71
+ "@backstage/catalog-model": "1.7.3",
72
+ "@backstage/core-compat-api": "0.3.5",
73
+ "@backstage/core-components": "0.16.3",
74
+ "@backstage/core-plugin-api": "1.10.3",
75
+ "@backstage/errors": "1.2.7",
76
+ "@backstage/frontend-plugin-api": "0.9.4",
77
+ "@backstage/integration-react": "1.2.3",
78
+ "@backstage/plugin-catalog-common": "1.1.3",
79
+ "@backstage/plugin-catalog-react": "1.15.1",
80
+ "@backstage/plugin-permission-react": "0.4.30",
81
+ "@backstage/plugin-scaffolder-common": "1.5.9",
82
+ "@backstage/plugin-search-common": "1.2.17",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20250116022939",
84
+ "@backstage/types": "1.2.1",
85
85
  "@material-ui/core": "^4.12.2",
86
86
  "@material-ui/icons": "^4.9.1",
87
87
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -95,12 +95,12 @@
95
95
  "zen-observable": "^0.10.0"
96
96
  },
97
97
  "devDependencies": {
98
- "@backstage/cli": "0.0.0-nightly-20250114022708",
99
- "@backstage/core-app-api": "0.0.0-nightly-20250114022708",
100
- "@backstage/dev-utils": "0.0.0-nightly-20250114022708",
101
- "@backstage/frontend-test-utils": "0.0.0-nightly-20250114022708",
102
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250114022708",
103
- "@backstage/test-utils": "0.0.0-nightly-20250114022708",
98
+ "@backstage/cli": "0.29.5",
99
+ "@backstage/core-app-api": "1.15.4",
100
+ "@backstage/dev-utils": "1.1.6",
101
+ "@backstage/frontend-test-utils": "0.2.5",
102
+ "@backstage/plugin-permission-common": "0.8.4",
103
+ "@backstage/test-utils": "1.7.4",
104
104
  "@testing-library/dom": "^10.0.0",
105
105
  "@testing-library/jest-dom": "^6.0.0",
106
106
  "@testing-library/react": "^16.0.0",