Skip to content

Commit

Permalink
Update to 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Oct 9, 2024
1 parent 199ab35 commit 0226410
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.84.0 - 2024-10-09

### 💎 Improvements

- When running a no-view command with arguments, only clear the argument inputs instead of clearing the entire search bar (which brings the behaviour in line with other no-view commands)

### 🐞 Fixes

- Fixed a regression where `selectedItemId` wouldn’t be respected
- Fixed a typo in the extension template’s build script

## 1.81.0 - 2024-08-13

### ✨ New
Expand Down
Empty file added migrations/1.80.0/.gitkeep
Empty file.
Empty file added migrations/1.81.0/.gitkeep
Empty file.
Empty file added migrations/1.82.0/.gitkeep
Empty file.
Empty file added migrations/1.83.0/.gitkeep
Empty file.
Empty file added migrations/1.84.0/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raycast/migration",
"version": "1.79.0",
"version": "1.84.0",
"description": "Tool to automate the migration to a newer version of the @raycast/api",
"main": "index.js",
"bin": "./bin/migrate.js",
Expand Down

0 comments on commit 0226410

Please sign in to comment.