Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions workspaces/x2a/.changeset/blue-hoops-grow.md

This file was deleted.

7 changes: 0 additions & 7 deletions workspaces/x2a/.changeset/puny-ants-grin.md

This file was deleted.

14 changes: 14 additions & 0 deletions workspaces/x2a/plugins/x2a-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-x2a-backend

## 1.0.0

### Major Changes

- 80da471: Initial commit

### Patch Changes

- aacc903: Added DB tables for Modules and Jobs.
- Updated dependencies [80da471]
- Updated dependencies [aacc903]
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.0
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-x2a-backend",
"version": "0.1.0",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/x2a/plugins/x2a-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-x2a-common

## 1.0.0

### Major Changes

- 80da471: Initial commit

### Patch Changes

- aacc903: Added DB tables for Modules and Jobs.
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-x2a-common",
"version": "0.1.0",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "Common functionalities for the x2a plugin",
"main": "src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions workspaces/x2a/plugins/x2a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-x2a

## 1.0.0

### Major Changes

- 80da471: Initial commit

### Patch Changes

- aacc903: Added DB tables for Modules and Jobs.
- Updated dependencies [80da471]
- Updated dependencies [aacc903]
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.0
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-x2a",
"version": "0.1.0",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down