Skip to content

Commit 7896563

Browse files
authored
Merge pull request #1295 from objectstack-ai/changeset-release/main
2 parents a897070 + 011831f commit 7896563

81 files changed

Lines changed: 395 additions & 45 deletions

Some content is hidden

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

.changeset/deep-cases-wait.md

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

apps/console/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- f3bc42e: fix console
8+
39
## 4.0.0
410

511
## 3.4.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": "4.0.0",
3+
"version": "4.0.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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @object-ui/app-shell — Changelog
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@4.0.1
8+
- @object-ui/core@4.0.1
9+
- @object-ui/i18n@4.0.1
10+
- @object-ui/react@4.0.1
11+
- @object-ui/components@4.0.1
12+
- @object-ui/fields@4.0.1
13+
- @object-ui/layout@4.0.1
14+
- @object-ui/data-objectstack@4.0.1
15+
- @object-ui/auth@4.0.1
16+
- @object-ui/permissions@4.0.1
17+
- @object-ui/plugin-calendar@4.0.1
18+
- @object-ui/plugin-charts@4.0.1
19+
- @object-ui/plugin-chatbot@4.0.1
20+
- @object-ui/plugin-dashboard@4.0.1
21+
- @object-ui/plugin-designer@4.0.1
22+
- @object-ui/plugin-detail@4.0.1
23+
- @object-ui/plugin-form@4.0.1
24+
- @object-ui/plugin-grid@4.0.1
25+
- @object-ui/plugin-kanban@4.0.1
26+
- @object-ui/plugin-list@4.0.1
27+
- @object-ui/plugin-report@4.0.1
28+
- @object-ui/plugin-view@4.0.1
29+
- @object-ui/collaboration@4.0.1
30+
331
## 4.0.0
432

533
### Patch Changes

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": "4.0.0",
3+
"version": "4.0.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+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@4.0.1
8+
39
## 4.0.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": "4.0.0",
3+
"version": "4.0.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @object-ui/cli
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@4.0.1
8+
- @object-ui/react@4.0.1
9+
- @object-ui/components@4.0.1
10+
311
## 4.0.0
412

513
### Patch Changes

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": "@objectstack/plugin-ui",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"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",

packages/collaboration/CHANGELOG.md

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

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

511
### Patch Changes

0 commit comments

Comments
 (0)