Skip to content

Commit 7fdb3bf

Browse files
Version Packages (#3076)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02f64dc commit 7fdb3bf

11 files changed

Lines changed: 32 additions & 10 deletions

File tree

workspaces/extensions/.changeset/fix-pagination-drawer-state.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/extensions/packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/extensions-cli
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.17.1
8+
39
## 0.17.0
410

511
### Patch Changes

workspaces/extensions/packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/extensions-cli",
33
"description": "CLI for the Extensions",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"backstage": {
66
"role": "cli"
77
},

workspaces/extensions/plugins/catalog-backend-module-extensions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-extensions
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.17.1
8+
39
## 0.17.0
410

511
### Minor Changes

workspaces/extensions/plugins/catalog-backend-module-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-extensions",
33
"description": "The extensions backend module for the catalog plugin.",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/extensions/plugins/extensions-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-extensions-backend
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.17.1
8+
39
## 0.17.0
410

511
### Patch Changes

workspaces/extensions/plugins/extensions-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-extensions-backend",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/extensions/plugins/extensions-common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @red-hat-developer-hub/backstage-plugin-extensions-common
22

3+
## 0.17.1
4+
35
## 0.17.0
46

57
## 0.16.1

workspaces/extensions/plugins/extensions-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-extensions-common",
33
"description": "Common functionalities for the extensions plugin",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/extensions/plugins/extensions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-extensions
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- f3da767: Fix pagination state reset when searching in the Installed Packages table, add localization support for pagination labels, fix table state being lost when opening package drawer, and fix author filter appearing cleared when clicking author link in plugin drawer.
8+
- @red-hat-developer-hub/backstage-plugin-extensions-common@0.17.1
9+
310
## 0.17.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)