chore( ui): release 0.0.2

This commit is contained in:
github-actions[bot] 2026-03-01 02:19:46 +00:00 committed by GitHub
parent f4bea134a2
commit 5ee6742659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{ {
"packages/ui": "0.0.1" "packages/ui": "0.0.2"
} }

19
packages/ui/CHANGELOG.md Normal file
View File

@ -0,0 +1,19 @@
# Changelog
## [0.0.2](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/ui-v0.0.1...ui-v0.0.2) (2026-03-01)
### Features
* **package/ui:** os-badge ([#9250](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9250)) ([951a24f](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/951a24f100cf735751ea43750186fa36fada9171))
* **package/ui:** os-button suffix slot ([#9242](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9242)) ([282d4a3](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/282d4a33eb8ab8932e4500ee5065e07985a3c19b))
* **package/ui:** os-icon ([#9234](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9234)) ([fc714a5](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/fc714a5f303cb443b52799090db0cdffa7a1e7bb))
* **package/ui:** os-number ([#9254](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9254)) ([bbad57b](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/bbad57bbc7cefe6aaeb1446c742bc36ec65faacd))
* **webapp:** more button icons, more loading states ([#9243](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9243)) ([c0a7965](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/c0a7965d24280675f6ca33ecb58c02cd2fc02748))
* **webapp:** push to top indicator ([#9237](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9237)) ([0cbdfea](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/0cbdfea5a1169eaa31f7e04dd128db1bda7fb56a))
### Bug Fixes
* **package/ui:** os-button class to ensure branding compatibility ([#9211](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9211)) ([f4fe855](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/f4fe8553de78d02d627c10df59d66d7a06c285b7))
* **webapp:** add responsive mobile menu with locale switching and filter support ([#9281](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9281)) ([9548ad6](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/9548ad6e313f547e93778bf78e880d2527ec1f49))

View File

@ -1,12 +1,12 @@
{ {
"name": "@ocelot-social/ui", "name": "@ocelot-social/ui",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ocelot-social/ui", "name": "@ocelot-social/ui",
"version": "0.0.1", "version": "0.0.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@ocelot-social/ui", "name": "@ocelot-social/ui",
"version": "0.0.1", "version": "0.0.2",
"description": "Vue component library for ocelot.social - works with Vue 2.7+ and Vue 3", "description": "Vue component library for ocelot.social - works with Vue 2.7+ and Vue 3",
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module", "type": "module",