Skip to content

Commit 042df1d

Browse files
Copilothotlong
andcommitted
Fix plugin-hono-server version from 1.0.0 to 0.2.0
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2a31330 commit 042df1d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All packages are ready for publishing to npm:
1010
- **@objectstack/runtime@0.2.0** - Runtime execution environment
1111
- **@objectstack/client@0.2.0** - Client library for ObjectStack
1212
- **@objectstack/driver-memory@0.2.0** - In-memory data storage driver
13-
- **@objectstack/plugin-hono-server@1.0.0** - Hono server plugin for REST API
13+
- **@objectstack/plugin-hono-server@0.2.0** - Hono server plugin for REST API
1414

1515
## ✨ Features
1616

@@ -102,7 +102,7 @@ Dry-run output confirms all 7 packages are ready:
102102
-@objectstack/client@0.2.0
103103
-@objectstack/driver-memory@0.2.0
104104
-@objectstack/objectql@0.2.0
105-
-@objectstack/plugin-hono-server@1.0.0
105+
-@objectstack/plugin-hono-server@0.2.0
106106
-@objectstack/runtime@0.2.0
107107
-@objectstack/spec@0.2.0
108108
-@objectstack/types@0.2.0

packages/plugin-hono-server/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @objectstack/plugin-hono-server
22

3-
## 1.0.0
3+
## 0.2.0
44

55
### Minor Changes
66

packages/plugin-hono-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/plugin-hono-server",
3-
"version": "1.0.0",
3+
"version": "0.2.0",
44
"description": "Standard Hono Server Adapter for ObjectStack Runtime",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)