diff --git a/.changeset/lazy-terms-invent.md b/.changeset/lazy-terms-invent.md deleted file mode 100644 index 5acc216..0000000 --- a/.changeset/lazy-terms-invent.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@virtual-frame/analog": patch -"@virtual-frame/angular": patch -"virtual-frame": patch -"@virtual-frame/next": patch -"@virtual-frame/nuxt": patch -"@virtual-frame/react": patch -"@virtual-frame/react-router": patch -"@virtual-frame/react-server": patch -"@virtual-frame/solid": patch -"@virtual-frame/solid-start": patch -"@virtual-frame/store": patch -"@virtual-frame/svelte": patch -"@virtual-frame/sveltekit": patch -"@virtual-frame/tanstack-start": patch -"@virtual-frame/vue": patch ---- - -Initial publish diff --git a/packages/analog/CHANGELOG.md b/packages/analog/CHANGELOG.md new file mode 100644 index 0000000..2cd93fd --- /dev/null +++ b/packages/analog/CHANGELOG.md @@ -0,0 +1,12 @@ +# @virtual-frame/analog + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - @virtual-frame/angular@0.1.1 + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/analog/package.json b/packages/analog/package.json index 22b635d..00af638 100644 --- a/packages/analog/package.json +++ b/packages/analog/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/analog", - "version": "0.1.0", + "version": "0.1.1", "description": "Analog.js integration for Virtual Frame — SSR with Nitro server routes and client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md new file mode 100644 index 0000000..e9bbbfe --- /dev/null +++ b/packages/angular/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/angular + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/angular/package.json b/packages/angular/package.json index f35c4d4..35013a2 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/angular", - "version": "0.1.0", + "version": "0.1.1", "description": "Angular directive for Virtual Frame", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..7583ba8 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# virtual-frame + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish diff --git a/packages/core/package.json b/packages/core/package.json index c399644..c4d822d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "virtual-frame", - "version": "0.1.0", + "version": "0.1.1", "description": "Framework-agnostic microfrontend projection — compose any web content into your DOM with full interactivity", "keywords": [ "composition", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md new file mode 100644 index 0000000..c8c6d4d --- /dev/null +++ b/packages/next/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/next + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/next/package.json b/packages/next/package.json index 1928561..ea00b2d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/next", - "version": "0.1.0", + "version": "0.1.1", "description": "Next.js integration for Virtual Frame — async Server Component with SSR resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md new file mode 100644 index 0000000..dfbd43c --- /dev/null +++ b/packages/nuxt/CHANGELOG.md @@ -0,0 +1,12 @@ +# @virtual-frame/nuxt + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 + - @virtual-frame/vue@0.1.1 diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index ea93a3c..b961ab7 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/nuxt", - "version": "0.1.0", + "version": "0.1.1", "description": "Nuxt integration for Virtual Frame — SSR with server API routes and client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md new file mode 100644 index 0000000..bdf3e9a --- /dev/null +++ b/packages/react-router/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/react-router + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 9ceb815..8ca9b8e 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/react-router", - "version": "0.1.0", + "version": "0.1.1", "description": "React Router integration for Virtual Frame — SSR with route loaders and client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/react-server/CHANGELOG.md b/packages/react-server/CHANGELOG.md new file mode 100644 index 0000000..3eddf21 --- /dev/null +++ b/packages/react-server/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/react-server + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/react-server/package.json b/packages/react-server/package.json index befc1cf..77c6773 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/react-server", - "version": "0.1.0", + "version": "0.1.1", "description": "React Server integration for Virtual Frame — async Server Component with SSR resume for @lazarv/react-server", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md new file mode 100644 index 0000000..0ab7e50 --- /dev/null +++ b/packages/react/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/react + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/react/package.json b/packages/react/package.json index 41ed974..4297ad3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/react", - "version": "0.1.0", + "version": "0.1.1", "description": "React component for Virtual Frame", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/solid-start/CHANGELOG.md b/packages/solid-start/CHANGELOG.md new file mode 100644 index 0000000..3a5418f --- /dev/null +++ b/packages/solid-start/CHANGELOG.md @@ -0,0 +1,12 @@ +# @virtual-frame/solid-start + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/solid@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/solid-start/package.json b/packages/solid-start/package.json index d2be536..aba1b02 100644 --- a/packages/solid-start/package.json +++ b/packages/solid-start/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/solid-start", - "version": "0.1.0", + "version": "0.1.1", "description": "SolidStart integration for Virtual Frame — SSR via route queries with client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md new file mode 100644 index 0000000..d1d60bb --- /dev/null +++ b/packages/solid/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/solid + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/solid/package.json b/packages/solid/package.json index 6f6096e..9a7e570 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/solid", - "version": "0.1.0", + "version": "0.1.1", "description": "Solid component for Virtual Frame", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md new file mode 100644 index 0000000..635851c --- /dev/null +++ b/packages/store/CHANGELOG.md @@ -0,0 +1,7 @@ +# @virtual-frame/store + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish diff --git a/packages/store/package.json b/packages/store/package.json index 00cf5c9..e55229f 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/store", - "version": "0.1.0", + "version": "0.1.1", "description": "Event-sourced synchronized store for Virtual Frame — Proxy-based shared state across runtimes via MessagePort", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md new file mode 100644 index 0000000..8a5121a --- /dev/null +++ b/packages/svelte/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/svelte + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 9ce16e2..73032a3 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/svelte", - "version": "0.1.0", + "version": "0.1.1", "description": "Svelte component for Virtual Frame", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md new file mode 100644 index 0000000..50758df --- /dev/null +++ b/packages/sveltekit/CHANGELOG.md @@ -0,0 +1,12 @@ +# @virtual-frame/sveltekit + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 + - @virtual-frame/svelte@0.1.1 diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 53e20d7..0a27b39 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/sveltekit", - "version": "0.1.0", + "version": "0.1.1", "description": "SvelteKit integration for Virtual Frame — SSR via load functions with client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/tanstack-start/CHANGELOG.md b/packages/tanstack-start/CHANGELOG.md new file mode 100644 index 0000000..86db335 --- /dev/null +++ b/packages/tanstack-start/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/tanstack-start + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/tanstack-start/package.json b/packages/tanstack-start/package.json index a2887e9..e6f96ed 100644 --- a/packages/tanstack-start/package.json +++ b/packages/tanstack-start/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/tanstack-start", - "version": "0.1.0", + "version": "0.1.1", "description": "TanStack Start integration for Virtual Frame — SSR with route loaders and client-side resume", "homepage": "https://virtual-frame.level0x40.com", "bugs": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md new file mode 100644 index 0000000..031434e --- /dev/null +++ b/packages/vue/CHANGELOG.md @@ -0,0 +1,11 @@ +# @virtual-frame/vue + +## 0.1.1 + +### Patch Changes + +- [#1](https://github.com/level0x40/virtual-frame/pull/1) [`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445) Thanks [@lazarv](https://github.com/lazarv)! - Initial publish + +- Updated dependencies [[`a97ccda`](https://github.com/level0x40/virtual-frame/commit/a97ccda9351ccdf9ebd8b8056776a12e4aed7445)]: + - virtual-frame@0.1.1 + - @virtual-frame/store@0.1.1 diff --git a/packages/vue/package.json b/packages/vue/package.json index 2b10044..9978b9e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-frame/vue", - "version": "0.1.0", + "version": "0.1.1", "description": "Vue component for Virtual Frame", "homepage": "https://virtual-frame.level0x40.com", "bugs": {