We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e33ca2 commit 1b3981cCopy full SHA for 1b3981c
3 files changed
workspaces/theme/.changeset/spotty-toes-fry.md
workspaces/theme/plugins/theme/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @red-hat-developer-hub/backstage-plugin-theme
2
3
+## 0.9.1
4
+
5
+### Patch Changes
6
7
+- 8e33ca2: Use `id` instead of `class` to select components due to differences in classNames in production
8
9
## 0.9.0
10
11
### Minor Changes
workspaces/theme/plugins/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-theme",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "Red Hat Developer Hub Theme",
"main": "src/index.ts",
"types": "src/index.ts",
0 commit comments