[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 #33 from flo-bit/changeset-release/main

Version Packages

authored by

Florian and committed by
GitHub
(May 19, 2025, 9:12 PM +0200) 92dd03d3 ab1fa5d2

+22 -13
-5
.changeset/afraid-forks-brush.md
··· 1 - --- 2 - '@fuxui/colors': patch 3 - --- 4 - 5 - improve color picker
-5
.changeset/breezy-otters-cover.md
··· 1 - --- 2 - '@fuxui/text': patch 3 - --- 4 - 5 - improve rich text editor
+6
packages/colors/CHANGELOG.md
··· 1 1 # @fuxui/colors 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - 6795280: improve color picker 8 + 3 9 ## 0.2.1 4 10 5 11 ### Patch Changes
+1 -1
packages/colors/package.json
··· 1 1 { 2 2 "name": "@fuxui/colors", 3 3 "private": false, 4 - "version": "0.2.1", 4 + "version": "0.2.2", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+6
packages/text/CHANGELOG.md
··· 1 1 # @fuxui/time 2 2 3 + ## 0.2.3 4 + 5 + ### Patch Changes 6 + 7 + - 6795280: improve rich text editor 8 + 3 9 ## 0.2.2 4 10 5 11 ### Patch Changes
+1 -1
packages/text/package.json
··· 1 1 { 2 2 "name": "@fuxui/text", 3 3 "private": false, 4 - "version": "0.2.2", 4 + "version": "0.2.3", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",
+7
packages/visual/CHANGELOG.md
··· 1 1 # @fuxui/visual 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [6795280] 8 + - @fuxui/colors@0.2.2 9 + 3 10 ## 0.2.1 4 11 5 12 ### Patch Changes
+1 -1
packages/visual/package.json
··· 1 1 { 2 2 "name": "@fuxui/visual", 3 3 "private": false, 4 - "version": "0.2.1", 4 + "version": "0.2.2", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev",