@backstage/plugin-api-docs 0.0.0-nightly-20231102021349 → 0.0.0-nightly-20231103021306

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 +6 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20231102021349
3
+ ## 0.0.0-nightly-20231103021306
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,11 +11,11 @@
11
11
  - 6c2b8721531e: Add official support for React 18.
12
12
  - 62b592291687: Internal theme type updates
13
13
  - Updated dependencies
14
- - @backstage/core-components@0.0.0-nightly-20231102021349
15
- - @backstage/plugin-catalog@0.0.0-nightly-20231102021349
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231102021349
17
- - @backstage/core-plugin-api@0.0.0-nightly-20231102021349
18
- - @backstage/theme@0.0.0-nightly-20231102021349
14
+ - @backstage/core-components@0.0.0-nightly-20231103021306
15
+ - @backstage/plugin-catalog@0.0.0-nightly-20231103021306
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231103021306
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20231103021306
18
+ - @backstage/theme@0.0.0-nightly-20231103021306
19
19
  - @backstage/catalog-model@1.4.3
20
20
 
21
21
  ## 0.9.13-next.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
3
  "description": "A Backstage plugin that helps represent API entities in the frontend",
4
- "version": "0.0.0-nightly-20231102021349",
4
+ "version": "0.0.0-nightly-20231103021306",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,11 +35,11 @@
35
35
  "dependencies": {
36
36
  "@asyncapi/react-component": "1.0.0-next.48",
37
37
  "@backstage/catalog-model": "^1.4.3",
38
- "@backstage/core-components": "^0.0.0-nightly-20231102021349",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231102021349",
40
- "@backstage/plugin-catalog": "^0.0.0-nightly-20231102021349",
41
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231102021349",
42
- "@backstage/theme": "^0.0.0-nightly-20231102021349",
38
+ "@backstage/core-components": "^0.0.0-nightly-20231103021306",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231103021306",
40
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20231103021306",
41
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231103021306",
42
+ "@backstage/theme": "^0.0.0-nightly-20231103021306",
43
43
  "@graphiql/react": "^0.19.4",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
@@ -58,10 +58,10 @@
58
58
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "^0.0.0-nightly-20231102021349",
62
- "@backstage/core-app-api": "^0.0.0-nightly-20231102021349",
63
- "@backstage/dev-utils": "^0.0.0-nightly-20231102021349",
64
- "@backstage/test-utils": "^0.0.0-nightly-20231102021349",
61
+ "@backstage/cli": "^0.0.0-nightly-20231103021306",
62
+ "@backstage/core-app-api": "^0.0.0-nightly-20231103021306",
63
+ "@backstage/dev-utils": "^0.0.0-nightly-20231103021306",
64
+ "@backstage/test-utils": "^0.0.0-nightly-20231103021306",
65
65
  "@testing-library/dom": "^9.0.0",
66
66
  "@testing-library/jest-dom": "^6.0.0",
67
67
  "@testing-library/react": "^14.0.0",