Skip to content

Commit f134a77

Browse files
chore: release v1.0.6
1 parent d682d7f commit f134a77

11 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-workspace",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"repository": {
66
"type": "git",

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": "@arrow-js/core",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Reactivity without the framework.",
55
"author": "Justin Schroeder <justin@wearebraid.com>",
66
"license": "MIT",

packages/create-arrow-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-arrow-js",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Scaffold a Vite 8 ArrowJS app with SSR and hydration.",
55
"license": "MIT",
66
"type": "module",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"@arrow-js/core": "1.0.5",
3-
"@arrow-js/framework": "1.0.5",
4-
"@arrow-js/hydrate": "1.0.5",
5-
"@arrow-js/ssr": "1.0.5",
6-
"@arrow-js/skill": "1.0.5"
2+
"@arrow-js/core": "1.0.6",
3+
"@arrow-js/framework": "1.0.6",
4+
"@arrow-js/hydrate": "1.0.6",
5+
"@arrow-js/ssr": "1.0.6",
6+
"@arrow-js/skill": "1.0.6"
77
}

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/framework",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Framework runtime for async ArrowJS components, boundaries, and document rendering.",
55
"license": "MIT",
66
"type": "module",

packages/highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/highlight",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "ArrowJS-specific syntax highlighting helpers for embedded html template literals.",
55
"license": "MIT",
66
"repository": {

packages/hydrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/hydrate",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Hydration runtime for adopting ArrowJS SSR output in the browser.",
55
"license": "MIT",
66
"type": "module",

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/sandbox",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "QuickJS/WASM-backed sandbox runtime for executing Arrow templates outside the host window realm.",
55
"license": "MIT",
66
"type": "module",

packages/skill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/skill",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "CLI installer for the ArrowJS coding-agent skill.",
55
"license": "MIT",
66
"type": "module",

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arrow-js/ssr",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Server-side rendering helpers for ArrowJS.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)