From e207b10578a417584ab8b0ec406aae6f6b145ae2 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Tue, 3 Dec 2024 18:50:32 -0500 Subject: [PATCH] Version Packages (#110) Co-authored-by: github-actions[bot] --- workspaces/theme/.changeset/wild-squids-sort.md | 5 ----- workspaces/theme/plugins/theme/CHANGELOG.md | 7 +++++++ workspaces/theme/plugins/theme/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 workspaces/theme/.changeset/wild-squids-sort.md create mode 100644 workspaces/theme/plugins/theme/CHANGELOG.md diff --git a/workspaces/theme/.changeset/wild-squids-sort.md b/workspaces/theme/.changeset/wild-squids-sort.md deleted file mode 100644 index 7c3b5482..00000000 --- a/workspaces/theme/.changeset/wild-squids-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-theme': patch ---- - -This version contains the initial theme from RHDH 1.0 https://github.com/janus-idp/backstage-showcase/tree/v1.0.0/packages/app/src/themes diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md new file mode 100644 index 00000000..0c1b7f7d --- /dev/null +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-theme + +## 0.0.1 + +### Patch Changes + +- 8be31d3: This version contains the initial theme from RHDH 1.0 https://github.com/janus-idp/backstage-showcase/tree/v1.0.0/packages/app/src/themes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index e14b4016..69fed691 100644 --- a/workspaces/theme/plugins/theme/package.json +++ b/workspaces/theme/plugins/theme/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-theme", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",