Skip to content

Commit 643cc78

Browse files
authored
Merge pull request #1025 from objectstack-ai/copilot/update-package-version-numbers-again
2 parents 5520250 + c1baf9a commit 643cc78

48 files changed

Lines changed: 58 additions & 49 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

ROADMAP.md

Lines changed: 2 additions & 2 deletions

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/docs",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"license": "Apache-2.0",

apps/studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/studio",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -77,4 +77,4 @@
7777
"public"
7878
]
7979
}
80-
}
80+
}

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-crm",
3-
"version": "3.0.26",
3+
"version": "4.0.1",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-host",
3-
"version": "3.0.26",
3+
"version": "4.0.1",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

examples/app-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-todo",
3-
"version": "3.0.26",
3+
"version": "4.0.1",
44
"description": "Example Todo App using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/plugin-bi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/plugin-bi",
3-
"version": "3.0.26",
3+
"version": "4.0.1",
44
"license": "Apache-2.0",
55
"private": true,
66
"main": "objectstack.config.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/spec-monorepo",
3-
"version": "3.0.8",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "ObjectStack Protocol & Specification - Monorepo for TypeScript Interfaces, JSON Schemas, and Convention Configurations",
66
"scripts": {

packages/adapters/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/express",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)