From 74e82b7b4b42db1c5093c74614910905a3ee1c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:55:05 +0000 Subject: [PATCH] chore: release packages --- .changeset/initial-ecosystem-packages.md | 13 ------------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/nestjs/CHANGELOG.md | 10 ++++++++++ packages/nestjs/package.json | 2 +- packages/reactive-layout-node-canvas/CHANGELOG.md | 10 ++++++++++ packages/reactive-layout-node-canvas/package.json | 2 +- packages/solid/CHANGELOG.md | 10 ++++++++++ packages/solid/package.json | 2 +- packages/svelte/CHANGELOG.md | 10 ++++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 10 ++++++++++ packages/vue/package.json | 2 +- 13 files changed, 66 insertions(+), 19 deletions(-) delete mode 100644 .changeset/initial-ecosystem-packages.md create mode 100644 CHANGELOG.md create mode 100644 packages/nestjs/CHANGELOG.md create mode 100644 packages/reactive-layout-node-canvas/CHANGELOG.md create mode 100644 packages/solid/CHANGELOG.md create mode 100644 packages/svelte/CHANGELOG.md create mode 100644 packages/vue/CHANGELOG.md diff --git a/.changeset/initial-ecosystem-packages.md b/.changeset/initial-ecosystem-packages.md deleted file mode 100644 index ffa6ef2..0000000 --- a/.changeset/initial-ecosystem-packages.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@graphrefly/react": minor -"@graphrefly/vue": minor -"@graphrefly/solid": minor -"@graphrefly/svelte": minor -"@graphrefly/nestjs": minor -"@graphrefly/reactive-layout-node-canvas": minor ---- - -Publish the independently owned React, Vue, Solid, Svelte, NestJS and -node-canvas integration packages. Each package consumes the strict -zero-dependency `@graphrefly/ts` core through focused package exports and owns -only its framework or runtime peer boundary. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79c4fcb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/react + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/package.json b/package.json index 07b8bb0..7379b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/react", - "version": "0.0.1", + "version": "0.1.0", "description": "Reactive binding + presentation layer for GraphReFly (React). Currently a binding-core spike on top of @graphrefly/ts.", "repository": { "type": "git", diff --git a/packages/nestjs/CHANGELOG.md b/packages/nestjs/CHANGELOG.md new file mode 100644 index 0000000..02fe075 --- /dev/null +++ b/packages/nestjs/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/nestjs + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/packages/nestjs/package.json b/packages/nestjs/package.json index da70260..293bb34 100644 --- a/packages/nestjs/package.json +++ b/packages/nestjs/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/nestjs", - "version": "0.0.0", + "version": "0.1.0", "description": "NestJS boundary bindings for GraphReFly.", "repository": { "type": "git", diff --git a/packages/reactive-layout-node-canvas/CHANGELOG.md b/packages/reactive-layout-node-canvas/CHANGELOG.md new file mode 100644 index 0000000..cff6526 --- /dev/null +++ b/packages/reactive-layout-node-canvas/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/reactive-layout-node-canvas + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/packages/reactive-layout-node-canvas/package.json b/packages/reactive-layout-node-canvas/package.json index a2abc6d..885851a 100644 --- a/packages/reactive-layout-node-canvas/package.json +++ b/packages/reactive-layout-node-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/reactive-layout-node-canvas", - "version": "0.0.0", + "version": "0.1.0", "description": "node-canvas text measurement provider for GraphReFly reactive layout.", "repository": { "type": "git", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md new file mode 100644 index 0000000..43611cf --- /dev/null +++ b/packages/solid/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/solid + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/packages/solid/package.json b/packages/solid/package.json index 4f7c1de..41b7bb2 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/solid", - "version": "0.0.0", + "version": "0.1.0", "description": "Solid bindings for GraphReFly.", "repository": { "type": "git", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md new file mode 100644 index 0000000..281a633 --- /dev/null +++ b/packages/svelte/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/svelte + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/packages/svelte/package.json b/packages/svelte/package.json index eda74d8..fabbf0d 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/svelte", - "version": "0.0.0", + "version": "0.1.0", "description": "Svelte bindings for GraphReFly.", "repository": { "type": "git", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md new file mode 100644 index 0000000..a1d01b0 --- /dev/null +++ b/packages/vue/CHANGELOG.md @@ -0,0 +1,10 @@ +# @graphrefly/vue + +## 0.1.0 + +### Minor Changes + +- c62333b: Publish the independently owned React, Vue, Solid, Svelte, NestJS and + node-canvas integration packages. Each package consumes the strict + zero-dependency `@graphrefly/ts` core through focused package exports and owns + only its framework or runtime peer boundary. diff --git a/packages/vue/package.json b/packages/vue/package.json index 2a9c794..062fbdd 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/vue", - "version": "0.0.0", + "version": "0.1.0", "description": "Vue bindings for GraphReFly.", "repository": { "type": "git",