@backstage/plugin-techdocs-react 1.2.10-next.2 → 1.2.11

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 +24 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
+ ## 1.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.7.1
9
+ - @backstage/config@1.3.0
10
+ - @backstage/core-components@0.16.1
11
+ - @backstage/core-plugin-api@1.10.1
12
+ - @backstage/version-bridge@1.0.10
13
+
14
+ ## 1.2.10
15
+
16
+ ### Patch Changes
17
+
18
+ - 4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating to
19
+ another one.
20
+ - Updated dependencies
21
+ - @backstage/config@1.3.0
22
+ - @backstage/core-components@0.16.0
23
+ - @backstage/catalog-model@1.7.1
24
+ - @backstage/core-plugin-api@1.10.1
25
+ - @backstage/version-bridge@1.0.10
26
+
3
27
  ## 1.2.10-next.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "1.2.10-next.2",
3
+ "version": "1.2.11",
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": "1.7.0",
49
- "@backstage/config": "1.2.0",
50
- "@backstage/core-components": "0.16.0-next.2",
51
- "@backstage/core-plugin-api": "1.10.0",
52
- "@backstage/version-bridge": "1.0.10",
48
+ "@backstage/catalog-model": "^1.7.1",
49
+ "@backstage/config": "^1.3.0",
50
+ "@backstage/core-components": "^0.16.1",
51
+ "@backstage/core-plugin-api": "^1.10.1",
52
+ "@backstage/version-bridge": "^1.0.10",
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.29.0-next.3",
62
- "@backstage/test-utils": "1.7.1-next.0",
63
- "@backstage/theme": "0.6.1-next.0",
61
+ "@backstage/cli": "^0.29.2",
62
+ "@backstage/test-utils": "^1.7.2",
63
+ "@backstage/theme": "^0.6.2",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^16.0.0",
66
66
  "@types/react": "^18.0.0",