Skip to content

Commit

Permalink
chore(release): v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Feb 3, 2024
1 parent c537c84 commit 1560721
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ All notable changes to the "vscode-shadcn-svelte" extension will be documented i

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.0.8

[compare changes](https://github.com/selemondev/vscode-shadcn-svelte/compare/v0.0.7...v0.0.8)

### 🚀 Enhancements

- Add -cwd arg support for shadcn-svelte" ([715b01e](https://github.com/selemondev/vscode-shadcn-svelte/commit/715b01e))
- Add Sonner component snippets ([6971883](https://github.com/selemondev/vscode-shadcn-svelte/commit/6971883))
- **snippets:** Add Carousel snippets ([73c849a](https://github.com/selemondev/vscode-shadcn-svelte/commit/73c849a))

### 🩹 Fixes

- Dropdown menu import snippet ([633c10d](https://github.com/selemondev/vscode-shadcn-svelte/commit/633c10d))

### 💅 Refactors

- **bundler:** Migrate from webpack to tsup ([7500f06](https://github.com/selemondev/vscode-shadcn-svelte/commit/7500f06))

### 📖 Documentation

- Update README.md ([25673ad](https://github.com/selemondev/vscode-shadcn-svelte/commit/25673ad))
- Update README.md ([2e98770](https://github.com/selemondev/vscode-shadcn-svelte/commit/2e98770))

### 🏡 Chore

- Remove pnpm lock-file ([851dce9](https://github.com/selemondev/vscode-shadcn-svelte/commit/851dce9))
- **app:** Remove unnecessary files ([5fe0f3e](https://github.com/selemondev/vscode-shadcn-svelte/commit/5fe0f3e))

### ❤️ Contributors

- Selemondev <selemondev19@gmail.com>

## v0.0.6


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": "vscode-shadcn-svelte",
"version": "0.0.7",
"version": "0.0.8",
"displayName": "shadcn/svelte",
"description": "Integrate components and snippets from Shadcn/Svelte directly into your IDE ✨.",
"publisher": "Selemondev",
Expand Down

0 comments on commit 1560721

Please sign in to comment.