Skip to content

Commit f1e465c

Browse files
chore(release): version package (#358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e973d09 commit f1e465c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/chatty-buckets-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# shadcn-svelte-extras
22

3+
## 6.8.4
4+
5+
### Patch Changes
6+
7+
- fix(Password): Lazy load `zxcvbn` so that users not making use of the `Password.Strength` component don't need to import it ([#357](https://github.com/ieedan/shadcn-svelte-extras/pull/357))
8+
39
## 6.8.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-svelte-extras",
33
"packageManager": "pnpm@10.23.0",
4-
"version": "6.8.3",
4+
"version": "6.8.4",
55
"type": "module",
66
"scripts": {
77
"dev": "concurrently -n 'registry,app' -c 'blue,green' \"pnpm registry:dev\" \"pnpm generate-llms && vite dev\"",

0 commit comments

Comments
 (0)