Skip to content

Commit 6f96cd5

Browse files
committed
chore(projects): release v0.0.5
1 parent 530018c commit 6f96cd5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.5](https://github.com/soybeanjs/soybean-ui/compare/v0.0.4...v0.0.5) (2025-11-19)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **valibot**: dynamically import safeParseAsync for improved performance &nbsp;-&nbsp; by @soybeanjs [<samp>(4ccc6)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4ccc64d3)
9+
10+
### &nbsp;&nbsp;&nbsp;🏡 Chore
11+
12+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(53001)</samp>](https://github.com/soybeanjs/soybean-ui/commit/530018c5)
13+
14+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
15+
16+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
17+
418
## [v0.0.5-beta.1](https://github.com/soybeanjs/soybean-ui/compare/v0.0.4...v0.0.5-beta.1) (2025-11-19)
519

620
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

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