Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions workspaces/extensions/.changeset/itchy-years-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/extensions/.changeset/large-cougars-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions workspaces/extensions/packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/extensions-cli

## 0.15.0

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-extensions-common@0.15.0

## 0.14.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/extensions/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/extensions-cli",
"description": "CLI for the Extensions",
"version": "0.14.5",
"version": "0.15.0",
"backstage": {
"role": "cli"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-extensions

## 0.15.0

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-extensions-common@0.15.0

## 0.14.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-extensions",
"description": "The extensions backend module for the catalog plugin.",
"version": "0.14.5",
"version": "0.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-extensions-backend

## 0.15.0

### Patch Changes

- @red-hat-developer-hub/backstage-plugin-extensions-common@0.15.0

## 0.14.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-extensions-backend",
"version": "0.14.5",
"version": "0.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @red-hat-developer-hub/backstage-plugin-extensions-common

## 0.15.0

## 0.14.5

## 0.14.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-extensions-common",
"description": "Common functionalities for the extensions plugin",
"version": "0.14.5",
"version": "0.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/extensions/plugins/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @red-hat-developer-hub/backstage-plugin-extensions

## 0.15.0

### Minor Changes

- 03cb9bb: Migrated plugin to NFS

### Patch Changes

- a3fe4bb: Improve button position and make the design independ from the fact if the global-header is installed/used or not.
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.15.0

## 0.14.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/extensions/plugins/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-extensions",
"version": "0.14.5",
"version": "0.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down