@backstage/core-components 0.17.2-next.0 → 0.17.2

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 +25 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.17.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e0d1025: `LogViewer` now supports a `textWrap` prop that wraps log lines to the next line for overflowing content instead of using horizontal scroll
8
+ - bb84534: Fix the hidden sidebar's sub-menu when the sidebar is scrollable
9
+ - 72d019d: Removed various typos
10
+ - Updated dependencies
11
+ - @backstage/theme@0.6.6
12
+ - @backstage/core-plugin-api@1.10.7
13
+ - @backstage/config@1.3.2
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/version-bridge@1.0.11
16
+
17
+ ## 0.17.2-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.10.7-next.0
23
+ - @backstage/config@1.3.2
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/theme@0.6.6-next.0
26
+ - @backstage/version-bridge@1.0.11
27
+
3
28
  ## 0.17.2-next.0
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
- "version": "0.17.2-next.0",
3
+ "version": "0.17.2",
4
4
  "description": "Core components used by Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -66,11 +66,11 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/config": "1.3.2",
70
- "@backstage/core-plugin-api": "1.10.6",
71
- "@backstage/errors": "1.2.7",
72
- "@backstage/theme": "0.6.6-next.0",
73
- "@backstage/version-bridge": "1.0.11",
69
+ "@backstage/config": "^1.3.2",
70
+ "@backstage/core-plugin-api": "^1.10.7",
71
+ "@backstage/errors": "^1.2.7",
72
+ "@backstage/theme": "^0.6.6",
73
+ "@backstage/version-bridge": "^1.0.11",
74
74
  "@dagrejs/dagre": "^1.1.4",
75
75
  "@date-io/core": "^1.3.13",
76
76
  "@material-table/core": "^3.1.0",
@@ -106,10 +106,10 @@
106
106
  "zod": "^3.22.4"
107
107
  },
108
108
  "devDependencies": {
109
- "@backstage/app-defaults": "1.6.2-next.0",
110
- "@backstage/cli": "0.32.1-next.1",
111
- "@backstage/core-app-api": "1.16.1",
112
- "@backstage/test-utils": "1.7.8-next.0",
109
+ "@backstage/app-defaults": "^1.6.2",
110
+ "@backstage/cli": "^0.32.1",
111
+ "@backstage/core-app-api": "^1.17.0",
112
+ "@backstage/test-utils": "^1.7.8",
113
113
  "@testing-library/dom": "^10.0.0",
114
114
  "@testing-library/jest-dom": "^6.0.0",
115
115
  "@testing-library/user-event": "^14.0.0",