diff --git a/workspaces/theme/.changeset/wild-squids-sort.md b/workspaces/theme/.changeset/wild-squids-sort.md deleted file mode 100644 index 7c3b5482b..000000000 --- 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 000000000..0c1b7f7dc --- /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 e14b40167..69fed691a 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",