Skip to content

Commit cb69721

Browse files
committed
chore(projects): release v0.0.2-beta.14
1 parent aabdcc1 commit cb69721

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.2-beta.14](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.13...v0.0.2-beta.14) (2025-11-18)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **README**: correct typo in Toast component migration note &nbsp;-&nbsp; by @soybeanjs [<samp>(390d0)</samp>](https://github.com/soybeanjs/soybean-ui/commit/390d0692)
9+
10+
### &nbsp;&nbsp;&nbsp;📖 Documentation
11+
12+
- **README**: update installation instructions and remove component roadmap &nbsp;-&nbsp; by @soybeanjs [<samp>(aabdc)</samp>](https://github.com/soybeanjs/soybean-ui/commit/aabdcc13)
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.2-beta.13](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.12...v0.0.2-beta.13) (2025-11-18)
519

620
### &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.13",
4+
"version": "0.0.2-beta.14",
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.13",
4+
"version": "0.0.2-beta.14",
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.13",
4+
"version": "0.0.2-beta.14",
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)