Skip to content

Commit f0865f3

Browse files
committed
chore(projects): release v0.0.2-beta.8
1 parent f383a6a commit f0865f3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.2-beta.8](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2-beta.7...v0.0.2-beta.8) (2025-11-08)
5+
6+
###    🏡 Chore
7+
8+
- **scripts**: update build scripts to streamline UI and CSS builds &nbsp;-&nbsp; by @soybeanjs [<samp>(f383a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/f383a6a3)
9+
10+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
11+
12+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
13+
414
## [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)
515

616
### &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.2-beta.7",
4+
"version": "0.0.2-beta.8",
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.7",
4+
"version": "0.0.2-beta.8",
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.7",
4+
"version": "0.0.2-beta.8",
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)