Skip to content

Commit 8185620

Browse files
committed
chore(projects): release v0.0.2-beta.7
1 parent 8158775 commit 8185620

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.2-beta.7](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.6...v0.0.2-beta.7) (2025-11-08)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **button-loading**: specify loadingPosition type as Align for better type safety &nbsp;-&nbsp; by @soybeanjs [<samp>(43235)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4323581c)
9+
- **command**: add useForwardListeners for improved event handling in ListboxRoot &nbsp;-&nbsp; by @soybeanjs [<samp>(fffca)</samp>](https://github.com/soybeanjs/soybean-ui/commit/fffca042)
10+
- **types**: add types ImageLoadingStatus, ListboxCollectionItemData, and FormErrors for enhanced type definitions &nbsp;-&nbsp; by @soybeanjs [<samp>(abf7b)</samp>](https://github.com/soybeanjs/soybean-ui/commit/abf7bc7c)
11+
12+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
13+
14+
- **tsdown**: streamline external dependencies by dynamically importing from package.json files &nbsp;-&nbsp; by @soybeanjs [<samp>(a7a0d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a7a0d398)
15+
16+
### &nbsp;&nbsp;&nbsp;🏡 Chore
17+
18+
- **deps**:
19+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(0fef9)</samp>](https://github.com/soybeanjs/soybean-ui/commit/0fef9f44)
20+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(81587)</samp>](https://github.com/soybeanjs/soybean-ui/commit/81587758)
21+
22+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
23+
24+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
25+
426
## [v0.0.2-beta.6](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.5...v0.0.2-beta.6) (2025-11-07)
527

628
### &nbsp;&nbsp;&nbsp;🚨 Breaking Changes

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-beta.6",
4+
"version": "0.0.2-beta.7",
55
"private": true,
66
"packageManager": "pnpm@10.20.0",
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-beta.6",
4+
"version": "0.0.2-beta.7",
55
"packageManager": "pnpm@10.20.0",
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-beta.6",
4+
"version": "0.0.2-beta.7",
55
"packageManager": "pnpm@10.20.0",
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)