Skip to content

Commit 1286827

Browse files
Version Packages (#1751)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ecf752 commit 1286827

12 files changed

Lines changed: 37 additions & 18 deletions

File tree

workspaces/marketplace/.changeset/integrate-search-with-filters.md

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

workspaces/marketplace/.changeset/twelve-paws-melt.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.12.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.12.1
8+
39
## 0.12.0
410

511
### Minor 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.12.0",
4+
"version": "0.12.1",
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.12.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.12.1
8+
39
## 0.12.0
410

511
### Minor 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.12.0",
4+
"version": "0.12.1",
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.12.1
4+
5+
### Patch Changes
6+
7+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.12.1
8+
39
## 0.12.0
410

511
### Minor 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.12.0",
3+
"version": "0.12.1",
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.12.1
4+
35
## 0.12.0
46

57
### Minor Changes

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.12.0",
4+
"version": "0.12.1",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)