[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.

Merge pull request #93 from flo-bit/changeset-release/main

Version Packages

authored by

Florian and committed by
GitHub
(Apr 21, 2026, 2:28 PM +0200) 788f0080 2894dc08

+15 -7
-5
.changeset/ten-regions-jump.md
··· 1 - --- 2 - '@foxui/social': patch 3 - --- 4 - 5 - add emoji picker search and favourites
+7
packages/all/CHANGELOG.md
··· 1 1 # @foxui/all 2 2 3 + ## 0.7.5 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [83beb19] 8 + - @foxui/social@0.8.10 9 + 3 10 ## 0.7.4 4 11 5 12 ### Patch Changes
+1 -1
packages/all/package.json
··· 1 1 { 2 2 "name": "@foxui/all", 3 3 "private": false, 4 - "version": "0.7.4", 4 + "version": "0.7.5", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+6
packages/social/CHANGELOG.md
··· 1 1 # @foxui/social 2 2 3 + ## 0.8.10 4 + 5 + ### Patch Changes 6 + 7 + - 83beb19: add emoji picker search and favourites 8 + 3 9 ## 0.8.9 4 10 5 11 ### Patch Changes
+1 -1
packages/social/package.json
··· 1 1 { 2 2 "name": "@foxui/social", 3 3 "private": false, 4 - "version": "0.8.9", 4 + "version": "0.8.10", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",