Skip to content

Commit ea5d58f

Browse files
Copilothuangyiirene
andcommitted
Update CONTRIBUTING and CHANGELOG with correct package names
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 55d8df0 commit ea5d58f

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

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

1212
- Comprehensive test suite using Vitest and React Testing Library
13-
- Test coverage for @object-ui/protocol, @object-ui/engine, @object-ui/renderer, @object-ui/ui, and @object-ui/designer packages
13+
- Test coverage for @object-ui/core, @object-ui/react, @object-ui/components, and @object-ui/designer packages
1414
- GitHub Actions CI/CD workflows:
1515
- CI workflow for automated testing, linting, and building
1616
- Release workflow for publishing new versions
1717
- Test coverage reporting with @vitest/coverage-v8
1818
- Contributing guidelines (CONTRIBUTING.md)
1919
- Documentation for testing and development workflow in README
20+
- README files for all core packages
2021

2122
### Changed
2223

@@ -28,14 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829
### Added
2930

3031
- Core packages:
31-
- @object-ui/protocol - Pure metadata definitions and types
32-
- @object-ui/engine - Headless logic for handling data
33-
- @object-ui/renderer - Schema to UI component renderer
34-
- @object-ui/ui - High-quality UI components built with Tailwind CSS & Shadcn
32+
- @object-ui/core - Core logic, types, and validation (Zero React dependencies)
33+
- @object-ui/react - React bindings and SchemaRenderer component
34+
- @object-ui/components - Standard UI components built with Tailwind CSS & Shadcn
3535
- @object-ui/designer - Drag-and-drop visual editor
36-
- Monorepo structure using pnpm and TurboRepo
36+
- Monorepo structure using pnpm workspaces
3737
- Basic TypeScript configuration
3838
- Example applications in the examples directory
39+
- Complete documentation site with VitePress
3940

4041
[Unreleased]: https://github.com/objectql/objectui/compare/v0.1.0...HEAD
4142
[0.1.0]: https://github.com/objectql/objectui/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pnpm test:coverage
3434
pnpm build
3535

3636
# Build specific package
37-
cd packages/protocol && pnpm build
37+
cd packages/core && pnpm build
3838
```
3939

4040
### Linting

0 commit comments

Comments
 (0)