Releases: selemondev/vscode-shadcn-svelte
Releases · selemondev/vscode-shadcn-svelte
v0.6.0
🩹 Fixes
- User's cwd preference (ba6847b)
🏡 Chore
- deps-dev: Bump @typescript-eslint/eslint-plugin (63386d9)
- deps-dev: Bump @types/node from 20.17.13 to 24.3.1 (eb8b53a)
- deps-dev: Bump @types/vscode from 1.85.0 to 1.103.0 (c579609)
- deps-dev: Bump @typescript-eslint/parser from 6.21.0 to 8.43.0 (99b4972)
- deps-dev: Bump @types/node from 24.3.1 to 24.6.0 (871e2ae)
- deps-dev: Bump @typescript-eslint/parser from 8.43.0 to 8.45.0 (3ca4303)
- deps-dev: Bump eslint from 8.57.1 to 9.36.0 (4c79fdf)
- deps-dev: Bump esbuild from 0.25.9 to 0.25.10 (2b16cb3)
- deps-dev: Bump eslint from 9.36.0 to 9.37.0 (9794ea3)
- eslint: Migrate to Eslint v9 file structure (4feb4ee)
❤️ Contributors
What's Changed
- chore(deps-dev): bump @types/node from 20.17.13 to 24.3.1 by @dependabot[bot] in #77
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.43.0 by @dependabot[bot] in #76
- chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.43.0 by @dependabot[bot] in #74
- chore(deps-dev): bump @types/vscode from 1.85.0 to 1.103.0 by @dependabot[bot] in #75
- chore(deps-dev): bump @typescript-eslint/parser from 8.43.0 to 8.45.0 by @dependabot[bot] in #87
- chore(deps-dev): bump @types/node from 24.3.1 to 24.6.0 by @dependabot[bot] in #86
- chore(deps-dev): bump eslint from 8.57.1 to 9.36.0 by @dependabot[bot] in #84
- chore(deps-dev): bump esbuild from 0.25.9 to 0.25.10 by @dependabot[bot] in #82
- chore: Configure Renovate by @renovate[bot] in #92
- chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #100
- chore(deps): update dependency @types/node to v24.7.1 by @renovate[bot] in #94
- chore(deps): update dependency @types/node to v24.7.2 by @renovate[bot] in #104
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #107
- chore(deps): update dependency node to v22 by @renovate[bot] in #101
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #99
- chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 by @dependabot[bot] in #88
- chore(deps): update dependency eslint to v9.38.0 by @renovate[bot] in #97
- chore(eslint): migrate to Eslint v9 file structure by @selemondev in #117
- fix: user's cwd preference by @selemondev in #118
New Contributors
Full Changelog: v0.5.6...v0.6.0
v0.5.6
💅 Refactors
- @types/vscode version (a650900)
🏡 Chore
- Update vscode compatibility engine (40ae1fc)
❤️ Contributors
Full Changelog: v0.5.5...v0.5.6
v0.5.5
💅 Refactors
- Resolve types config (edc9b48)
🏡 Chore
- deps-dev: Bump typescript from 5.7.3 to 5.9.2 (5dfadf4)
- deps-dev: Bump @types/vscode from 1.96.0 to 1.103.0 (46f44cb)
- deps-dev: Bump esbuild from 0.24.2 to 0.25.9 (3250f81)
- deps-dev: Bump @typescript-eslint/eslint-plugin (78e4c0a)
- Update dependencies (2c7a86d)
- Update version (6d40df5)
- Lint (dd50478)
❤️ Contributors
What's Changed
- Set package ecosystem to npm in dependabot config by @selemondev in #63
- chore(deps): bump pkg-types from 1.3.1 to 2.3.0 by @dependabot[bot] in #64
- chore(deps-dev): bump typescript from 5.7.3 to 5.9.2 by @dependabot[bot] in #65
- chore(deps-dev): bump @types/vscode from 1.96.0 to 1.103.0 by @dependabot[bot] in #66
- chore(deps-dev): bump esbuild from 0.24.2 to 0.25.9 by @dependabot[bot] in #67
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot[bot] in #68
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #70
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @selemondev in #71
- chore: update dependencies by @selemondev in #72
- refactor: resolve types config by @selemondev in #73
New Contributors
- @dependabot[bot] made their first contribution in #64
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
💅 Refactors
- refactor bun's lockfile name from bun.lockb to bun.lock (c2bdc36)
🏡 Chore
❤️ Contributors
v0.5.2
v0.5.1
v0.5.0
🚀 Enhancements
- Support multiple workspaces (ba1723e)
🏡 Chore
- Release v0.4.0 (32cb538)
❤️ Contributors
What's Changed
- feat: support multiple workspaces by @selemondev and @coryvirok in #53
Full Changelog: v0.4.0...v0.5.0
v0.4.0
🚀 Enhancements
- Add svelte 5 usage code snippets (81bea35)
📖 Documentation
- Update README.md (676e7a2)
- Add a note on which abbreviations to use based on the Svelte version (a9f7b22)
- Update README.md (a5dfb70)
- Update README.md (9276378)
🏡 Chore
❤️ Contributors
- Selemondev (@selemondev)
What's Changed
- docs: update README.md by @selemondev in #46
- chore: update README.md by @selemondev in #47
- feat: add Svelte 5 usage code snippets by @selemondev in #49
- docs: add a note on which abbreviations to use based on the Svelte version. by @selemondev in #50
- chore: add Svelte 5 snippets path to the snippets array in the contributes object found in the package.json file by @selemondev in #51
Full Changelog: v0.3.0...v0.4.0
v0.3.0
🚀 Enhancements
- Add snippet for scroll-area component (03b23db)
🏡 Chore
- Add license field to package.json (5545f85)
- Add deploy script for Open VSX to package.json (04f30c3)
- Revert auto format changes (2d85b28)
- release: V0.2.0 (2b6f0c1)
🤖 CI
- Add workflow for publishing extensions (63b514b)
❤️ Contributors
- Selemondev (@selemondev)
- Frail Bongat (@frailbongat)
- Jo Kroese jo@jokroese.com
What's Changed
- ci: add GitHub workflow for extension publishing by @jokroese in #43
- feat: add snippet for scroll-area component by @frailbongat in #44
New Contributors
- @jokroese made their first contribution in #43
- @frailbongat made their first contribution in #44
Full Changelog: v0.2.0...v0.3.0