Skip to content

Commit 099bcef

Browse files
authored
Merge pull request #77 from objectstack-ai/copilot/release-new-version-again
2 parents e24c131 + 99cf828 commit 099bcef

File tree

27 files changed

+241
-22
lines changed

27 files changed

+241
-22
lines changed

.changeset/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": [
11-
"@apps/*",
1211
"@examples/*"
1312
]
1413
}

.changeset/release-v0-2-1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@object-ui/types": patch
3+
"@object-ui/core": patch
4+
"@object-ui/react": patch
5+
"@object-ui/components": patch
6+
"@object-ui/designer": patch
7+
"@object-ui/cli": patch
8+
"@object-ui/data-objectql": patch
9+
"@object-ui/plugin-charts": patch
10+
"@object-ui/plugin-editor": patch
11+
"@object-ui/plugin-markdown": patch
12+
"@object-ui/plugin-kanban": patch
13+
---
14+
15+
Fixed changeset configuration and infrastructure improvements
16+
17+
- Fixed changeset config by removing non-existent @apps/* pattern
18+
- Enhanced CI/CD workflows with GitHub Actions
19+
- Improved documentation for contributing and releasing

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [0.2.1] - 2026-01-15
9+
10+
### Changed
11+
12+
- Fixed changeset configuration to remove non-existent @apps/* pattern
13+
- Added automated changeset-based version management and release workflow
14+
- Enhanced CI/CD workflows with GitHub Actions
15+
- Improved documentation for contributing and releasing
16+
817
## [0.2.0] - 2026-01-15
918

1019
### Added
@@ -38,5 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3847
- Example applications in the examples directory
3948
- Complete documentation site with VitePress
4049

50+
[0.2.1]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.1
4151
[0.2.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.2.0
4252
[0.1.0]: https://github.com/objectstack-ai/objectui/releases/tag/v0.1.0

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @object-ui/cli
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Patch release: Add automated changeset workflow and CI/CD improvements
8+
9+
This release includes infrastructure improvements:
10+
- Added changeset-based version management
11+
- Enhanced CI/CD workflows with GitHub Actions
12+
- Improved documentation for contributing and releasing
13+
14+
- Updated dependencies
15+
- @object-ui/react@0.2.1
16+
- @object-ui/components@0.2.1

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

packages/components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @object-ui/components
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Patch release: Add automated changeset workflow and CI/CD improvements
8+
9+
This release includes infrastructure improvements:
10+
- Added changeset-based version management
11+
- Enhanced CI/CD workflows with GitHub Actions
12+
- Improved documentation for contributing and releasing
13+
14+
- Updated dependencies
15+
- @object-ui/types@0.2.1
16+
- @object-ui/core@0.2.1
17+
- @object-ui/react@0.2.1

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

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @object-ui/core
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Patch release: Add automated changeset workflow and CI/CD improvements
8+
9+
This release includes infrastructure improvements:
10+
- Added changeset-based version management
11+
- Enhanced CI/CD workflows with GitHub Actions
12+
- Improved documentation for contributing and releasing
13+
14+
- Updated dependencies
15+
- @object-ui/types@0.2.1

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.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @object-ui/data-objectql
2+
3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Patch release: Add automated changeset workflow and CI/CD improvements
8+
9+
This release includes infrastructure improvements:
10+
- Added changeset-based version management
11+
- Enhanced CI/CD workflows with GitHub Actions
12+
- Improved documentation for contributing and releasing
13+
14+
- Updated dependencies
15+
- @object-ui/types@0.2.1

0 commit comments

Comments
 (0)