Skip to content

Commit bb1144c

Browse files
hotlongclaude
andcommitted
chore: release v3.3.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 51b270f commit bb1144c

82 files changed

Lines changed: 450 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/fix-console-workspace-redirect.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/relocate-console-examples.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/console/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @object-ui/console
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- db7a418: fix(console): respect Vite `BASE_URL` when redirecting after a workspace
8+
switch. The post-switch redirect previously hardcoded `/console/home`,
9+
which broke deployments served from a different base path (e.g. Vercel,
10+
where the console is mounted at `/`). It now derives the target from
11+
`import.meta.env.BASE_URL`, so it works both behind `HonoServerPlugin`
12+
(`/console/home`) and on standalone deployments (`/home`).
13+
314
## 3.3.0
415

516
## 3.2.0

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/console",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
55
"type": "module",
66
"main": "./plugin.js",

packages/app-shell/CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# @object-ui/app-shell — Changelog
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- b429568: chore(examples): relocate console templates under `examples/`
8+
9+
The fork-ready ObjectStack console template moved from `apps/console-starter`
10+
to `examples/console-starter`, so `apps/` only contains real deployable
11+
products (`console`, `site`). The third-party integration demo
12+
`examples/minimal-console` was renamed to `examples/byo-backend-console`
13+
to make its "bring-your-own backend" purpose explicit and to remove the
14+
naming collision with the starter template. Source comments and READMEs in
15+
`@object-ui/app-shell` and `@object-ui/components` have been updated to
16+
point at the new paths; no runtime behaviour changed. A new
17+
`examples/README.md` provides a "which example should I use?" selector.
18+
19+
- Updated dependencies [b429568]
20+
- @object-ui/components@3.3.1
21+
- @object-ui/fields@3.3.1
22+
- @object-ui/layout@3.3.1
23+
- @object-ui/plugin-calendar@3.3.1
24+
- @object-ui/plugin-charts@3.3.1
25+
- @object-ui/plugin-chatbot@3.3.1
26+
- @object-ui/plugin-dashboard@3.3.1
27+
- @object-ui/plugin-designer@3.3.1
28+
- @object-ui/plugin-detail@3.3.1
29+
- @object-ui/plugin-form@3.3.1
30+
- @object-ui/plugin-grid@3.3.1
31+
- @object-ui/plugin-kanban@3.3.1
32+
- @object-ui/plugin-list@3.3.1
33+
- @object-ui/plugin-report@3.3.1
34+
- @object-ui/plugin-view@3.3.1
35+
- @object-ui/types@3.3.1
36+
- @object-ui/core@3.3.1
37+
- @object-ui/i18n@3.3.1
38+
- @object-ui/react@3.3.1
39+
- @object-ui/data-objectstack@3.3.1
40+
- @object-ui/auth@3.3.1
41+
- @object-ui/permissions@3.3.1
42+
- @object-ui/collaboration@3.3.1
43+
344
All notable changes to this package will be documented in this file.
445
See the [monorepo CHANGELOG](../../CHANGELOG.md) for cross-package release notes.
5-

packages/app-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@object-ui/app-shell",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",

packages/auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @object-ui/auth
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.3.1
8+
39
## 3.3.0
410

511
### Patch Changes

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": "@object-ui/auth",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "Authentication system for Object UI with AuthProvider, useAuth hook, AuthGuard, and form components.",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @object-ui/cli
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b429568]
8+
- @object-ui/components@3.3.1
9+
- @object-ui/types@3.3.1
10+
- @object-ui/react@3.3.1
11+
312
## 3.3.0
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@objectstack/plugin-ui",
3-
"version": "3.3.0",
4-
"description": "ObjectStack CLI plugin for Object UI \u2014 oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
3+
"version": "3.3.1",
4+
"description": "ObjectStack CLI plugin for Object UI oclif-based UI toolchain commands (os ui dev, os ui build, etc.)",
55
"type": "module",
66
"homepage": "https://www.objectui.org/docs/utilities/cli",
77
"repository": {

0 commit comments

Comments
 (0)