Skip to content

Commit 87aa1b7

Browse files
committed
chore(projects): release v0.0.3-beta.1
1 parent 8fd11d1 commit 87aa1b7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33

4+
## [v0.0.3-beta.1](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2...v0.0.3-beta.1) (2025-11-19)
5+
6+
###    💅 Refactors
7+
8+
- **focus-scope**: simplify focus management by removing unnecessary event dispatching and timeout logic &nbsp;-&nbsp; by @soybeanjs [<samp>(630c3)</samp>](https://github.com/soybeanjs/soybean-ui/commit/630c3ff1)
9+
- **tree-menu**: improve item action positioning and tooltip logic for better usability &nbsp;-&nbsp; by @soybeanjs [<samp>(8fd11)</samp>](https://github.com/soybeanjs/soybean-ui/commit/8fd11d1b)
10+
11+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
12+
13+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
14+
415
## [v0.0.2](https://github.com/soybeanjs/soybean-ui/compare/v0.0.1...v0.0.2) (2025-11-18)
516

617
### &nbsp;&nbsp;&nbsp;🚀 Features

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/ui-docs",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3-beta.1",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "SoybeanUI Docs is a documentation for SoybeanUI. It is designed to be easy to use and understand.",

headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/headless",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3-beta.1",
55
"packageManager": "[email protected]",
66
"description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soybeanjs/ui",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3-beta.1",
55
"packageManager": "[email protected]",
66
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
77
"author": {

0 commit comments

Comments
 (0)