Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Sep 15, 2022
1 parent 85bdfcc commit 50471b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![vue-command-palette minzip package size](https://img.shields.io/bundlephobia/minzip/vue-command-palette)
![vue-command-palette package version](https://img.shields.io/npm/v/vue-command-palette.svg?colorB=green)

> A fast, composable, unstyled `command` + `k` command palette for Vue.
> A fast, composable, unstyled `command` + `k` interface (Command Palette) for Vue.
## Preview

Expand Down
4 changes: 0 additions & 4 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
'Carbon:logoGithub': typeof import('~icons/carbon/logo-github')['default']
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
CmdkPlaceholder: typeof import('./src/components/common/CmdkPlaceholder.vue')['default']
FigmaIcon: typeof import('./src/components/icons/FigmaIcon.vue')['default']
Home: typeof import('./src/components/command/raycast/Home.vue')['default']
Expand All @@ -24,7 +21,6 @@ declare module '@vue/runtime-core' {
LinearRemoveLabelIcon: typeof import('./src/components/icons/LinearRemoveLabelIcon.vue')['default']
LinearSetDueDateIcon: typeof import('./src/components/icons/LinearSetDueDateIcon.vue')['default']
Logo: typeof import('./src/components/icons/Logo.vue')['default']
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
MoonIcon: typeof import('./src/components/icons/MoonIcon.vue')['default']
Projects: typeof import('./src/components/command/vercel/Projects.vue')['default']
Raycast: typeof import('./src/components/command/raycast/Raycast.vue')['default']
Expand Down

1 comment on commit 50471b8

@vercel
Copy link

@vercel vercel bot commented on 50471b8 Sep 15, 2022

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.vercel.app
vue-command-palette-git-main-xlbd.vercel.app
vue-command-palette-xlbd.vercel.app

Please sign in to comment.