Skip to content

Commit

Permalink
chore: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Sep 20, 2023
1 parent b0cf37c commit db65ee6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.3](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.2.2...v0.2.3) (2023-09-20)


### Bug Fixes

* fixed the debounce search bug [#18](https://github.com/xiaoluoboding/vue-command-palette/issues/18) ([5d72166](https://github.com/xiaoluoboding/vue-command-palette/commit/5d72166779778a88df790b6dc7175319918e2a2f))



## [0.2.2](https://github.com/xiaoluoboding/vue-command-palette/compare/v0.2.1...v0.2.2) (2023-09-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-command-palette",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/scss/raycast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
[command-raycast-open-trigger],
[command-raycast-subcommand-trigger] {
color: var(--gray11);
background: var(--grayA5);
padding: 0px 4px 0px 8px;
border-radius: 6px;
font-weight: 500;
Expand Down

1 comment on commit db65ee6

@vercel
Copy link

@vercel vercel bot commented on db65ee6 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-command-palette – ./

vue-command-palette-xlbd.vercel.app
vue-command-palette-git-main-xlbd.vercel.app
vue-command-palette.vercel.app

Please sign in to comment.