@backstage/plugin-api-docs 0.0.0-nightly-20241126023633 → 0.0.0-nightly-20241128023738

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 +22 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,34 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20241126023633
3
+ ## 0.0.0-nightly-20241128023738
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241126023633
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241126023633
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241128023738
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241128023738
11
+ - @backstage/core-components@0.0.0-nightly-20241128023738
11
12
  - @backstage/catalog-model@1.7.1
12
- - @backstage/core-compat-api@0.0.0-nightly-20241126023633
13
- - @backstage/core-components@0.0.0-nightly-20241126023633
13
+ - @backstage/core-compat-api@0.0.0-nightly-20241128023738
14
14
  - @backstage/core-plugin-api@1.10.1
15
- - @backstage/plugin-catalog@0.0.0-nightly-20241126023633
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20241128023738
16
+ - @backstage/plugin-catalog-common@1.1.1
17
+ - @backstage/plugin-permission-react@0.4.28
18
+
19
+ ## 0.12.2-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
24
+ - Updated dependencies
25
+ - @backstage/plugin-catalog-react@1.14.3-next.0
26
+ - @backstage/frontend-plugin-api@0.9.3-next.0
27
+ - @backstage/catalog-model@1.7.1
28
+ - @backstage/core-compat-api@0.3.4-next.0
29
+ - @backstage/core-components@0.16.2-next.0
30
+ - @backstage/core-plugin-api@1.10.1
31
+ - @backstage/plugin-catalog@1.25.2-next.0
16
32
  - @backstage/plugin-catalog-common@1.1.1
17
33
  - @backstage/plugin-permission-react@0.4.28
18
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20241126023633",
3
+ "version": "0.0.0-nightly-20241128023738",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -64,13 +64,13 @@
64
64
  "dependencies": {
65
65
  "@asyncapi/react-component": "^2.3.3",
66
66
  "@backstage/catalog-model": "1.7.1",
67
- "@backstage/core-compat-api": "0.0.0-nightly-20241126023633",
68
- "@backstage/core-components": "0.0.0-nightly-20241126023633",
67
+ "@backstage/core-compat-api": "0.0.0-nightly-20241128023738",
68
+ "@backstage/core-components": "0.0.0-nightly-20241128023738",
69
69
  "@backstage/core-plugin-api": "1.10.1",
70
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241126023633",
71
- "@backstage/plugin-catalog": "0.0.0-nightly-20241126023633",
70
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241128023738",
71
+ "@backstage/plugin-catalog": "0.0.0-nightly-20241128023738",
72
72
  "@backstage/plugin-catalog-common": "1.1.1",
73
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241126023633",
73
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241128023738",
74
74
  "@backstage/plugin-permission-react": "0.4.28",
75
75
  "@graphiql/react": "^0.23.0",
76
76
  "@material-ui/core": "^4.12.2",
@@ -84,10 +84,10 @@
84
84
  "swagger-ui-react": "^5.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/cli": "0.0.0-nightly-20241126023633",
88
- "@backstage/core-app-api": "0.0.0-nightly-20241126023633",
89
- "@backstage/dev-utils": "0.0.0-nightly-20241126023633",
90
- "@backstage/test-utils": "0.0.0-nightly-20241126023633",
87
+ "@backstage/cli": "0.0.0-nightly-20241128023738",
88
+ "@backstage/core-app-api": "0.0.0-nightly-20241128023738",
89
+ "@backstage/dev-utils": "0.0.0-nightly-20241128023738",
90
+ "@backstage/test-utils": "0.0.0-nightly-20241128023738",
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",