@backstage/core-components 0.0.0-nightly-20220602024936 → 0.0.0-nightly-20220603023939

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 +3 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/core-components
2
2
 
3
- ## 0.0.0-nightly-20220602024936
3
+ ## 0.0.0-nightly-20220603023939
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,6 +8,7 @@
8
8
  - 65840b17be: Fix issue where right arrow icon was incorrectly added to side bar items without a sub-menu
9
9
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
10
10
  - 6968b65ba1: Updated dependency `@react-hookz/web` to `^14.0.0`.
11
+ - ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
11
12
  - 96d1e01641: Accessibility updates:
12
13
 
13
14
  - Added `aria-label` to the `Select` component
@@ -18,7 +19,7 @@
18
19
  This was done to ensure that sidebar state can be shared successfully across components exported by different packages, regardless of what version of this package is resolved and installed for each individual package.
19
20
 
20
21
  - Updated dependencies
21
- - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
22
+ - @backstage/core-plugin-api@0.0.0-nightly-20220603023939
22
23
 
23
24
  ## 0.9.5-next.1
24
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
3
  "description": "Core components used by Backstage plugins and apps",
4
- "version": "0.0.0-nightly-20220602024936",
4
+ "version": "0.0.0-nightly-20220603023939",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@backstage/config": "^1.0.1",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220603023939",
38
38
  "@backstage/errors": "^1.0.0",
39
39
  "@backstage/theme": "^0.2.15",
40
40
  "@backstage/version-bridge": "^1.0.1",
@@ -56,7 +56,7 @@
56
56
  "pluralize": "^8.0.0",
57
57
  "prop-types": "^15.7.2",
58
58
  "qs": "^6.9.4",
59
- "rc-progress": "3.3.2",
59
+ "rc-progress": "3.3.3",
60
60
  "react-helmet": "6.1.0",
61
61
  "react-hook-form": "^7.12.2",
62
62
  "react-markdown": "^8.0.0",
@@ -79,9 +79,9 @@
79
79
  "react-dom": "^16.13.1 || ^17.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
83
- "@backstage/cli": "^0.0.0-nightly-20220602024936",
84
- "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
82
+ "@backstage/core-app-api": "^0.0.0-nightly-20220603023939",
83
+ "@backstage/cli": "^0.0.0-nightly-20220603023939",
84
+ "@backstage/test-utils": "^0.0.0-nightly-20220603023939",
85
85
  "@testing-library/jest-dom": "^5.10.1",
86
86
  "@testing-library/react": "^12.1.3",
87
87
  "@testing-library/react-hooks": "^8.0.0",