From 5ee67426592bad7dff9e7aa1617c1586e6a2f1c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:19:46 +0000 Subject: [PATCH] chore( ui): release 0.0.2 --- .release-please-manifest.json | 2 +- packages/ui/CHANGELOG.md | 19 +++++++++++++++++++ packages/ui/package-lock.json | 4 ++-- packages/ui/package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 packages/ui/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eac1e4426..b3202f375 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/ui": "0.0.1" + "packages/ui": "0.0.2" } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 000000000..c0bb6c6c2 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -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)) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 8b9028f5f..f82edc998 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -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", diff --git a/packages/ui/package.json b/packages/ui/package.json index 4b509b701..b4b4c8af0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",