@backstage/plugin-api-docs 0.11.5-next.2 → 0.11.5

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,5 +1,20 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 5d99272: Update local development dependencies.
8
+ - 725ff0b: Fix dark mode text color inside tables in `description:` from OpenAPI definitions
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog@1.20.0
11
+ - @backstage/core-compat-api@0.2.5
12
+ - @backstage/core-components@0.14.7
13
+ - @backstage/catalog-model@1.5.0
14
+ - @backstage/plugin-catalog-react@1.12.0
15
+ - @backstage/frontend-plugin-api@0.6.5
16
+ - @backstage/plugin-catalog-common@1.0.23
17
+
3
18
  ## 0.11.5-next.2
4
19
 
5
20
  ### Patch Changes
@@ -1349,8 +1364,7 @@
1349
1364
  ### Patch Changes
1350
1365
 
1351
1366
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
1352
- - 811ff4bcf4: Updated `swagger-ui-react` to 4.11.1 in order to address a [XSS
1353
- vulnerability](https://github.com/advisories/GHSA-hqq7-2q2v-82xq) in `@braintree/sanitize-url`
1367
+ - 811ff4bcf4: Updated `swagger-ui-react` to 4.11.1 in order to address a [XSS vulnerability](https://github.com/advisories/GHSA-hqq7-2q2v-82xq) in `@braintree/sanitize-url`
1354
1368
  - Updated dependencies
1355
1369
  - @backstage/plugin-catalog@1.3.0
1356
1370
  - @backstage/plugin-catalog-react@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.11.5-next.2",
3
+ "version": "0.11.5",
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.11.5-next.2",
3
+ "version": "0.11.5",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@asyncapi/react-component": "1.3.1",
52
- "@backstage/catalog-model": "^1.5.0-next.0",
53
- "@backstage/core-compat-api": "^0.2.5-next.1",
54
- "@backstage/core-components": "^0.14.7-next.2",
52
+ "@backstage/catalog-model": "^1.5.0",
53
+ "@backstage/core-compat-api": "^0.2.5",
54
+ "@backstage/core-components": "^0.14.7",
55
55
  "@backstage/core-plugin-api": "^1.9.2",
56
- "@backstage/frontend-plugin-api": "^0.6.5-next.1",
57
- "@backstage/plugin-catalog": "^1.20.0-next.2",
58
- "@backstage/plugin-catalog-common": "^1.0.23-next.0",
59
- "@backstage/plugin-catalog-react": "^1.12.0-next.2",
56
+ "@backstage/frontend-plugin-api": "^0.6.5",
57
+ "@backstage/plugin-catalog": "^1.20.0",
58
+ "@backstage/plugin-catalog-common": "^1.0.23",
59
+ "@backstage/plugin-catalog-react": "^1.12.0",
60
60
  "@backstage/plugin-permission-react": "^0.4.22",
61
61
  "@graphiql/react": "^0.20.0",
62
62
  "@material-ui/core": "^4.12.2",
@@ -71,10 +71,10 @@
71
71
  "swagger-ui-react": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "^0.26.5-next.1",
75
- "@backstage/core-app-api": "^1.12.4",
76
- "@backstage/dev-utils": "^1.0.32-next.2",
77
- "@backstage/test-utils": "^1.5.5-next.0",
74
+ "@backstage/cli": "^0.26.5",
75
+ "@backstage/core-app-api": "^1.12.5",
76
+ "@backstage/dev-utils": "^1.0.32",
77
+ "@backstage/test-utils": "^1.5.5",
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",