@backstage/plugin-techdocs-react 0.0.0-nightly-20241216023741 → 0.0.0-nightly-20250103023114

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 +16 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20241216023741
3
+ ## 0.0.0-nightly-20250103023114
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20241216023741
9
- - @backstage/catalog-model@0.0.0-nightly-20241216023741
10
- - @backstage/config@0.0.0-nightly-20241216023741
11
- - @backstage/core-plugin-api@0.0.0-nightly-20241216023741
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20250103023114
9
+ - @backstage/catalog-model@0.0.0-nightly-20250103023114
10
+ - @backstage/config@0.0.0-nightly-20250103023114
11
+ - @backstage/core-components@0.0.0-nightly-20250103023114
12
+ - @backstage/version-bridge@1.0.10
13
+
14
+ ## 1.2.12
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.16.2
20
+ - @backstage/catalog-model@1.7.2
21
+ - @backstage/config@1.3.1
22
+ - @backstage/core-plugin-api@1.10.2
12
23
  - @backstage/version-bridge@1.0.10
13
24
 
14
25
  ## 1.2.12-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-20241216023741",
3
+ "version": "0.0.0-nightly-20250103023114",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -45,10 +45,10 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "0.0.0-nightly-20241216023741",
49
- "@backstage/config": "0.0.0-nightly-20241216023741",
50
- "@backstage/core-components": "0.0.0-nightly-20241216023741",
51
- "@backstage/core-plugin-api": "0.0.0-nightly-20241216023741",
48
+ "@backstage/catalog-model": "0.0.0-nightly-20250103023114",
49
+ "@backstage/config": "0.0.0-nightly-20250103023114",
50
+ "@backstage/core-components": "0.0.0-nightly-20250103023114",
51
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250103023114",
52
52
  "@backstage/version-bridge": "1.0.10",
53
53
  "@material-ui/core": "^4.12.2",
54
54
  "@material-ui/styles": "^4.11.0",
@@ -58,9 +58,9 @@
58
58
  "react-use": "^17.2.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20241216023741",
62
- "@backstage/test-utils": "0.0.0-nightly-20241216023741",
63
- "@backstage/theme": "0.0.0-nightly-20241216023741",
61
+ "@backstage/cli": "0.0.0-nightly-20250103023114",
62
+ "@backstage/test-utils": "0.0.0-nightly-20250103023114",
63
+ "@backstage/theme": "0.6.3",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^16.0.0",
66
66
  "@types/react": "^18.0.0",