Skip to content

Commit

Permalink
chore: release stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Oct 31, 2024
1 parent 9571100 commit ffe708b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@

This VSCode extension enables you to install [shadcn/svelte](https://shadcn-svelte.com) components directly from your IDE ✨.

**Please use vscode-shadcn-svelte version 0.0.1 as it is the only version that is currently stable. You can install the 0.1.1 version by running the following command in the terminal**:

```
code --install-extension [email protected]
```

## Initialize the Shadcn/Svelte CLI

![to initialize CLI open the command palette and search for shadcn/svelte: install cli command](https://raw.githubusercontent.com/selemondev/vscode-shadcn-svelte/master/src/assets/images/init-cli.png)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"scripts": {
"vscode:prepublish": "pnpm build",
"generate:release": "npx changelogen@latest --release",
"generate:release": "npx changelogen@latest --major --release",
"check-types": "tsc --noEmit",
"build": "pnpm run lint && node esbuild.js --production",
"dev": "pnpm build -- --watch",
Expand Down

0 comments on commit ffe708b

Please sign in to comment.