Skip to content

Commit d211303

Browse files
Version Packages (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e267bc3 commit d211303

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/barrel-component-exports.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
# @openshock/svelte-core
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- e267bc3: Fix consumption in a SvelteKit dev server. Importing components via raw `.svelte`-file subpaths (e.g. `components/input/PasswordInput.svelte`) made Vite's dependency scanner crawl into the file and fail on its relative imports. The component directories are now exposed via JS barrel index files — `components`, `components/input`, `components/svg`, `components/datetime-picker`, `components/dialog-manager` — so consumers import named exports (like `ui/*` and `stepper` already do) and Vite treats the package as a Svelte library. Also add the missing `default` export condition to `.` and `./hooks/is-mobile.svelte`.
8+
39
## 0.2.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openshock/svelte-core",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Shared OpenShock Svelte/SvelteKit core: shadcn-svelte component baseline, design-system theme, and common utilities used by both the cloud frontend and the firmware captive portal.",
55
"license": "AGPL-3.0-or-later",
66
"repository": {

0 commit comments

Comments
 (0)