Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2025
1 parent 2af4ce7 commit dd5a828
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 14 deletions.
7 changes: 0 additions & 7 deletions workspaces/aws/.changeset/serious-cougars-whisper.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/aws/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.0.4

### Patch Changes

- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps@0.4.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"bundled": true,
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions workspaces/aws/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# backend

## 0.0.5

### Patch Changes

- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps-backend@0.4.3
- @alithya-oss/plugin-aws-apps-common@0.4.3
- @alithya-oss/plugin-scaffolder-backend-module-aws-apps@0.3.8
- @alithya-oss/plugin-catalog-backend-module-aws-apps-entities-processor@0.3.8

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions workspaces/aws/plugins/aws-apps-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alithya-oss/plugin-aws-apps-backend

## 0.4.3

### Patch Changes

- 2af4ce7: Fixed repo info for Gitlab does not support group nesting. (https://github.com/awslabs/harmonix/pull/140)
- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps-common@0.4.3

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws/plugins/aws-apps-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alithya-oss/plugin-aws-apps-backend",
"description": "App Development for Backstage.io on AWS Backend plugin",
"version": "0.4.2",
"version": "0.4.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/aws/plugins/aws-apps-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws/plugin-aws-apps-common-for-backstage

## 0.4.3

### Patch Changes

- 2af4ce7: Fixed repo info for Gitlab does not support group nesting. (https://github.com/awslabs/harmonix/pull/140)

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws/plugins/aws-apps-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alithya-oss/plugin-aws-apps-common",
"description": "Common functionalities for the aws-apps plugin",
"version": "0.4.2",
"version": "0.4.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/aws/plugins/aws-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alithya-oss/plugin-aws-apps

## 0.4.3

### Patch Changes

- 2af4ce7: Fixed repo info for Gitlab does not support group nesting. (https://github.com/awslabs/harmonix/pull/140)
- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps-common@0.4.3

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/aws/plugins/aws-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alithya-oss/plugin-aws-apps",
"description": "App Development for Backstage.io on AWS Frontend plugin",
"version": "0.4.2",
"version": "0.4.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alithya-oss/plugin-catalog-backend-module-aws-apps-entities-processor

## 0.3.8

### Patch Changes

- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps-common@0.4.3

## 0.3.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alithya-oss/plugin-catalog-backend-module-aws-apps-entities-processor",
"description": "The aws-apps-entities-processor backend module for the catalog plugin.",
"version": "0.3.7",
"version": "0.3.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alithya-oss/plugin-scaffolder-backend-module-aws-apps

## 0.3.8

### Patch Changes

- Updated dependencies [2af4ce7]
- @alithya-oss/plugin-aws-apps-backend@0.4.3

## 0.3.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alithya-oss/plugin-scaffolder-backend-module-aws-apps",
"description": "App Development for Backstage.io on AWS - scaffolder actions",
"version": "0.3.7",
"version": "0.3.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit dd5a828

Please sign in to comment.