Skip to content

Commit 7853308

Browse files
committed
Bump package versions to 0.5.0 across all packages and apps, and add release-bump script for version management
1 parent cf2c610 commit 7853308

File tree

30 files changed

+84
-31
lines changed

30 files changed

+84
-31
lines changed

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": "0.1.0",
3+
"version": "0.5.0",
44
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
55
"publishConfig": {
66
"access": "public"

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@objectui/site",
3-
"version": "0.0.1",
2+
"name": "@object-ui/site",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -52,4 +52,4 @@
5252
"tailwindcss-animate": "^1.0.7",
5353
"typescript": "^5.9.3"
5454
}
55-
}
55+
}

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.1",
3+
"version": "0.5.0",
44
"description": "CLI tool for Object UI - Build applications from JSON schemas",
55
"type": "module",
66
"homepage": "https://www.objectui.org",

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

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.1",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "Core logic, types, and validation for Object UI. Zero React dependencies.",

packages/create-plugin/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/create-plugin",
3-
"version": "0.3.1",
3+
"version": "0.5.0",
44
"description": "CLI tool to scaffold ObjectUI plugins",
55
"type": "module",
66
"license": "MIT",

packages/data-objectstack/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-objectstack",
3-
"version": "0.3.1",
3+
"version": "0.5.0",
44
"description": "ObjectStack Data Adapter for Object UI",
55
"license": "MIT",
66
"type": "module",

packages/fields/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/fields",
3-
"version": "0.3.1",
3+
"version": "0.5.0",
44
"description": "Field renderers and registry for Object UI",
55
"license": "MIT",
66
"type": "module",

packages/layout/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/layout",
3-
"version": "0.1.1",
3+
"version": "0.5.0",
44
"type": "module",
55
"main": "dist/index.umd.cjs",
66
"module": "dist/index.js",

packages/plugin-aggrid/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-aggrid",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "AG Grid data grid plugin for Object UI, powered by AG Grid Community",

0 commit comments

Comments
 (0)