@backstage/plugin-techdocs-react 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240926023312

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 +27 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,38 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240926023312
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240926023312
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20240926023312
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/config@1.2.0
12
+ - @backstage/version-bridge@1.0.9
13
+
14
+ ## 1.2.9-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.15.1-next.0
20
+ - @backstage/core-plugin-api@1.10.0-next.0
21
+ - @backstage/catalog-model@1.7.0
22
+ - @backstage/config@1.2.0
23
+ - @backstage/version-bridge@1.0.9
24
+
25
+ ## 1.2.8
4
26
 
5
27
  ### Patch Changes
6
28
 
7
29
  - 5ee3d27: Fixed issue in useShadowRootElements which could lead to unlimited render loops
8
30
  - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
9
31
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240917021806
11
- - @backstage/catalog-model@0.0.0-nightly-20240917021806
12
- - @backstage/core-plugin-api@0.0.0-nightly-20240917021806
13
- - @backstage/version-bridge@0.0.0-nightly-20240917021806
32
+ - @backstage/core-components@0.15.0
33
+ - @backstage/catalog-model@1.7.0
34
+ - @backstage/core-plugin-api@1.9.4
35
+ - @backstage/version-bridge@1.0.9
14
36
  - @backstage/config@1.2.0
15
37
 
16
38
  ## 1.2.8-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240926023312",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -45,11 +45,11 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
48
+ "@backstage/catalog-model": "^1.7.0",
49
49
  "@backstage/config": "^1.2.0",
50
- "@backstage/core-components": "^0.0.0-nightly-20240917021806",
51
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240917021806",
52
- "@backstage/version-bridge": "^0.0.0-nightly-20240917021806",
50
+ "@backstage/core-components": "^0.0.0-nightly-20240926023312",
51
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240926023312",
52
+ "@backstage/version-bridge": "^1.0.9",
53
53
  "@material-ui/core": "^4.12.2",
54
54
  "@material-ui/styles": "^4.11.0",
55
55
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -59,9 +59,9 @@
59
59
  "react-use": "^17.2.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.0.0-nightly-20240917021806",
63
- "@backstage/test-utils": "^0.0.0-nightly-20240917021806",
64
- "@backstage/theme": "^0.0.0-nightly-20240917021806",
62
+ "@backstage/cli": "^0.0.0-nightly-20240926023312",
63
+ "@backstage/test-utils": "^0.0.0-nightly-20240926023312",
64
+ "@backstage/theme": "^0.5.7",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^16.0.0"
67
67
  },