Skip to content

Commit

Permalink
Update Common Directory extension (#2149)
Browse files Browse the repository at this point in the history
* Update Common Directory extension

* Update CHANGELOG.md

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
koinzhang and raycastbot authored Jun 30, 2022
1 parent 4320900 commit d8cf311
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 109 deletions.
4 changes: 4 additions & 0 deletions extensions/common-directory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Common Directory Changelog

## [Add text field validation] - 2022-06-30

- Add text field validation

## [Add feature: Enter sub-folder] - 2022-06-01

- Add feature **Enter sub-folder**: Now you can enter and exit folders with _Enter Folder_(⌘+⎇+↓) and _Enclosing Folder_(⌘+⎇+↑) actions
Expand Down
162 changes: 64 additions & 98 deletions extensions/common-directory/package-lock.json

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

6 changes: 2 additions & 4 deletions extensions/common-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@
}
],
"dependencies": {
"@raycast/api": "^1.35.1",
"fs-extra": "^10.1.0",
"@raycast/api": "^1.37.0",
"file-url": "^4.0.0",
"fs-extra": "^10.1.0",
"run-applescript": "^6.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "~16.10.0",
"@types/react": "^17.0.28",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
Expand Down
Loading

0 comments on commit d8cf311

Please sign in to comment.