Skip to content

Commit

Permalink
Merge pull request #403 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Irma12 authored Feb 9, 2022
2 parents 01f0779 + 51b1d77 commit 9f27308
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-frogs-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-impalas-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-melons-smash.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/frontend/backstage-plugin-argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roadiehq/backstage-plugin-argo-cd

## 1.5.9

### Patch Changes

- f79f2a7: Gracefully handle situation where an app is missing operationState

## 1.5.8

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

## 1.5.0

### Minor Changes

- eb94c37: Add state to cache response from the github api

## 1.4.7

### 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.4.7",
"version": "1.5.0",
"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,11 @@
# @roadiehq/backstage-plugin-github-pull-requests

## 1.4.0

### Minor Changes

- aa4f48d: Improve search functionality, so it supports searching per author and type of PR. This is a common pattern used in GitHub, so implementing it also for our plugin.

## 1.3.7

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

0 comments on commit 9f27308

Please sign in to comment.