[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

update

Florian (Feb 23, 2026, 1:36 AM +0100) 452f9286 7698ba92

+14 -2
+1 -1
package.json
··· 21 21 }, 22 22 "packageManager": "pnpm@10.30.1", 23 23 "engines": { 24 - "node": ">=24" 24 + "node": ">=18" 25 25 }, 26 26 "pnpm": { 27 27 "onlyBuiltDependencies": [
+12
.changeset/deep-shirts-cover.md
··· 1 + --- 2 + '@foxui/3d': minor 3 + '@foxui/all': minor 4 + '@foxui/colors': minor 5 + '@foxui/core': minor 6 + '@foxui/social': minor 7 + '@foxui/text': minor 8 + '@foxui/time': minor 9 + '@foxui/visual': minor 10 + --- 11 + 12 + update dependencies, bump
+1 -1
.github/workflows/ci.yml
··· 35 35 - name: Setup Node.js environment 36 36 uses: actions/setup-node@v4 37 37 with: 38 - node-version: 24 38 + node-version: 22 39 39 cache: 'pnpm' 40 40 41 41 - name: Install dependencies