@backstage/plugin-techdocs-react 0.0.0-nightly-20241008023419 → 0.0.0-nightly-20241010023300

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,28 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20241008023419
3
+ ## 0.0.0-nightly-20241010023300
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e969dc7: Move `@types/react` to a peer dependency.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20241008023419
10
- - @backstage/core-plugin-api@0.0.0-nightly-20241008023419
11
- - @backstage/version-bridge@0.0.0-nightly-20241008023419
9
+ - @backstage/core-components@0.0.0-nightly-20241010023300
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20241010023300
11
+ - @backstage/version-bridge@0.0.0-nightly-20241010023300
12
12
  - @backstage/catalog-model@1.7.0
13
13
  - @backstage/config@1.2.0
14
14
 
15
+ ## 1.2.9-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/catalog-model@1.7.0
21
+ - @backstage/config@1.2.0
22
+ - @backstage/core-components@0.15.1-next.2
23
+ - @backstage/core-plugin-api@1.10.0-next.1
24
+ - @backstage/version-bridge@1.0.10-next.0
25
+
15
26
  ## 1.2.9-next.1
16
27
 
17
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20241008023419",
3
+ "version": "0.0.0-nightly-20241010023300",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -47,9 +47,9 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "1.7.0",
49
49
  "@backstage/config": "1.2.0",
50
- "@backstage/core-components": "0.0.0-nightly-20241008023419",
51
- "@backstage/core-plugin-api": "0.0.0-nightly-20241008023419",
52
- "@backstage/version-bridge": "0.0.0-nightly-20241008023419",
50
+ "@backstage/core-components": "0.0.0-nightly-20241010023300",
51
+ "@backstage/core-plugin-api": "0.0.0-nightly-20241010023300",
52
+ "@backstage/version-bridge": "0.0.0-nightly-20241010023300",
53
53
  "@material-ui/core": "^4.12.2",
54
54
  "@material-ui/styles": "^4.11.0",
55
55
  "jss": "~10.10.0",
@@ -58,9 +58,9 @@
58
58
  "react-use": "^17.2.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20241008023419",
62
- "@backstage/test-utils": "0.0.0-nightly-20241008023419",
63
- "@backstage/theme": "0.0.0-nightly-20241008023419",
61
+ "@backstage/cli": "0.0.0-nightly-20241010023300",
62
+ "@backstage/test-utils": "0.0.0-nightly-20241010023300",
63
+ "@backstage/theme": "0.0.0-nightly-20241010023300",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^16.0.0",
66
66
  "@types/react": "^18.0.0",