Skip to content

Commit

Permalink
fix(theme): fix release after fix-style-inject-imports.sh was removed…
Browse files Browse the repository at this point in the history
… in @202 (#209)

* fix(theme): revert "Version Packages (#208)"

This reverts commit bcf76ee.

* fix(theme): fix-style-inject-imports.sh was removed in @202
  • Loading branch information
christoph-jerolimov authored Dec 19, 2024
1 parent bcf76ee commit b6efba4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions workspaces/theme/.changeset/nine-taxis-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-theme': patch
---

fix font loading after migrating theme
6 changes: 0 additions & 6 deletions workspaces/theme/plugins/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @red-hat-developer-hub/backstage-plugin-theme

## 0.4.9

### Patch Changes

- 1134fb2: fix font loading after migrating theme

## 0.4.8

### Patch Changes
Expand Down
5 changes: 2 additions & 3 deletions workspaces/theme/plugins/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-theme",
"version": "0.4.9",
"version": "0.4.8",
"description": "Red Hat Developer Hub Theme",
"main": "src/index.ts",
"types": "src/index.ts",
Expand All @@ -26,8 +26,7 @@
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"prepublish": "./fix-style-inject-imports.sh"
"postpack": "backstage-cli package postpack"
},
"peerDependencies": {
"@backstage/core-plugin-api": "^1.10.0",
Expand Down

0 comments on commit b6efba4

Please sign in to comment.