Skip to content

Commit d906105

Browse files
committed
chore: bump version to 0.9.2 and update dependencies across all packages
1 parent 209ffeb commit d906105

42 files changed

Lines changed: 205 additions & 23 deletions

Some content is hidden

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

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+
## 0.9.2
4+
35
## 0.9.1
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": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"scripts": {

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+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.9.2
9+
310
## 0.9.1
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": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"private": true,
66
"main": "./objectstack.config.ts",

examples/app-host/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- @example/app-crm@0.9.2
8+
- @example/app-todo@0.9.2
9+
- @example/plugin-bi@0.9.2
10+
- @objectstack/metadata@0.9.2
11+
- @objectstack/objectql@0.9.2
12+
- @objectstack/driver-memory@0.9.2
13+
- @objectstack/plugin-hono-server@0.9.2
14+
- @objectstack/runtime@0.9.2
15+
316
## 0.9.1
417

518
### 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": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"scripts": {
66
"dev": "tsx src/index.ts",

examples/app-react-crud/CHANGELOG.md

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

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

519
### Patch Changes

examples/app-react-crud/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-react-crud",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Complete MSW integration example with React CRUD components using ObjectStack Client",
55
"private": true,
66
"type": "module",

examples/app-todo/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.9.2
9+
- @objectstack/client@0.9.2
10+
- @objectstack/objectql@0.9.2
11+
- @objectstack/driver-memory@0.9.2
12+
- @objectstack/runtime@0.9.2
13+
314
## 0.9.1
415

516
### Patch Changes

examples/app-todo/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-todo",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Example Todo App using ObjectStack Protocol",
55
"private": true,
66
"main": "./objectstack.config.ts",

0 commit comments

Comments
 (0)