|
1 | 1 | # @object-ui/app-shell — Changelog |
2 | 2 |
|
| 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 | + |
3 | 44 | All notable changes to this package will be documented in this file. |
4 | 45 | See the [monorepo CHANGELOG](../../CHANGELOG.md) for cross-package release notes. |
5 | | - |
|
0 commit comments