Skip to content

Commit af82144

Browse files
committed
chore(projects): release v0.2.2
1 parent 8cd623b commit af82144

35 files changed

Lines changed: 49 additions & 34 deletions

File tree

CHANGELOG.md

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

3+
## [main](https://github.com/soybeanjs/ubean/compare/v0.2.1...main) (2026-08-21)
4+
5+
###    📖 Documentation
6+
7+
- **projects**: update logo link and svg &nbsp;-&nbsp; by @soybeanjs [<samp>(b40b3)</samp>](https://github.com/soybeanjs/ubean/commit/b40b38d)
8+
9+
### &nbsp;&nbsp;&nbsp;🏡 Chore
10+
11+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(8cd62)</samp>](https://github.com/soybeanjs/ubean/commit/8cd623b)
12+
- **vite**: remove oxc-transform dependency and switch to vite built-in transform &nbsp;-&nbsp; by @soybeanjs [<samp>(ed30e)</samp>](https://github.com/soybeanjs/ubean/commit/ed30e30)
13+
14+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
15+
16+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
17+
318
## [main](https://github.com/soybeanjs/ubean/compare/v0.2.0...main) (2026-08-20)
419

520
### &nbsp;&nbsp;&nbsp;📖 Documentation

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.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"description": "ubean framework documentation site — dogfoods the ubean framework (SSG + @ubean/ui).",
66
"type": "module",

packages/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ubean/actions",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Server Actions / Form Actions for ubean (defineAction, registry, dispatch, middleware)",
55
"files": [
66
"dist"

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.2.1",
3+
"version": "0.2.2",
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.2.1",
3+
"version": "0.2.2",
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.2.1",
3+
"version": "0.2.2",
44
"description": "Better Auth integration for ubean framework",
55
"files": [
66
"dist"

packages/build-core/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-core",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Build-infrastructure foundation for ubean (virtual module registry, module extension registry, macro transforms) — shared by @ubean/build and @ubean/vite to keep their dependency direction acyclic",
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.2.1",
3+
"version": "0.2.2",
44
"description": "Core Vite plugin (framework-agnostic) for ubean (ubeanPlugin, virtual modules: routes/pages/meta/app-config/locales, macros)",
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.2.1",
3+
"version": "0.2.2",
44
"description": "CLI for ubean (ubean-next binary: dev, build, prepare, init, preview, page, env, config, devtools, api/layout/middleware/cron/plugin scaffolds)",
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.2.1",
3+
"version": "0.2.2",
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"

0 commit comments

Comments
 (0)