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

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 23568dd328: chore(deps): bump `@react-hookz/web` from 12.3.0 to 13.0.0
8
+ - 95667624c1: Add names to sidebar sub menu styles for customization
9
+
3
10
  ## 0.9.1-next.0
4
11
 
5
12
  ### Patch Changes
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.9.1-next.0",
4
+ "version": "0.9.1",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -78,7 +78,7 @@
78
78
  "react-dom": "^16.13.1 || ^17.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.15.2-next.0",
81
+ "@backstage/cli": "^0.15.2",
82
82
  "@backstage/core-app-api": "^0.6.0",
83
83
  "@backstage/test-utils": "^0.3.0",
84
84
  "@testing-library/jest-dom": "^5.10.1",
@@ -105,5 +105,5 @@
105
105
  "files": [
106
106
  "dist"
107
107
  ],
108
- "gitHead": "e90d3ed129ebfce978f1adfa40c1dc2cef3f7e65"
108
+ "gitHead": "60c4e39d1fcaeb10d6488ada1d907f34dc2a105a"
109
109
  }