Skip to content

Commit 7a2d25f

Browse files
committed
chore(projects): release v0.3.1
1 parent 3bf3225 commit 7a2d25f

26 files changed

Lines changed: 39 additions & 25 deletions

File tree

CHANGELOG.md

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

3+
## [main](https://github.com/soybeanjs/ubean/compare/v0.3.0...main) (2026-09-01)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **builder**: fix double-joined srcDir and components.d.ts orphan entries &nbsp;-&nbsp; by @soybeanjs [<samp>(3bf32)</samp>](https://github.com/soybeanjs/ubean/commit/3bf3225)
8+
9+
### &nbsp;&nbsp;&nbsp;🏡 Chore
10+
11+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(07e44)</samp>](https://github.com/soybeanjs/ubean/commit/07e4441)
12+
13+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
14+
15+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
16+
317
## [main](https://github.com/soybeanjs/ubean/compare/v0.2.2...main) (2026-08-23)
418

519
### &nbsp;&nbsp;&nbsp;🚀 Features

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/docs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "ubean framework documentation site — dogfoods the ubean framework (SSG + @ubean/ui).",
66
"type": "module",

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/ai",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "AI large-model integration for the ubean framework: defineAgent + defineAgentTool + Vue runtime (thin orchestration over the Vercel AI SDK)",
55
"files": [
66
"dist"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/app",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Hono app factory and server config for ubean (createUbeanApp, defineServer)",
55
"files": [
66
"dist"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/auth",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Better Auth integration for ubean framework",
55
"files": [
66
"dist"

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/build",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Vite plugins, production build, SSG prerender, type codegen, and Server Actions plugin for ubean",
55
"files": [
66
"dist"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/cli",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CLI for ubean (ubean-next binary: dev, build, prepare, init, preview, page, env, config, devtools, api/layout/middleware/cron/plugin scaffolds) plus the Vite dev server runner",
55
"bin": {
66
"ubean-next": "./bin/ubean-next.mjs"

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/client",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Framework client runtime for ubean — layered over the lean @ubean/vue kernel, adding app factories, unhead, i18n, data layer, islands hydration and SSR state helpers",
55
"files": [
66
"dist"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/config",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Configuration loader, types, and module system for ubean (defineConfig, loadUbeanConfig, resolveModules)",
55
"files": [
66
"dist"

packages/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/content",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "File-based content module for ubean (markdown/MDX/YAML/JSON)",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)