Skip to content

Commit c7ca885

Browse files
authored
Merge pull request #1224 from objectstack-ai/changeset-release/main
chore: release packages
2 parents baaad22 + 5c4de6f commit c7ca885

Some content is hidden

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

77 files changed

+355
-43
lines changed

.changeset/twenty-mugs-grow.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+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 91a9103: upgrade objectstack ai service
8+
39
## 3.1.5
410

511
## 3.1.4

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.1.5",
3+
"version": "3.2.0",
44
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
55
"type": "module",
66
"main": "./plugin.js",

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.2.0
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.2.0
8+
39
## 3.1.5
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.1.5",
3+
"version": "3.2.0",
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+
## 3.2.0
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.2.0
8+
- @object-ui/react@3.2.0
9+
- @object-ui/components@3.2.0
10+
311
## 3.1.5
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": "3.1.5",
3+
"version": "3.2.0",
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",

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+
## 3.2.0
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.2.0
8+
39
## 3.1.5
410

511
### Patch Changes

packages/collaboration/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/collaboration",
3-
"version": "3.1.5",
3+
"version": "3.2.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "Real-time collaboration for Object UI with presence tracking, live cursors, conflict resolution, and comment threads.",

packages/components/CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.2.0
8+
- @object-ui/core@3.2.0
9+
- @object-ui/i18n@3.2.0
10+
- @object-ui/react@3.2.0
11+
312
## 3.1.5
413

514
### Patch Changes

0 commit comments

Comments
 (0)