diff --git a/workspaces/github/.changeset/modernize-entity-filters.md b/workspaces/github/.changeset/modernize-entity-filters.md deleted file mode 100644 index eba984996d1..00000000000 --- a/workspaces/github/.changeset/modernize-entity-filters.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@backstage-community/plugin-github-pull-requests-board': patch -'@backstage-community/plugin-github-issues': patch -'@backstage-community/plugin-github-deployments': patch ---- - -Updated entity extension default filters to use the modern object form. diff --git a/workspaces/github/plugins/github-deployments/CHANGELOG.md b/workspaces/github/plugins/github-deployments/CHANGELOG.md index 686b3930d89..5b418d845bd 100644 --- a/workspaces/github/plugins/github-deployments/CHANGELOG.md +++ b/workspaces/github/plugins/github-deployments/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-github-deployments +## 1.3.1 + +### Patch Changes + +- fcd0f1a: Updated entity extension default filters to use the modern object form. + ## 1.3.0 ### Minor Changes diff --git a/workspaces/github/plugins/github-deployments/package.json b/workspaces/github/plugins/github-deployments/package.json index 0cc6c43ecf6..8a0d3aac50f 100644 --- a/workspaces/github/plugins/github-deployments/package.json +++ b/workspaces/github/plugins/github-deployments/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-github-deployments", - "version": "1.3.0", + "version": "1.3.1", "description": "A Backstage plugin that integrates towards GitHub Deployments", "backstage": { "role": "frontend-plugin", diff --git a/workspaces/github/plugins/github-issues/CHANGELOG.md b/workspaces/github/plugins/github-issues/CHANGELOG.md index 6f7ddaa362b..ebe7773cb84 100644 --- a/workspaces/github/plugins/github-issues/CHANGELOG.md +++ b/workspaces/github/plugins/github-issues/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-github-issues +## 1.3.1 + +### Patch Changes + +- fcd0f1a: Updated entity extension default filters to use the modern object form. + ## 1.3.0 ### Minor Changes diff --git a/workspaces/github/plugins/github-issues/package.json b/workspaces/github/plugins/github-issues/package.json index c918c8f3296..74b03c387eb 100644 --- a/workspaces/github/plugins/github-issues/package.json +++ b/workspaces/github/plugins/github-issues/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-github-issues", - "version": "1.3.0", + "version": "1.3.1", "backstage": { "role": "frontend-plugin", "pluginId": "github-issues", diff --git a/workspaces/github/plugins/github-pull-requests-board/CHANGELOG.md b/workspaces/github/plugins/github-pull-requests-board/CHANGELOG.md index 0297854a2ae..eab6e46dd95 100644 --- a/workspaces/github/plugins/github-pull-requests-board/CHANGELOG.md +++ b/workspaces/github/plugins/github-pull-requests-board/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-github-pull-requests-board +## 1.3.1 + +### Patch Changes + +- fcd0f1a: Updated entity extension default filters to use the modern object form. + ## 1.3.0 ### Minor Changes diff --git a/workspaces/github/plugins/github-pull-requests-board/package.json b/workspaces/github/plugins/github-pull-requests-board/package.json index 50bf19ee7f4..bbbbcef8d8a 100644 --- a/workspaces/github/plugins/github-pull-requests-board/package.json +++ b/workspaces/github/plugins/github-pull-requests-board/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-github-pull-requests-board", - "version": "1.3.0", + "version": "1.3.1", "description": "A Backstage plugin that allows you to see all open Pull Requests for all the repositories owned by your team", "backstage": { "role": "frontend-plugin",