All packages have been updated to version 0.4.1:
- @objectstack/spec@0.4.1 - Core protocol definitions and TypeScript types
- @objectstack/types@0.4.1 - Shared TypeScript type definitions
- @objectstack/objectql@0.4.1 - ObjectQL query language and runtime
- @objectstack/runtime@0.4.1 - Runtime execution environment
- @objectstack/client@0.4.1 - Client library for ObjectStack
- @objectstack/driver-memory@0.4.1 - In-memory data storage driver
- @objectstack/plugin-hono-server@0.4.1 - Hono server plugin for REST API
- @objectstack/plugin-msw@0.4.1 - MSW (Mock Service Worker) plugin
This patch release resolves version synchronization issues:
- Fixed plugin-msw version mismatch (was incorrectly at 0.3.3)
- Updated runtime peer dependency versions to ^0.4.1 across all plugins
- Ensured all packages in the fixed version group are synchronized
This release is ready for publishing to npm. When this PR is merged to main:
- The GitHub Actions release workflow will automatically detect the version bump
- Build all packages
- Publish to npm registry using NPM_TOKEN secret
- Create GitHub release with appropriate tags
All core packages have been updated to version 0.4.0.
This release marks a minor version increment across all core packages.
All packages have been updated to version 0.3.3:
- @objectstack/spec@0.3.3 - Core protocol definitions and TypeScript types
- @objectstack/types@0.3.3 - Shared TypeScript type definitions
- @objectstack/objectql@0.3.3 - ObjectQL query language and runtime
- @objectstack/runtime@0.3.3 - Runtime execution environment
- @objectstack/client@0.3.3 - Client library for ObjectStack
- @objectstack/driver-memory@0.3.3 - In-memory data storage driver
- @objectstack/plugin-hono-server@0.3.3 - Hono server plugin for REST API
- @objectstack/plugin-msw@0.3.3 - MSW (Mock Service Worker) plugin
This patch release includes:
- Enhanced GitHub workflows for CI, release, and PR automation
- Added comprehensive prompt templates for different protocol areas
- Improved project documentation and automation guides
- Updated changeset configuration for better version management
- Added cursor rules for better development experience
This release is ready for publishing to npm. When this PR is merged to main:
- The GitHub Actions release workflow will automatically detect the version bump
- Build all packages
- Publish to npm registry using NPM_TOKEN secret
- Create GitHub release with appropriate tags
All packages have been updated to version 0.3.2:
- @objectstack/spec@0.3.2 - Core protocol definitions and TypeScript types
- @objectstack/types@0.3.2 - Shared TypeScript type definitions
- @objectstack/objectql@0.3.2 - ObjectQL query language and runtime
- @objectstack/runtime@0.3.2 - Runtime execution environment
- @objectstack/client@0.3.2 - Client library for ObjectStack
- @objectstack/driver-memory@0.3.2 - In-memory data storage driver
- @objectstack/plugin-hono-server@0.3.2 - Hono server plugin for REST API
- @objectstack/plugin-msw@0.3.2 - MSW (Mock Service Worker) plugin
This is a patch release focusing on:
- Maintenance and stability improvements
- Updated dependencies across all packages
- Improved build consistency
This release is ready for publishing to npm. When this PR is merged to main:
- The GitHub Actions release workflow will automatically detect the version bump
- Build all packages
- Publish to npm registry using NPM_TOKEN secret
- Create GitHub release with appropriate tags
All packages are ready for publishing to npm:
- @objectstack/spec@0.2.0 - Core protocol definitions and TypeScript types
- @objectstack/types@0.2.0 - Shared TypeScript type definitions
- @objectstack/objectql@0.2.0 - ObjectQL query language and runtime
- @objectstack/runtime@0.2.0 - Runtime execution environment
- @objectstack/client@0.2.0 - Client library for ObjectStack
- @objectstack/driver-memory@0.2.0 - In-memory data storage driver
- @objectstack/plugin-hono-server@0.2.0 - Hono server plugin for REST API
This is the first public release of the ObjectStack ecosystem, providing:
- Data Protocol (ObjectQL): Complete schema definitions for Objects and Fields
- 35 field types (text, number, select, lookup, formula, autonumber, slider, qrcode, etc.)
- Validation rules, workflows, and triggers
- Permission system and sharing rules
- Abstract query language for unified data access
- App Configuration: Navigation, branding, theming
- View System: ListView (grid, kanban, calendar, gantt), FormView
- Analytics: Dashboards and reports
- Actions: Custom buttons and interactions
- Manifest: Package configuration
- Datasources: External data connections
- API: REST/GraphQL endpoint definitions
- Translation: i18n support
- 187 JSON Schemas automatically generated from Zod definitions
- Complete TypeScript types with runtime validation
- Comprehensive documentation with examples
- Monorepo structure with pnpm workspaces
See individual CHANGELOG.md files in each package:
- packages/spec/CHANGELOG.md
- packages/client/CHANGELOG.md
- packages/objectql/CHANGELOG.md
- packages/runtime/CHANGELOG.md
- packages/driver-memory/CHANGELOG.md
- packages/plugin-hono-server/CHANGELOG.md
- packages/types/CHANGELOG.md
This release is prepared and ready for automated publishing via GitHub Actions:
- Merge this PR to
mainbranch - GitHub Actions workflow will automatically:
- Detect the version bump
- Build all packages
- Publish to npm registry using NPM_TOKEN secret
- Create GitHub release with tags
If you need to publish manually:
# Ensure you're authenticated to npm
npm login
# Build and publish all packages
pnpm run build
pnpm run releaseVersion tag v0.2.0 has been created for this release.
Full documentation is available at:
- Development Roadmap: DEVELOPMENT_ROADMAP.md
- Architecture: ARCHITECTURE.md
- Quick Start: QUICK_START_IMPLEMENTATION.md
✅ All packages built successfully ✅ All JSON schemas generated (187 schemas) ✅ All documentation generated (187 reference docs) ✅ TypeScript compilation passed ✅ Package versions bumped ✅ Changelogs updated
Dry-run output confirms all 7 packages are ready:
- ✅ @objectstack/client@0.2.0
- ✅ @objectstack/driver-memory@0.2.0
- ✅ @objectstack/objectql@0.2.0
- ✅ @objectstack/plugin-hono-server@0.2.0
- ✅ @objectstack/runtime@0.2.0
- ✅ @objectstack/spec@0.2.0
- ✅ @objectstack/types@0.2.0
All packages are new and have not been published to npm yet.