Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bitbucket extension #15657

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion extensions/bitbucket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

## [Update] - 2023-01-03

Changed the SearchList implementation to work with workspaces with large number of repositories
Changed the SearchList implementation to work with workspaces with large number of repositories

## [Update] - 2024-12-02

Added Prettier to the project as newly required by Raycast
23 changes: 23 additions & 0 deletions extensions/bitbucket/package-lock.json

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

3 changes: 2 additions & 1 deletion extensions/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"contributors": [
"earmstrong42",
"mhossain",
"morland_meng"
"kmizzi"
],
"license": "MIT",
"commands": [
Expand Down Expand Up @@ -68,6 +68,7 @@
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^3.4.1",
"react-devtools": "^4.19.2",
"typescript": "^4.4.3"
},
Expand Down
Loading