Skip to content

Commit 4015568

Browse files
Copilothotlong
andcommitted
chore: unify all package versions to 2.0.5 with patch release
- Add @objectstack/plugin-auth and @objectstack/plugin-security to changeset fixed group - Bump all packages from 2.0.4 (and 2.0.3 for plugin-auth) to 2.0.5 - Update CHANGELOG.md with version 2.0.5 entry Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent cecbe22 commit 4015568

54 files changed

Lines changed: 267 additions & 27 deletions

Some content is hidden

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

.changeset/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
"@objectstack/rest",
1717
"@objectstack/studio",
1818
"@objectstack/driver-memory",
19+
"@objectstack/plugin-auth",
1920
"@objectstack/plugin-hono-server",
2021
"@objectstack/plugin-msw",
22+
"@objectstack/plugin-security",
2123
"@objectstack/hono",
2224
"@objectstack/nestjs",
2325
"@objectstack/nextjs",

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [2.0.5] - 2026-02-10
23+
24+
### Changed
25+
- Unified all package versions to 2.0.5
26+
- Added `@objectstack/plugin-auth` and `@objectstack/plugin-security` to the changeset fixed versioning group
27+
- All packages now release together under the same version number
28+
2229
## [2.0.4] - 2026-02-10
2330

2431
### Changed
@@ -252,7 +259,9 @@ Mark breaking changes clearly:
252259

253260
---
254261

255-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.3...HEAD
262+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.5...HEAD
263+
[2.0.5]: https://github.com/objectstack-ai/spec/compare/v2.0.4...v2.0.5
264+
[2.0.4]: https://github.com/objectstack-ai/spec/compare/v2.0.3...v2.0.4
256265
[2.0.3]: https://github.com/objectstack-ai/spec/compare/v2.0.2...v2.0.3
257266
[2.0.2]: https://github.com/objectstack-ai/spec/compare/v2.0.1...v2.0.2
258267
[2.0.1]: https://github.com/objectstack-ai/spec/compare/v0.9.1...v2.0.1

apps/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @objectstack/docs
22

3+
## 2.0.5
4+
35
## 2.0.4
46

57
### Patch Changes

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": "2.0.4",
3+
"version": "2.0.5",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"license": "Apache-2.0",

apps/studio/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @objectstack/studio
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.5
9+
- @objectstack/client@2.0.5
10+
- @objectstack/client-react@2.0.5
11+
- @objectstack/metadata@2.0.5
12+
- @objectstack/objectql@2.0.5
13+
- @objectstack/driver-memory@2.0.5
14+
- @objectstack/plugin-msw@2.0.5
15+
- @objectstack/runtime@2.0.5
16+
317
## 2.0.4
418

519
### Patch Changes

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/studio",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
55
"license": "Apache-2.0",
66
"type": "module",

examples/app-crm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/example-crm
22

3+
## 1.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.5
9+
310
## 1.2.5
411

512
### Patch Changes

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": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-host/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @objectstack/example-host
22

3+
## 1.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.5
9+
- @example/app-crm@1.2.6
10+
- @example/app-todo@1.2.6
11+
- @example/plugin-bi@1.2.6
12+
- @objectstack/metadata@2.0.5
13+
- @objectstack/objectql@2.0.5
14+
- @objectstack/driver-memory@2.0.5
15+
- @objectstack/plugin-hono-server@2.0.5
16+
- @objectstack/runtime@2.0.5
17+
318
## 1.2.5
419

520
### Patch Changes

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": "1.2.5",
3+
"version": "1.2.6",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)