@backstage/plugin-techdocs-addons-test-utils 0.0.0-nightly-20260106025021 → 0.0.0-nightly-20260107024940

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 +19 -7
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,31 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 0.0.0-nightly-20260106025021
3
+ ## 0.0.0-nightly-20260107024940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  - @backstage/core-app-api@1.19.3
9
9
  - @backstage/core-plugin-api@1.12.1
10
- - @backstage/integration-react@0.0.0-nightly-20260106025021
10
+ - @backstage/integration-react@0.0.0-nightly-20260107024940
11
11
  - @backstage/test-utils@1.7.14
12
- - @backstage/plugin-catalog@0.0.0-nightly-20260106025021
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260106025021
14
- - @backstage/plugin-search-react@0.0.0-nightly-20260106025021
15
- - @backstage/plugin-techdocs@0.0.0-nightly-20260106025021
16
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260106025021
12
+ - @backstage/plugin-catalog@0.0.0-nightly-20260107024940
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260107024940
14
+ - @backstage/plugin-search-react@0.0.0-nightly-20260107024940
15
+ - @backstage/plugin-techdocs@0.0.0-nightly-20260107024940
16
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260107024940
17
+
18
+ ## 2.0.1-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/integration-react@1.2.14-next.0
24
+ - @backstage/plugin-catalog@1.32.2-next.1
25
+ - @backstage/plugin-catalog-react@1.21.5-next.1
26
+ - @backstage/plugin-search-react@1.10.2-next.0
27
+ - @backstage/plugin-techdocs@1.16.2-next.1
28
+ - @backstage/plugin-techdocs-react@1.3.7-next.0
17
29
 
18
30
  ## 2.0.1-next.0
19
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "0.0.0-nightly-20260106025021",
3
+ "version": "0.0.0-nightly-20260107024940",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "techdocs-addons",
@@ -42,17 +42,17 @@
42
42
  "dependencies": {
43
43
  "@backstage/core-app-api": "1.19.3",
44
44
  "@backstage/core-plugin-api": "1.12.1",
45
- "@backstage/integration-react": "0.0.0-nightly-20260106025021",
46
- "@backstage/plugin-catalog": "0.0.0-nightly-20260106025021",
47
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260106025021",
48
- "@backstage/plugin-search-react": "0.0.0-nightly-20260106025021",
49
- "@backstage/plugin-techdocs": "0.0.0-nightly-20260106025021",
50
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260106025021",
45
+ "@backstage/integration-react": "0.0.0-nightly-20260107024940",
46
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260107024940",
47
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260107024940",
48
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260107024940",
49
+ "@backstage/plugin-techdocs": "0.0.0-nightly-20260107024940",
50
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260107024940",
51
51
  "@backstage/test-utils": "1.7.14",
52
52
  "shadow-dom-testing-library": "^1.13.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "0.0.0-nightly-20260106025021",
55
+ "@backstage/cli": "0.0.0-nightly-20260107024940",
56
56
  "@testing-library/dom": "^10.0.0",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@types/react": "^18.0.0",