Skip to content

Commit f7630ac

Browse files
committed
chore(projects): release v0.0.3
1 parent 641b40e commit f7630ac

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.3](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2...v0.0.3) (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;📖 Documentation
12+
13+
- **README**:
14+
- enhance documentation for SoybeanUI and SoybeanHeadless &nbsp;-&nbsp; by @soybeanjs [<samp>(b109f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b109f541)
15+
- update descriptions and add credits section for SoybeanUI and SoybeanHeadless &nbsp;-&nbsp; by @soybeanjs [<samp>(641b4)</samp>](https://github.com/soybeanjs/soybean-ui/commit/641b40e4)
16+
17+
### &nbsp;&nbsp;&nbsp;🏡 Chore
18+
19+
- **docs**: remove outdated markdown guides and migration documentation &nbsp;-&nbsp; by @soybeanjs [<samp>(b41a9)</samp>](https://github.com/soybeanjs/soybean-ui/commit/b41a90b7)
20+
21+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
22+
23+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
24+
425
## [v0.0.3-beta.1](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2...v0.0.3-beta.1) (2025-11-19)
526

627
### &nbsp;&nbsp;&nbsp;💅 Refactors

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.3-beta.1",
4+
"version": "0.0.3",
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.3-beta.1",
4+
"version": "0.0.3",
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.3-beta.1",
4+
"version": "0.0.3",
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)