Skip to content

Commit

Permalink
Merge pull request #1797 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Xantier authored Jan 21, 2025
2 parents 1b4f8bf + 5b15fea commit 7a1f97b
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-islands-grin.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roadiehq/backstage-plugin-github-insights

## 3.1.1

### Patch Changes

- Updated dependencies [1dd9384]
- @roadiehq/github-auth-utils-react@1.0.0

## 3.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-github-insights",
"version": "3.1.0",
"version": "3.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@material-ui/lab": "4.0.0-alpha.45",
"@octokit/rest": "^19.0.3",
"@octokit/types": "^9.0.0",
"@roadiehq/github-auth-utils-react": "^0.2.0",
"@roadiehq/github-auth-utils-react": "^1.0.0",
"git-url-parse": "^14.0.0",
"history": "^5.0.0",
"immer": "9.0.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roadiehq/backstage-plugin-github-pull-requests

## 3.1.1

### Patch Changes

- Updated dependencies [1dd9384]
- @roadiehq/github-auth-utils-react@1.0.0

## 3.1.0

### Minor 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": "3.1.0",
"version": "3.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@material-ui/lab": "^4.0.0-alpha.60",
"@octokit/rest": "^19.0.3",
"@octokit/types": "^9.0.0",
"@roadiehq/github-auth-utils-react": "^0.2.0",
"@roadiehq/github-auth-utils-react": "^1.0.0",
"@types/node-fetch": "^2.5.7",
"git-url-parse": "^14.0.0",
"history": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @roadiehq/backstage-plugin-security-insights

## 3.1.1

### Patch Changes

- Updated dependencies [1dd9384]
- @roadiehq/github-auth-utils-react@1.0.0

## 3.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-security-insights",
"version": "3.1.0",
"version": "3.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@material-ui/lab": "^4.0.0-alpha.45",
"@octokit/graphql": "^5.0.0",
"@octokit/rest": "^19.0.3",
"@roadiehq/github-auth-utils-react": "^0.2.0",
"@roadiehq/github-auth-utils-react": "^1.0.0",
"cross-fetch": "^3.1.4",
"git-url-parse": "^16.0.0",
"history": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/frontend/github-auth-utils-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roadiehq/github-auth-utils-react

## 1.0.0

### Major Changes

- 1dd9384: Release GH auth utils first version.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/github-auth-utils-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/github-auth-utils-react",
"version": "0.2.0",
"version": "1.0.0",
"description": "Common functionality for GitHub frontend OAuth authentication",
"backstage": {
"role": "web-library"
Expand Down

0 comments on commit 7a1f97b

Please sign in to comment.