chore( ui): release 0.0.2

This commit is contained in:
github-actions[bot] 2026-03-22 11:14:38 +00:00 committed by GitHub
parent 0ecb8e576e
commit 49a7f46535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 4 deletions

View File

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

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

@ -0,0 +1,22 @@
# Changelog
## [0.0.2](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/ui-v0.0.1...ui-v0.0.2) (2026-03-22)
### 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-modal & webapp integration ([#9375](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9375)) ([237798b](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/237798b0f0b9002d524c3f24486f0e00d81d4af9))
* **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))
* **package/ui:** override active hover effect of disabled button to not create visual glitches when button state changes ([#9408](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9408)) ([194fc53](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/194fc53ade76355063473ba097f5f474e6102211))
* **package/ui:** update eslint-config-it4c & fix lint errors ([#9368](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/9368)) ([5ad0689](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/5ad0689ddae5497273f549a0df74cdb1ecf8afe5))
* **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",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ocelot-social/ui",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"dependencies": {
"class-variance-authority": "^0.7.1",

View File

@ -1,6 +1,6 @@
{
"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",
"license": "Apache-2.0",
"type": "module",