@backstage/core-components 0.16.2-next.2 → 0.16.3-next.0

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 +23 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.16.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.10.3-next.0
9
+ - @backstage/config@1.3.2-next.0
10
+ - @backstage/errors@1.2.7-next.0
11
+ - @backstage/theme@0.6.3
12
+ - @backstage/version-bridge@1.0.10
13
+
14
+ ## 0.16.2
15
+
16
+ ### Patch Changes
17
+
18
+ - e47be38: Added data-testid to placeholder rendered by Progress component to simplify assertions in tests
19
+ - Updated dependencies
20
+ - @backstage/theme@0.6.3
21
+ - @backstage/errors@1.2.6
22
+ - @backstage/config@1.3.1
23
+ - @backstage/core-plugin-api@1.10.2
24
+ - @backstage/version-bridge@1.0.10
25
+
3
26
  ## 0.16.2-next.2
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
- "version": "0.16.2-next.2",
3
+ "version": "0.16.3-next.0",
4
4
  "description": "Core components used by Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -66,10 +66,10 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/config": "1.3.1-next.0",
70
- "@backstage/core-plugin-api": "1.10.2-next.0",
71
- "@backstage/errors": "1.2.6-next.0",
72
- "@backstage/theme": "0.6.3-next.0",
69
+ "@backstage/config": "1.3.2-next.0",
70
+ "@backstage/core-plugin-api": "1.10.3-next.0",
71
+ "@backstage/errors": "1.2.7-next.0",
72
+ "@backstage/theme": "0.6.3",
73
73
  "@backstage/version-bridge": "1.0.10",
74
74
  "@date-io/core": "^1.3.13",
75
75
  "@material-table/core": "^3.1.0",
@@ -105,10 +105,10 @@
105
105
  "zod": "^3.22.4"
106
106
  },
107
107
  "devDependencies": {
108
- "@backstage/app-defaults": "1.5.15-next.2",
109
- "@backstage/cli": "0.29.3-next.2",
110
- "@backstage/core-app-api": "1.15.3-next.1",
111
- "@backstage/test-utils": "1.7.3-next.1",
108
+ "@backstage/app-defaults": "1.5.16-next.0",
109
+ "@backstage/cli": "0.29.5-next.1",
110
+ "@backstage/core-app-api": "1.15.4-next.0",
111
+ "@backstage/test-utils": "1.7.4-next.0",
112
112
  "@testing-library/dom": "^10.0.0",
113
113
  "@testing-library/jest-dom": "^6.0.0",
114
114
  "@testing-library/user-event": "^14.0.0",