Skip to content

Commit

Permalink
Chore: Release 9.5.0 (#2994)
Browse files Browse the repository at this point in the history
* 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 <thewahome.cw@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people committed Feb 5, 2024
1 parent 9ca4183 commit 62e4d04
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 279 deletions.
118 changes: 0 additions & 118 deletions .github/workflows/combine-prs.yml

This file was deleted.

23 changes: 4 additions & 19 deletions .github/workflows/cut-release.yml
Expand Up @@ -6,6 +6,10 @@ on:
description: Release type (major/minor/patch)
required: true

permissions:
pull-requests: write
contents: write

jobs:
cut-release:
name: Creates release branch and PRs into dev/master
Expand Down Expand Up @@ -74,22 +78,3 @@ jobs:
echo "NEW_VERSION=${newVersion}" >> $GITHUB_ENV
echo "::set-output name=branchName::$branchName"
- name: Create pull request into dev
uses: repo-sync/pull-request@v2
if: ${{ github.event.inputs.release-type == 'major' || github.event.inputs.release-type == 'minor' }}
with:
source_branch: ${{ steps.create-release.outputs.branchName }}
destination_branch: "dev"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Chore: Update to ${{ env.NEW_VERSION }}"
pr_body: ${{ env.devPrBody }}

- name: Create pull request into master
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ steps.create-release.outputs.branchName }}
destination_branch: "master"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Chore: Release ${{ env.NEW_VERSION }}"
pr_body: ${{ env.masterPrBody }}
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Expand Up @@ -12,6 +12,10 @@ on:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

permissions:
contents: write
pull-requests: write

jobs:
install:
name: Install node modules
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/projectbot.yml
Expand Up @@ -5,6 +5,11 @@ on:
issues:
types:
- opened

permissions:
issues: write
repository-projects: write

jobs:
track_issue:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "9.4.0",
"version": "9.5.0",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
Expand Down
66 changes: 0 additions & 66 deletions src/app/views/app-sections/FeedbackButton.tsx

This file was deleted.

0 comments on commit 62e4d04

Please sign in to comment.