From e2bf657c01e8f1aa5d1c5784f77eb4712c3a3779 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:33:43 +0000 Subject: [PATCH] chore(main): release --- .release-please-manifest.json | 16 ++++++++-------- adapters/react/CHANGELOG.md | 7 +++++++ adapters/react/package.json | 2 +- adapters/svelte/CHANGELOG.md | 7 +++++++ adapters/svelte/package.json | 2 +- adapters/vue/CHANGELOG.md | 7 +++++++ adapters/vue/package.json | 2 +- cli/CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- codemod/CHANGELOG.md | 7 +++++++ codemod/package.json | 2 +- plugins/next/CHANGELOG.md | 8 ++++++++ plugins/next/package.json | 2 +- plugins/vite/CHANGELOG.md | 8 ++++++++ plugins/vite/package.json | 2 +- sdk/CHANGELOG.md | 7 +++++++ sdk/package.json | 2 +- 17 files changed, 74 insertions(+), 16 deletions(-) create mode 100644 plugins/next/CHANGELOG.md create mode 100644 plugins/vite/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3931b9..55ffc26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "sdk": "0.1.11", - "cli": "0.1.11", - "codemod": "0.1.11", - "adapters/react": "0.1.11", - "adapters/vue": "0.1.11", - "adapters/svelte": "0.1.11", - "plugins/vite": "0.1.11", - "plugins/next": "0.1.11", + "sdk": "0.1.12", + "cli": "0.1.12", + "codemod": "0.1.12", + "adapters/react": "0.1.12", + "adapters/vue": "0.1.12", + "adapters/svelte": "0.1.12", + "plugins/vite": "0.1.12", + "plugins/next": "0.1.12", "gateway": "0.1.5" } diff --git a/adapters/react/CHANGELOG.md b/adapters/react/CHANGELOG.md index 62c2826..d5b81f4 100644 --- a/adapters/react/CHANGELOG.md +++ b/adapters/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/react-v0.1.11...react-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **react:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/react-v0.1.10...react-v0.1.11) (2026-03-16) diff --git a/adapters/react/package.json b/adapters/react/package.json index f6ce5ea..70ba014 100644 --- a/adapters/react/package.json +++ b/adapters/react/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/react", - "version": "0.1.11", + "version": "0.1.12", "description": "React adapter for the Runtime Environment Protocol (REP).", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/adapters/svelte/CHANGELOG.md b/adapters/svelte/CHANGELOG.md index 8e26d76..d200ba9 100644 --- a/adapters/svelte/CHANGELOG.md +++ b/adapters/svelte/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/svelte-v0.1.11...svelte-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **svelte:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/svelte-v0.1.10...svelte-v0.1.11) (2026-03-16) diff --git a/adapters/svelte/package.json b/adapters/svelte/package.json index 3324484..252cae9 100644 --- a/adapters/svelte/package.json +++ b/adapters/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/svelte", - "version": "0.1.11", + "version": "0.1.12", "description": "Svelte adapter for the Runtime Environment Protocol (REP).", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/adapters/vue/CHANGELOG.md b/adapters/vue/CHANGELOG.md index 775f8b3..68dd170 100644 --- a/adapters/vue/CHANGELOG.md +++ b/adapters/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/vue-v0.1.11...vue-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **vue:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/vue-v0.1.10...vue-v0.1.11) (2026-03-16) diff --git a/adapters/vue/package.json b/adapters/vue/package.json index 136e01c..2785709 100644 --- a/adapters/vue/package.json +++ b/adapters/vue/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/vue", - "version": "0.1.11", + "version": "0.1.12", "description": "Vue adapter for the Runtime Environment Protocol (REP).", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 27dad04..7bcc603 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/cli-v0.1.11...cli-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **cli:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/cli-v0.1.10...cli-v0.1.11) (2026-03-16) diff --git a/cli/package.json b/cli/package.json index d565aee..c02c7a6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/cli", - "version": "0.1.11", + "version": "0.1.12", "description": "CLI tool for the Runtime Environment Protocol (REP).", "gatewayVersion": "0.1.5", "bin": { diff --git a/codemod/CHANGELOG.md b/codemod/CHANGELOG.md index d5179f5..fed5b16 100644 --- a/codemod/CHANGELOG.md +++ b/codemod/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/codemod-v0.1.11...codemod-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **codemod:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/codemod-v0.1.10...codemod-v0.1.11) (2026-03-16) diff --git a/codemod/package.json b/codemod/package.json index 53ce677..cf6b387 100644 --- a/codemod/package.json +++ b/codemod/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/codemod", - "version": "0.1.11", + "version": "0.1.12", "description": "Codemods for migrating to the Runtime Environment Protocol (REP).", "bin": { "rep-codemod": "./bin/rep-codemod.js" diff --git a/plugins/next/CHANGELOG.md b/plugins/next/CHANGELOG.md new file mode 100644 index 0000000..2f02389 --- /dev/null +++ b/plugins/next/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.12](https://github.com/RuachTech/rep/compare/next-v0.1.11...next-v0.1.12) (2026-03-17) + + +### Features + +* add @rep-protocol/vite and @rep-protocol/next plugins ([#39](https://github.com/RuachTech/rep/issues/39)) ([b99e881](https://github.com/RuachTech/rep/commit/b99e881895cac589d9c6082962e955ae605ede78)) diff --git a/plugins/next/package.json b/plugins/next/package.json index 6a8e0bf..c903082 100644 --- a/plugins/next/package.json +++ b/plugins/next/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/next", - "version": "0.1.10", + "version": "0.1.12", "description": "Next.js integration for the Runtime Environment Protocol (REP). Injects REP environment variables during development without needing the Go gateway.", "author": "Ruach Tech", "license": "Apache-2.0", diff --git a/plugins/vite/CHANGELOG.md b/plugins/vite/CHANGELOG.md new file mode 100644 index 0000000..8ced863 --- /dev/null +++ b/plugins/vite/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.12](https://github.com/RuachTech/rep/compare/vite-v0.1.11...vite-v0.1.12) (2026-03-17) + + +### Features + +* add @rep-protocol/vite and @rep-protocol/next plugins ([#39](https://github.com/RuachTech/rep/issues/39)) ([b99e881](https://github.com/RuachTech/rep/commit/b99e881895cac589d9c6082962e955ae605ede78)) diff --git a/plugins/vite/package.json b/plugins/vite/package.json index cce19f5..d3f74c9 100644 --- a/plugins/vite/package.json +++ b/plugins/vite/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/vite", - "version": "0.1.10", + "version": "0.1.12", "description": "Vite plugin for the Runtime Environment Protocol (REP). Injects REP environment variables during development without needing the Go gateway.", "author": "Ruach Tech", "license": "Apache-2.0", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index f253ae1..fa2f03f 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/RuachTech/rep/compare/sdk-v0.1.11...sdk-v0.1.12) (2026-03-17) + + +### Miscellaneous Chores + +* **sdk:** Synchronize rep-packages versions + ## [0.1.11](https://github.com/RuachTech/rep/compare/sdk-v0.1.10...sdk-v0.1.11) (2026-03-16) diff --git a/sdk/package.json b/sdk/package.json index dc83054..2eb446d 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@rep-protocol/sdk", - "version": "0.1.11", + "version": "0.1.12", "description": "Client SDK for the Runtime Environment Protocol (REP). Zero-dependency, framework-agnostic runtime env var access for browser applications.", "author": "Ruach Tech", "license": "Apache-2.0",