Skip to content

Commit

Permalink
Merge pull request #1545 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Xantier authored Aug 14, 2024
2 parents 5d69295 + 5270022 commit 709e872
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-clouds-sing.md

This file was deleted.

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

## 1.1.6

### Patch Changes

- Updated dependencies [f688119]
- @roadiehq/backstage-plugin-bitbucket-pullrequest@2.0.0

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -58,7 +58,7 @@
"react-use": "^15.3.3",
"@backstage-community/plugin-github-actions": "^0.6.16",
"@backstage-community/plugin-tech-radar": "^0.7.4",
"@roadiehq/backstage-plugin-bitbucket-pullrequest": "^1.0.0"
"@roadiehq/backstage-plugin-bitbucket-pullrequest": "^2.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @roadiehq/backstage-plugin-bitbucket-pullrequest

## 2.0.0

### Major Changes

- f688119: Add plugin to list bitbucket pullrequest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-bitbucket-pullrequest",
"version": "1.0.0",
"version": "2.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 709e872

Please sign in to comment.