Skip to content

Commit 8afbfe8

Browse files
chore: release packages
1 parent bba9839 commit 8afbfe8

77 files changed

Lines changed: 366 additions & 43 deletions

Some content is hidden

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

.changeset/bright-pens-clap.md

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

apps/console/CHANGELOG.md

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

3+
## 3.0.1
4+
35
## 3.0.0
46

57
### Major Changes

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

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.0.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.0.1
8+
39
## 3.0.0
410

511
### Minor 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.0.0",
3+
"version": "3.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @object-ui/cli
22

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

514
### Minor 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": "@object-ui/cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
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.0.1
4+
5+
### Patch Changes
6+
7+
- @object-ui/types@3.0.1
8+
39
## 3.0.0
410

511
### Minor 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.0.0",
3+
"version": "3.0.1",
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.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [adf2cc0]
8+
- @object-ui/react@3.0.1
9+
- @object-ui/types@3.0.1
10+
- @object-ui/core@3.0.1
11+
312
## 3.0.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)