Skip to content

Commit aa78d32

Browse files
committed
publish v0.10.0
1 parent 6df2171 commit aa78d32

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

β€Ž.changeset/shaky-rats-build.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuzdev/fuz_app
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- feat: improve jsonrpc ([6df2171](https://github.com/fuzdev/fuz_app/commit/6df2171))
8+
39
## 0.9.0
410

511
### Minor Changes

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuzdev/fuz_app",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "fullstack app library",
55
"glyph": "πŸ—",
66
"logo": "logo.svg",

β€Žsrc/routes/library.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"published": true,
1212
"package_json": {
1313
"name": "@fuzdev/fuz_app",
14-
"version": "0.9.0",
14+
"version": "0.10.0",
1515
"description": "fullstack app library",
1616
"glyph": "πŸ—",
1717
"logo": "logo.svg",
@@ -126,7 +126,7 @@
126126
},
127127
"source_json": {
128128
"name": "@fuzdev/fuz_app",
129-
"version": "0.9.0",
129+
"version": "0.10.0",
130130
"modules": [
131131
{
132132
"path": "actions/action_bridge.ts",

0 commit comments

Comments
Β (0)