lutra 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@
120
120
 
121
121
 
122
122
  <UiContent>
123
- <div class="MenuDropdown" bind:this={menuEl}>
123
+ <div class="MenuDropdown" class:open={_open} bind:this={menuEl}>
124
124
  <div
125
125
  class="Trigger"
126
126
  bind:this={triggerEl}
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "lutra",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
+ "bump-and-publish:patch": "pnpm version:patch && pnpm build && npm publish",
6
7
  "build": "vite build && npm run package",
7
8
  "preview": "vite preview",
8
9
  "package": "svelte-kit sync && svelte-package && publint",