@backstage/plugin-api-docs 0.0.0-nightly-20240606021632 → 0.0.0-nightly-20240607021723

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,6 +1,6 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240606021632
3
+ ## 0.0.0-nightly-20240607021723
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,15 +8,15 @@
8
8
  - 9cdc651: Make sure that the toggle button state is properly reflected in API cards
9
9
  - 96cd13e: `DefaultApiExplorerPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<DefaultApiExplorerPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
10
10
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20240606021632
12
- - @backstage/core-compat-api@0.0.0-nightly-20240606021632
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240606021632
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240606021632
15
- - @backstage/plugin-catalog@0.0.0-nightly-20240606021632
16
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240606021632
11
+ - @backstage/core-components@0.0.0-nightly-20240607021723
12
+ - @backstage/core-compat-api@0.0.0-nightly-20240607021723
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20240607021723
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240607021723
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20240607021723
16
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240607021723
17
17
  - @backstage/catalog-model@1.5.0
18
18
  - @backstage/plugin-catalog-common@1.0.23
19
- - @backstage/plugin-permission-react@0.0.0-nightly-20240606021632
19
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240607021723
20
20
 
21
21
  ## 0.11.6-next.1
22
22
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240606021632",
3
+ "version": "0.0.0-nightly-20240607021723",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240606021632",
3
+ "version": "0.0.0-nightly-20240607021723",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -50,14 +50,14 @@
50
50
  "dependencies": {
51
51
  "@asyncapi/react-component": "1.3.1",
52
52
  "@backstage/catalog-model": "^1.5.0",
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240606021632",
54
- "@backstage/core-components": "^0.0.0-nightly-20240606021632",
55
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240606021632",
56
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240606021632",
57
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240606021632",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240607021723",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240607021723",
55
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240607021723",
56
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240607021723",
57
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240607021723",
58
58
  "@backstage/plugin-catalog-common": "^1.0.23",
59
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240606021632",
60
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240606021632",
59
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240607021723",
60
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240607021723",
61
61
  "@graphiql/react": "^0.20.0",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
@@ -71,10 +71,10 @@
71
71
  "swagger-ui-react": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "^0.0.0-nightly-20240606021632",
75
- "@backstage/core-app-api": "^0.0.0-nightly-20240606021632",
76
- "@backstage/dev-utils": "^0.0.0-nightly-20240606021632",
77
- "@backstage/test-utils": "^0.0.0-nightly-20240606021632",
74
+ "@backstage/cli": "^0.0.0-nightly-20240607021723",
75
+ "@backstage/core-app-api": "^0.0.0-nightly-20240607021723",
76
+ "@backstage/dev-utils": "^0.0.0-nightly-20240607021723",
77
+ "@backstage/test-utils": "^0.0.0-nightly-20240607021723",
78
78
  "@testing-library/dom": "^10.0.0",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@testing-library/react": "^15.0.0",