@backstage/plugin-techdocs-react 0.0.0-nightly-20240305021008 → 0.0.0-nightly-20240306021012

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-20240305021008
3
+ ## 0.0.0-nightly-20240306021012
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config@0.0.0-nightly-20240305021008
9
- - @backstage/core-components@0.0.0-nightly-20240305021008
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240305021008
11
- - @backstage/catalog-model@0.0.0-nightly-20240305021008
8
+ - @backstage/config@0.0.0-nightly-20240306021012
9
+ - @backstage/core-components@0.0.0-nightly-20240306021012
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240306021012
11
+ - @backstage/catalog-model@0.0.0-nightly-20240306021012
12
+ - @backstage/version-bridge@1.0.7
13
+
14
+ ## 1.1.17-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/config@1.2.0-next.1
20
+ - @backstage/core-components@0.14.1-next.1
21
+ - @backstage/core-plugin-api@1.9.1-next.1
22
+ - @backstage/catalog-model@1.4.5-next.0
12
23
  - @backstage/version-bridge@1.0.7
13
24
 
14
25
  ## 1.1.17-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20240305021008",
3
+ "version": "0.0.0-nightly-20240306021012",
4
4
  "description": "Shared frontend utilities for TechDocs and Addons",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -38,10 +38,10 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/catalog-model": "^0.0.0-nightly-20240305021008",
42
- "@backstage/config": "^0.0.0-nightly-20240305021008",
43
- "@backstage/core-components": "^0.0.0-nightly-20240305021008",
44
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240305021008",
41
+ "@backstage/catalog-model": "^0.0.0-nightly-20240306021012",
42
+ "@backstage/config": "^0.0.0-nightly-20240306021012",
43
+ "@backstage/core-components": "^0.0.0-nightly-20240306021012",
44
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240306021012",
45
45
  "@backstage/version-bridge": "^1.0.7",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/styles": "^4.11.0",
@@ -52,9 +52,9 @@
52
52
  "react-use": "^17.2.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240305021008",
56
- "@backstage/test-utils": "^0.0.0-nightly-20240305021008",
57
- "@backstage/theme": "^0.0.0-nightly-20240305021008",
55
+ "@backstage/cli": "^0.0.0-nightly-20240306021012",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240306021012",
57
+ "@backstage/theme": "^0.0.0-nightly-20240306021012",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^14.0.0"
60
60
  },