@backstage/plugin-api-docs 0.0.0-nightly-20250113023347 → 0.0.0-nightly-20250115023029

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 +18 -10
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,20 +1,28 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20250113023347
3
+ ## 0.0.0-nightly-20250115023029
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog@0.0.0-nightly-20250115023029
9
+ - @backstage/core-compat-api@0.3.5
10
+
11
+ ## 0.12.3
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - dcf6e72: Fix typo in default path of api docs definition route
8
16
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250113023347
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250113023347
11
- - @backstage/core-plugin-api@0.0.0-nightly-20250113023347
12
- - @backstage/plugin-catalog@0.0.0-nightly-20250113023347
13
- - @backstage/catalog-model@0.0.0-nightly-20250113023347
14
- - @backstage/core-compat-api@0.0.0-nightly-20250113023347
15
- - @backstage/core-components@0.0.0-nightly-20250113023347
16
- - @backstage/plugin-catalog-common@0.0.0-nightly-20250113023347
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20250113023347
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/core-components@0.16.3
21
+ - @backstage/plugin-catalog@1.26.1
22
+ - @backstage/catalog-model@1.7.3
23
+ - @backstage/core-compat-api@0.3.5
24
+ - @backstage/plugin-catalog-common@1.1.3
25
+ - @backstage/plugin-permission-react@0.4.30
18
26
 
19
27
  ## 0.12.3-next.1
20
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20250113023347",
3
+ "version": "0.0.0-nightly-20250115023029",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,15 +63,15 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@asyncapi/react-component": "^2.3.3",
66
- "@backstage/catalog-model": "0.0.0-nightly-20250113023347",
67
- "@backstage/core-compat-api": "0.0.0-nightly-20250113023347",
68
- "@backstage/core-components": "0.0.0-nightly-20250113023347",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20250113023347",
70
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250113023347",
71
- "@backstage/plugin-catalog": "0.0.0-nightly-20250113023347",
72
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20250113023347",
73
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250113023347",
74
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250113023347",
66
+ "@backstage/catalog-model": "1.7.3",
67
+ "@backstage/core-compat-api": "0.3.5",
68
+ "@backstage/core-components": "0.16.3",
69
+ "@backstage/core-plugin-api": "1.10.3",
70
+ "@backstage/frontend-plugin-api": "0.9.4",
71
+ "@backstage/plugin-catalog": "0.0.0-nightly-20250115023029",
72
+ "@backstage/plugin-catalog-common": "1.1.3",
73
+ "@backstage/plugin-catalog-react": "1.15.1",
74
+ "@backstage/plugin-permission-react": "0.4.30",
75
75
  "@graphiql/react": "^0.23.0",
76
76
  "@material-ui/core": "^4.12.2",
77
77
  "@material-ui/icons": "^4.9.1",
@@ -84,10 +84,10 @@
84
84
  "swagger-ui-react": "^5.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/cli": "0.0.0-nightly-20250113023347",
88
- "@backstage/core-app-api": "0.0.0-nightly-20250113023347",
89
- "@backstage/dev-utils": "0.0.0-nightly-20250113023347",
90
- "@backstage/test-utils": "0.0.0-nightly-20250113023347",
87
+ "@backstage/cli": "0.29.5",
88
+ "@backstage/core-app-api": "1.15.4",
89
+ "@backstage/dev-utils": "1.1.6",
90
+ "@backstage/test-utils": "1.7.4",
91
91
  "@testing-library/dom": "^10.0.0",
92
92
  "@testing-library/jest-dom": "^6.0.0",
93
93
  "@testing-library/react": "^16.0.0",