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",