Skip to content

Commit fda7f5b

Browse files
authored
Version Packages (#1969)
1 parent 250897d commit fda7f5b

11 files changed

Lines changed: 32 additions & 10 deletions

File tree

workspaces/marketplace/.changeset/wild-poets-pump.md

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

workspaces/marketplace/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/marketplace-cli
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.13.2
8+
39
## 0.13.1
410

511
### Patch Changes

workspaces/marketplace/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/marketplace-cli",
33
"description": "CLI for the Marketplace",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"backstage": {
66
"role": "cli"
77
},

workspaces/marketplace/plugins/catalog-backend-module-marketplace/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-marketplace
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.13.2
8+
39
## 0.13.1
410

511
### Patch Changes

workspaces/marketplace/plugins/catalog-backend-module-marketplace/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-marketplace",
33
"description": "The marketplace backend module for the catalog plugin.",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/marketplace/plugins/marketplace-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-marketplace-backend
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.13.2
8+
39
## 0.13.1
410

511
### Patch Changes

workspaces/marketplace/plugins/marketplace-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-marketplace-backend",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/marketplace/plugins/marketplace-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-marketplace-common
22

3+
## 0.13.2
4+
35
## 0.13.1
46

57
## 0.13.0

workspaces/marketplace/plugins/marketplace-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-marketplace-common",
33
"description": "Common functionalities for the marketplace plugin",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/marketplace/plugins/marketplace/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-marketplace
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- f57833e: add checks to plugin authorization and configuration API calls
8+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.13.2
9+
310
## 0.13.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)