Skip to content

Commit d1762dc

Browse files
Copilothuangyiirene
andcommitted
chore(release): prepare version 0.2.0
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 911b674 commit d1762dc

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.0] - 2026-01-15
99

1010
### Added
1111

@@ -38,5 +38,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
- Example applications in the examples directory
3939
- Complete documentation site with VitePress
4040

41-
[Unreleased]: https://github.com/objectql/objectui/compare/v0.1.0...HEAD
42-
[0.1.0]: https://github.com/objectql/objectui/releases/tag/v0.1.0
41+
[0.2.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.0
42+
[0.1.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.1.0

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.1.0",
3+
"version": "0.2.0",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
55
"type": "module",
66
"bin": {

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.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.js",

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

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

packages/designer/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/designer",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "The Tool. A drag-and-drop visual editor to generate Object UI schemas.",

packages/plugin-charts/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/plugin-charts",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.cjs",

packages/plugin-editor/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/plugin-editor",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.cjs",

packages/plugin-kanban/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/plugin-kanban",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.cjs",

packages/plugin-markdown/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/plugin-markdown",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"license": "MIT",
66
"main": "dist/index.umd.cjs",

0 commit comments

Comments
 (0)