diff --git a/workspaces/marketplace/.changeset/perfect-buses-watch.md b/workspaces/marketplace/.changeset/perfect-buses-watch.md deleted file mode 100644 index c02e2292b..000000000 --- a/workspaces/marketplace/.changeset/perfect-buses-watch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace': patch -'@red-hat-developer-hub/backstage-plugin-marketplace-backend': patch -'@red-hat-developer-hub/backstage-plugin-marketplace-common': patch -'@red-hat-developer-hub/backstage-plugin-marketplace': patch ---- - -release marketplace plugin diff --git a/workspaces/marketplace/plugins/catalog-backend-module-marketplace/CHANGELOG.md b/workspaces/marketplace/plugins/catalog-backend-module-marketplace/CHANGELOG.md new file mode 100644 index 000000000..bfa3a1908 --- /dev/null +++ b/workspaces/marketplace/plugins/catalog-backend-module-marketplace/CHANGELOG.md @@ -0,0 +1,9 @@ +# @red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace + +## 0.0.1 + +### Patch Changes + +- 56f9484: release marketplace plugin +- Updated dependencies [56f9484] + - @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.1 diff --git a/workspaces/marketplace/plugins/catalog-backend-module-marketplace/package.json b/workspaces/marketplace/plugins/catalog-backend-module-marketplace/package.json index 79aca6001..ed69a7452 100644 --- a/workspaces/marketplace/plugins/catalog-backend-module-marketplace/package.json +++ b/workspaces/marketplace/plugins/catalog-backend-module-marketplace/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-catalog-backend-module-marketplace", "description": "The marketplace backend module for the catalog plugin.", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/marketplace/plugins/marketplace-backend/CHANGELOG.md b/workspaces/marketplace/plugins/marketplace-backend/CHANGELOG.md new file mode 100644 index 000000000..eb537f2a8 --- /dev/null +++ b/workspaces/marketplace/plugins/marketplace-backend/CHANGELOG.md @@ -0,0 +1,9 @@ +# @red-hat-developer-hub/backstage-plugin-marketplace-backend + +## 0.0.1 + +### Patch Changes + +- 56f9484: release marketplace plugin +- Updated dependencies [56f9484] + - @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.1 diff --git a/workspaces/marketplace/plugins/marketplace-backend/package.json b/workspaces/marketplace/plugins/marketplace-backend/package.json index 510e34460..da29840b5 100644 --- a/workspaces/marketplace/plugins/marketplace-backend/package.json +++ b/workspaces/marketplace/plugins/marketplace-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-marketplace-backend", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/marketplace/plugins/marketplace-common/CHANGELOG.md b/workspaces/marketplace/plugins/marketplace-common/CHANGELOG.md new file mode 100644 index 000000000..e98abea8c --- /dev/null +++ b/workspaces/marketplace/plugins/marketplace-common/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-marketplace-common + +## 0.0.1 + +### Patch Changes + +- 56f9484: release marketplace plugin diff --git a/workspaces/marketplace/plugins/marketplace-common/package.json b/workspaces/marketplace/plugins/marketplace-common/package.json index 9519bea64..6ff19df71 100644 --- a/workspaces/marketplace/plugins/marketplace-common/package.json +++ b/workspaces/marketplace/plugins/marketplace-common/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-marketplace-common", "description": "Common functionalities for the marketplace plugin", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/marketplace/plugins/marketplace/CHANGELOG.md b/workspaces/marketplace/plugins/marketplace/CHANGELOG.md new file mode 100644 index 000000000..38c40b16f --- /dev/null +++ b/workspaces/marketplace/plugins/marketplace/CHANGELOG.md @@ -0,0 +1,9 @@ +# @red-hat-developer-hub/backstage-plugin-marketplace + +## 0.0.1 + +### Patch Changes + +- 56f9484: release marketplace plugin +- Updated dependencies [56f9484] + - @red-hat-developer-hub/backstage-plugin-marketplace-common@0.0.1 diff --git a/workspaces/marketplace/plugins/marketplace/package.json b/workspaces/marketplace/plugins/marketplace/package.json index 709c8584d..d2246036f 100644 --- a/workspaces/marketplace/plugins/marketplace/package.json +++ b/workspaces/marketplace/plugins/marketplace/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-marketplace", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",