Skip to content

Commit 90919ef

Browse files
committed
chore(projects): release v0.0.2-beta.12
1 parent ae2365c commit 90919ef

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.2-beta.12](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.11...v0.0.2-beta.12) (2025-11-08)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **button**: include 'fitContent' in omitted props for button component &nbsp;-&nbsp; by @soybeanjs [<samp>(a1cf7)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a1cf7e7e)
9+
- **docs**: fix markdown build &nbsp;-&nbsp; by @soybeanjs [<samp>(98039)</samp>](https://github.com/soybeanjs/soybean-ui/commit/98039c47)
10+
11+
### &nbsp;&nbsp;&nbsp;💅 Refactors
12+
13+
- **card**: remove unused 'flexHeight' prop from CardProps interface &nbsp;-&nbsp; by @soybeanjs [<samp>(ae236)</samp>](https://github.com/soybeanjs/soybean-ui/commit/ae2365ce)
14+
15+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
16+
17+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
18+
419
## [v0.0.2-beta.11](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.10...v0.0.2-beta.11) (2025-11-08)
520

621
### &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-beta.11",
4+
"version": "0.0.2-beta.12",
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-beta.11",
4+
"version": "0.0.2-beta.12",
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-beta.11",
4+
"version": "0.0.2-beta.12",
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)