Skip to content

Commit 974f908

Browse files
committed
chore(projects): release v0.0.4
1 parent 5fcc557 commit 974f908

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

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

33

4+
## [v0.0.4](https://github.com/soybeanjs/soybean-ui/compare/v0.0.3...v0.0.4) (2025-11-19)
5+
6+
###    📖 Documentation
7+
8+
- **CHANGELOG**: update to reflect SoybeanUI v0.0.2 release, summarizing new features, enhancements, and bug fixes &nbsp;-&nbsp; by **Soybean** [<samp>(a592a)</samp>](https://github.com/soybeanjs/soybean-ui/commit/a592a27f)
9+
- **llm**: update developer guide &nbsp;-&nbsp; by **Soybean** [<samp>(c9a55)</samp>](https://github.com/soybeanjs/soybean-ui/commit/c9a559c3)
10+
11+
### &nbsp;&nbsp;&nbsp;🏡 Chore
12+
13+
- **package**: update exports and publishConfig for better module resolution &nbsp;-&nbsp; by **Soybean** [<samp>(5fcc5)</samp>](https://github.com/soybeanjs/soybean-ui/commit/5fcc557b)
14+
15+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
16+
17+
18+
[Soybean](mailto:[email protected])
19+
420
## [v0.0.3](https://github.com/soybeanjs/soybean-ui/compare/v0.0.2...v0.0.3) (2025-11-19)
521

622
### &nbsp;&nbsp;&nbsp;💅 Refactors

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.3",
4+
"version": "0.0.4",
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.3",
4+
"version": "0.0.4",
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.3",
4+
"version": "0.0.4",
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)