@backstage/plugin-api-docs 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20241229023405

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 +25 -10
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,20 +1,35 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20241229023405
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241229023405
9
+ - @backstage/catalog-model@1.7.2
10
+ - @backstage/core-compat-api@0.3.4
11
+ - @backstage/core-components@0.16.2
12
+ - @backstage/core-plugin-api@1.10.2
13
+ - @backstage/frontend-plugin-api@0.9.3
14
+ - @backstage/plugin-catalog@0.0.0-nightly-20241229023405
15
+ - @backstage/plugin-catalog-common@1.1.2
16
+ - @backstage/plugin-permission-react@0.4.29
17
+
18
+ ## 0.12.2
4
19
 
5
20
  ### Patch Changes
6
21
 
7
22
  - 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
8
23
  - Updated dependencies
9
- - @backstage/plugin-catalog@0.0.0-nightly-20241217023754
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241217023754
11
- - @backstage/core-compat-api@0.0.0-nightly-20241217023754
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241217023754
13
- - @backstage/core-components@0.0.0-nightly-20241217023754
14
- - @backstage/catalog-model@0.0.0-nightly-20241217023754
15
- - @backstage/core-plugin-api@0.0.0-nightly-20241217023754
16
- - @backstage/plugin-catalog-common@0.0.0-nightly-20241217023754
17
- - @backstage/plugin-permission-react@0.0.0-nightly-20241217023754
24
+ - @backstage/plugin-catalog-react@1.15.0
25
+ - @backstage/plugin-catalog@1.26.0
26
+ - @backstage/core-compat-api@0.3.4
27
+ - @backstage/frontend-plugin-api@0.9.3
28
+ - @backstage/core-components@0.16.2
29
+ - @backstage/catalog-model@1.7.2
30
+ - @backstage/core-plugin-api@1.10.2
31
+ - @backstage/plugin-catalog-common@1.1.2
32
+ - @backstage/plugin-permission-react@0.4.29
18
33
 
19
34
  ## 0.12.2-next.2
20
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20241217023754",
3
+ "version": "0.0.0-nightly-20241229023405",
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-20241217023754",
67
- "@backstage/core-compat-api": "0.0.0-nightly-20241217023754",
68
- "@backstage/core-components": "0.0.0-nightly-20241217023754",
69
- "@backstage/core-plugin-api": "0.0.0-nightly-20241217023754",
70
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241217023754",
71
- "@backstage/plugin-catalog": "0.0.0-nightly-20241217023754",
72
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20241217023754",
73
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241217023754",
74
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241217023754",
66
+ "@backstage/catalog-model": "1.7.2",
67
+ "@backstage/core-compat-api": "0.3.4",
68
+ "@backstage/core-components": "0.16.2",
69
+ "@backstage/core-plugin-api": "1.10.2",
70
+ "@backstage/frontend-plugin-api": "0.9.3",
71
+ "@backstage/plugin-catalog": "0.0.0-nightly-20241229023405",
72
+ "@backstage/plugin-catalog-common": "1.1.2",
73
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241229023405",
74
+ "@backstage/plugin-permission-react": "0.4.29",
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-20241217023754",
88
- "@backstage/core-app-api": "0.0.0-nightly-20241217023754",
89
- "@backstage/dev-utils": "0.0.0-nightly-20241217023754",
90
- "@backstage/test-utils": "0.0.0-nightly-20241217023754",
87
+ "@backstage/cli": "0.0.0-nightly-20241229023405",
88
+ "@backstage/core-app-api": "1.15.3",
89
+ "@backstage/dev-utils": "0.0.0-nightly-20241229023405",
90
+ "@backstage/test-utils": "1.7.3",
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",