Skip to content

Commit 62e4d04

Browse files
ElinorWthewahomegithub-actions
authored
Chore: Release 9.5.0 (#2994)
* Chore: Update to 9.4.0 (#2959) * Fix: Remove lazy loading on feedback button (#2963) * Fix: Ignore aria rule on Sample Queries component (#2962) * Chore: change workflow permissions (#2966) * Bump version to 9.5.0 --------- Co-authored-by: Charles Wahome <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 9ca4183 commit 62e4d04

File tree

9 files changed

+64
-279
lines changed

9 files changed

+64
-279
lines changed

.github/workflows/combine-prs.yml

Lines changed: 0 additions & 118 deletions
This file was deleted.

.github/workflows/cut-release.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
description: Release type (major/minor/patch)
77
required: true
88

9+
permissions:
10+
pull-requests: write
11+
contents: write
12+
913
jobs:
1014
cut-release:
1115
name: Creates release branch and PRs into dev/master
@@ -74,22 +78,3 @@ jobs:
7478
7579
echo "NEW_VERSION=${newVersion}" >> $GITHUB_ENV
7680
echo "::set-output name=branchName::$branchName"
77-
78-
- name: Create pull request into dev
79-
uses: repo-sync/pull-request@v2
80-
if: ${{ github.event.inputs.release-type == 'major' || github.event.inputs.release-type == 'minor' }}
81-
with:
82-
source_branch: ${{ steps.create-release.outputs.branchName }}
83-
destination_branch: "dev"
84-
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
pr_title: "Chore: Update to ${{ env.NEW_VERSION }}"
86-
pr_body: ${{ env.devPrBody }}
87-
88-
- name: Create pull request into master
89-
uses: repo-sync/pull-request@v2
90-
with:
91-
source_branch: ${{ steps.create-release.outputs.branchName }}
92-
destination_branch: "master"
93-
github_token: ${{ secrets.GITHUB_TOKEN }}
94-
pr_title: "Chore: Release ${{ env.NEW_VERSION }}"
95-
pr_body: ${{ env.masterPrBody }}

.github/workflows/linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
env:
1313
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1414

15+
permissions:
16+
contents: write
17+
pull-requests: write
18+
1519
jobs:
1620
install:
1721
name: Install node modules

.github/workflows/projectbot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
issues:
66
types:
77
- opened
8+
9+
permissions:
10+
issues: write
11+
repository-projects: write
12+
813
jobs:
914
track_issue:
1015
runs-on: ubuntu-latest

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer-v2",
3-
"version": "9.4.0",
3+
"version": "9.5.0",
44
"private": true,
55
"dependencies": {
66
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",

src/app/views/app-sections/FeedbackButton.tsx

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)