Skip to content

Commit c5795cd

Browse files
Copilothotlong
andcommitted
Release version 0.3.1
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 63a8469 commit c5795cd

Some content is hidden

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

51 files changed

+319
-30
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
---
11+
12+
## [0.3.1] - 2026-01-27
13+
1014
### Changed
1115

12-
- **Package Restructure**: `@object-ui/plugin-object` has been upgraded to a core package and renamed to `@object-ui/views`
13-
- Package name changed from `@object-ui/plugin-object` to `@object-ui/views`
14-
- Now positioned as a core package instead of a plugin
15-
- All functionality remains the same, only the package name and classification have changed
16-
- Users should update their imports from `@object-ui/plugin-object` to `@object-ui/views`
16+
- Maintenance release - Documentation and build improvements
17+
- Updated internal dependencies across all packages
1718

1819
---
1920

apps/site/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# @objectui/site
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @object-ui/types@0.3.1
9+
- @object-ui/core@0.3.1
10+
- @object-ui/react@0.3.1
11+
- @object-ui/components@0.3.1
12+
- @object-ui/plugin-view@0.3.1
13+
- @object-ui/plugin-grid@0.3.1
14+
- @object-ui/plugin-form@0.3.1
15+
- @object-ui/plugin-kanban@0.3.1
16+
- @object-ui/plugin-charts@0.3.1
17+
- @object-ui/plugin-calendar@0.3.1
18+
- @object-ui/plugin-editor@0.3.1
19+
- @object-ui/plugin-gantt@0.3.1
20+
- @object-ui/plugin-map@0.3.1
21+
- @object-ui/plugin-markdown@0.3.1
22+
- @object-ui/plugin-timeline@0.3.1
23+
- @object-ui/plugin-aggrid@0.4.1
24+
- @object-ui/plugin-chatbot@0.3.1

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectui/site",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",

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+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Maintenance release - Documentation and build improvements
8+
- Updated dependencies
9+
- @object-ui/react@0.3.1
10+
- @object-ui/components@0.3.1
11+
312
## 0.3.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": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
55
"type": "module",
66
"homepage": "https://www.objectui.org",

packages/components/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Maintenance release - Documentation and build improvements
8+
- Updated dependencies
9+
- @object-ui/types@0.3.1
10+
- @object-ui/core@0.3.1
11+
- @object-ui/react@0.3.1
12+
313
## 0.3.0
414

515
### Minor Changes

packages/components/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/components",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",

packages/core/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Maintenance release - Documentation and build improvements
8+
- Updated dependencies
9+
- @object-ui/types@0.3.1
10+
311
## 0.3.0
412

513
### Minor Changes

packages/core/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/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"description": "Core logic, types, and validation for Object UI. Zero React dependencies.",
66
"homepage": "https://www.objectui.org",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @object-ui/data-objectstack
2+
3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Maintenance release - Documentation and build improvements
8+
- Updated dependencies
9+
- @object-ui/types@0.3.1
10+
- @object-ui/core@0.3.1

0 commit comments

Comments
 (0)