Skip to content

Commit 416bfe1

Browse files
authored
Merge pull request #92 from objectstack-ai/copilot/release-new-version-another-one
2 parents 56d6afc + d2d99db commit 416bfe1

File tree

30 files changed

+419
-52
lines changed

30 files changed

+419
-52
lines changed

.changeset/release-v0-2-1.md

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

CHANGELOG.md

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

88
## [Unreleased]
99

10+
---
11+
12+
## [0.3.0] - 2026-01-17
13+
1014
### Added
1115

1216
- **New Plugin**: `@object-ui/plugin-object` - ObjectQL plugin for automatic table and form generation
@@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6569
- Example applications in the examples directory
6670
- Complete documentation site with VitePress
6771

72+
[0.3.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.3.0
6873
[0.2.1]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.1
6974
[0.2.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.0
7075
[0.1.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.1.0

packages/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Unified version across all packages to 0.3.0 for consistent versioning
8+
9+
## 0.2.2
10+
11+
### Patch Changes
12+
13+
- New plugin-object and ObjectQL SDK updates
14+
15+
**Added:**
16+
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
17+
- ObjectTable: Auto-generates tables from ObjectQL object schemas
18+
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
19+
- Full TypeScript support with comprehensive type definitions
20+
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
21+
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient
22+
23+
**Changed:**
24+
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
25+
- Updated @objectql/types from ^1.8.3 to ^1.9.1
26+
27+
- Updated dependencies
28+
- @object-ui/react@0.2.2
29+
- @object-ui/components@0.2.2
30+
331
## 0.2.1
432

533
### 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": "@object-ui/cli",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
55
"type": "module",
66
"bin": {

packages/components/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Unified version across all packages to 0.3.0 for consistent versioning
8+
9+
## 0.2.2
10+
11+
### Patch Changes
12+
13+
- New plugin-object and ObjectQL SDK updates
14+
15+
**Added:**
16+
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
17+
- ObjectTable: Auto-generates tables from ObjectQL object schemas
18+
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
19+
- Full TypeScript support with comprehensive type definitions
20+
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
21+
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient
22+
23+
**Changed:**
24+
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
25+
- Updated @objectql/types from ^1.8.3 to ^1.9.1
26+
27+
- Updated dependencies
28+
- @object-ui/types@0.3.0
29+
- @object-ui/core@0.2.2
30+
- @object-ui/react@0.2.2
31+
332
## 0.2.1
433

534
### Patch 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.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.cjs",

packages/core/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Unified version across all packages to 0.3.0 for consistent versioning
8+
9+
## 0.2.2
10+
11+
### Patch Changes
12+
13+
- New plugin-object and ObjectQL SDK updates
14+
15+
**Added:**
16+
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
17+
- ObjectTable: Auto-generates tables from ObjectQL object schemas
18+
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
19+
- Full TypeScript support with comprehensive type definitions
20+
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
21+
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient
22+
23+
**Changed:**
24+
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
25+
- Updated @objectql/types from ^1.8.3 to ^1.9.1
26+
27+
- Updated dependencies
28+
- @object-ui/types@0.3.0
29+
330
## 0.2.1
431

532
### Patch 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.2.1",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/data-objectql/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- New plugin-object and ObjectQL SDK updates
8+
9+
**Added:**
10+
- New Plugin: @object-ui/plugin-object - ObjectQL plugin for automatic table and form generation
11+
- ObjectTable: Auto-generates tables from ObjectQL object schemas
12+
- ObjectForm: Auto-generates forms from ObjectQL object schemas with create/edit/view modes
13+
- Full TypeScript support with comprehensive type definitions
14+
- Type Definitions: Added ObjectTableSchema and ObjectFormSchema to @object-ui/types
15+
- ObjectQL Integration: Enhanced ObjectQLDataSource with getObjectSchema() method using MetadataApiClient
16+
17+
**Changed:**
18+
- Updated @objectql/sdk from ^1.8.3 to ^1.9.1
19+
- Updated @objectql/types from ^1.8.3 to ^1.9.1
20+
21+
### Patch Changes
22+
23+
- Updated dependencies
24+
- @object-ui/types@0.3.0
25+
326
## 0.2.1
427

528
### Patch Changes

packages/data-objectql/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/data-objectql",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "ObjectQL Data Source Adapter for Object UI",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)