Skip to content

Commit bf4bd1e

Browse files
committed
chore(projects): release v0.9.1
1 parent f5d4d71 commit bf4bd1e

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,5 +1,27 @@
11
# Changelog
22

3+
## [v0.9.1](https://github.com/soybeanjs/soybean-ui/compare/v0.9.0...v0.9.1) (2026-03-03)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **code-block**: remove debug log from renderCode function &nbsp;-&nbsp; by @soybeanjs [<samp>(7491f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/7491f375)
8+
- **command**: fix search options &nbsp;-&nbsp; by @soybeanjs [<samp>(2e26c)</samp>](https://github.com/soybeanjs/soybean-ui/commit/2e26c75c)
9+
- **header-nav**: simplify menu item linkProps and update SNavigationMenu usage &nbsp;-&nbsp; by @soybeanjs [<samp>(592cb)</samp>](https://github.com/soybeanjs/soybean-ui/commit/592cb4e2)
10+
- **layout**: add background color to sidebar for better visibility &nbsp;-&nbsp; by @soybeanjs [<samp>(1ce3f)</samp>](https://github.com/soybeanjs/soybean-ui/commit/1ce3f00b)
11+
- **theme**: update default base color from gray to zinc &nbsp;-&nbsp; by @soybeanjs [<samp>(4b5fa)</samp>](https://github.com/soybeanjs/soybean-ui/commit/4b5fac5f)
12+
13+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
14+
15+
- **layout**: optimize layout styles &nbsp;-&nbsp; by @soybeanjs [<samp>(f5d4d)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f5d4d710)
16+
17+
### &nbsp;&nbsp;&nbsp;📖 Documentation
18+
19+
- **table**: add table docs and examples &nbsp;-&nbsp; by @soybeanjs [<samp>(43882)</samp>](https://github.com/soybeanjs/soybean-ui/commit/43882d6a)
20+
21+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
22+
23+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
24+
325
## [v0.9.0](https://github.com/soybeanjs/soybean-ui/compare/v0.8.1...v0.9.0) (2026-03-01)
426

527
### &nbsp;&nbsp;&nbsp;🚨 Breaking Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/ui-docs",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"description": "SoybeanUI Docs is a documentation for SoybeanUI. It is designed to be easy to use and understand.",
66
"author": {

headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/headless",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
55
"homepage": "https://github.com/soybeanjs/soybean-ui",
66
"bugs": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/ui",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
55
"homepage": "https://github.com/soybeanjs/soybean-ui",
66
"bugs": {

0 commit comments

Comments
 (0)