Skip to content
Merged
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/big-keys-smoke.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.14.3

### Patch Changes

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

## 0.14.2

### 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.2",
"version": "0.14.3",
"backstage": {
"role": "cli"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-extensions

## 0.14.3

### Patch Changes

- af77338: Add missing `@types/js-yaml` dependency to the `devDependencies`
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.14.3

## 0.14.2

### 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.2",
"version": "0.14.3",
"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.14.3

### Patch Changes

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

## 0.14.2

### 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.2",
"version": "0.14.3",
"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.14.3

## 0.14.2

## 0.14.1
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.2",
"version": "0.14.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/extensions/plugins/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-extensions

## 0.14.3

### Patch Changes

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

## 0.14.2

### 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.2",
"version": "0.14.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down