Skip to content

Commit

Permalink
Merge pull request #332 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Irma12 authored Dec 22, 2021
2 parents a1719df + 3b12aaf commit 8be7068
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/metal-bulldogs-brake.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- 773692a: Change default port of backend from 7000 to 7007.

This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

- Updated dependencies [773692a]
- @roadiehq/backstage-plugin-aws-lambda@1.2.4
- @roadiehq/backstage-plugin-buildkite@1.2.4
- @roadiehq/backstage-plugin-github-insights@1.3.4

## 0.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"bundled": true,
"dependencies": {
Expand All @@ -27,11 +27,11 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@roadiehq/backstage-plugin-argo-cd": "^1.3.2",
"@roadiehq/backstage-plugin-aws-lambda": "^1.2.2",
"@roadiehq/backstage-plugin-aws-lambda": "^1.2.4",
"@roadiehq/backstage-plugin-bugsnag": "^1.2.2",
"@roadiehq/backstage-plugin-buildkite": "^1.2.2",
"@roadiehq/backstage-plugin-buildkite": "^1.2.4",
"@roadiehq/backstage-plugin-datadog": "^1.3.2",
"@roadiehq/backstage-plugin-github-insights": "^1.3.2",
"@roadiehq/backstage-plugin-github-insights": "^1.3.4",
"@roadiehq/backstage-plugin-github-pull-requests": "^1.2.2",
"@roadiehq/backstage-plugin-jira": "^1.3.1",
"@roadiehq/backstage-plugin-security-insights": "^1.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 0.0.7

### Patch Changes

- Updated dependencies [773692a]
- [email protected]
- @roadiehq/backstage-plugin-argo-cd-backend@1.1.1

## 0.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -31,9 +31,9 @@
"@gitbeaker/node": "^29.2.0",
"@octokit/rest": "^18.5.3",
"@roadiehq/backstage-plugin-aws-auth": "^0.3.2",
"@roadiehq/backstage-plugin-argo-cd-backend": "1.1.0",
"@roadiehq/backstage-plugin-argo-cd-backend": "1.1.1",
"@roadiehq/scaffolder-backend-module-http-request": "^1.0.0",
"app": "^0.0.5",
"app": "^0.0.6",
"dockerode": "^3.2.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/backend/backstage-plugin-argo-cd-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @roadiehq/backstage-plugin-argo-cd-backend

## 1.1.1

### Patch Changes

- 773692a: Change default port of backend from 7000 to 7007.

This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

## 1.1.0

### Minor Changes

- 1d256c6: Support multiple Argo instances using the app-selector annotation
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-argo-cd-backend",
"version": "1.1.0",
"version": "1.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/frontend/backstage-plugin-aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @roadiehq/backstage-plugin-aws-lambda

## 1.2.4

### Patch Changes

- 773692a: Change default port of backend from 7000 to 7007.

This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-aws-lambda",
"version": "1.2.3",
"version": "1.2.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/frontend/backstage-plugin-buildkite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @roadiehq/backstage-plugin-buildkite

## 1.2.4

### Patch Changes

- 773692a: Change default port of backend from 7000 to 7007.

This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-buildkite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-buildkite",
"version": "1.2.3",
"version": "1.2.4",
"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,13 @@
# @roadiehq/backstage-plugin-github-insights

## 1.3.4

### Patch Changes

- 773692a: Change default port of backend from 7000 to 7007.

This is due to the AirPlay Receiver process occupying port 7000 and preventing local Backstage instances on MacOS to start.

## 1.3.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-github-insights",
"version": "1.3.3",
"version": "1.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8be7068

Please sign in to comment.