Skip to content

Commit 7b6485f

Browse files
Version Packages (#279)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58c2d47 commit 7b6485f

File tree

9 files changed

+34
-12
lines changed

9 files changed

+34
-12
lines changed

workspaces/marketplace/.changeset/spicy-numbers-teach.md

-8
This file was deleted.

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 58c2d47: Add new endpoints in marketplace.
8+
- Updated dependencies [58c2d47]
9+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.3
10+
311
## 0.0.2
412

513
### Patch Changes

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

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

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-marketplace-backend
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 58c2d47: Add new endpoints in marketplace.
8+
- Updated dependencies [58c2d47]
9+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.3
10+
311
## 0.0.2
412

513
### Patch Changes

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

+1-1
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.0.2",
3+
"version": "0.0.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-marketplace-common
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 58c2d47: Add new endpoints in marketplace.
8+
39
## 0.0.2
410

511
### Patch Changes

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

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

workspaces/marketplace/plugins/marketplace/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-marketplace
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 58c2d47: Add new endpoints in marketplace.
8+
- Updated dependencies [58c2d47]
9+
- @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.3
10+
311
## 0.0.2
412

513
### Patch Changes

workspaces/marketplace/plugins/marketplace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-marketplace",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)