Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +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",
"sdk": "0.1.13",
"cli": "0.1.13",
"codemod": "0.1.13",
"adapters/react": "0.1.13",
"adapters/vue": "0.1.13",
"adapters/svelte": "0.1.13",
"plugins/vite": "0.1.13",
"plugins/next": "0.1.13",
"gateway": "0.1.5"
}
7 changes: 7 additions & 0 deletions adapters/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/react-v0.1.12...react-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **react:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/react-v0.1.11...react-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion adapters/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/react",
"version": "0.1.12",
"version": "0.1.13",
"description": "React adapter for the Runtime Environment Protocol (REP).",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions adapters/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/svelte-v0.1.12...svelte-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **svelte:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/svelte-v0.1.11...svelte-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion adapters/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/svelte",
"version": "0.1.12",
"version": "0.1.13",
"description": "Svelte adapter for the Runtime Environment Protocol (REP).",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions adapters/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/vue-v0.1.12...vue-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **vue:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/vue-v0.1.11...vue-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion adapters/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/vue",
"version": "0.1.12",
"version": "0.1.13",
"description": "Vue adapter for the Runtime Environment Protocol (REP).",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/cli-v0.1.12...cli-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **cli:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/cli-v0.1.11...cli-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/cli",
"version": "0.1.12",
"version": "0.1.13",
"description": "CLI tool for the Runtime Environment Protocol (REP).",
"gatewayVersion": "0.1.5",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/codemod-v0.1.12...codemod-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **codemod:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/codemod-v0.1.11...codemod-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/codemod",
"version": "0.1.12",
"version": "0.1.13",
"description": "Codemods for migrating to the Runtime Environment Protocol (REP).",
"bin": {
"rep-codemod": "./bin/rep-codemod.js"
Expand Down
7 changes: 7 additions & 0 deletions plugins/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/next-v0.1.12...next-v0.1.13) (2026-03-19)


### Bug Fixes

* add README.md for @rep-protocol/next plugin; enhance keys management ([#42](https://github.com/RuachTech/rep/issues/42)) ([708ced3](https://github.com/RuachTech/rep/commit/708ced3a752b3178a505c3569874ddeed481849e))

## [0.1.12](https://github.com/RuachTech/rep/compare/next-v0.1.11...next-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/next",
"version": "0.1.12",
"version": "0.1.13",
"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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/vite-v0.1.12...vite-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **vite:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/vite-v0.1.11...vite-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/vite",
"version": "0.1.12",
"version": "0.1.13",
"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",
Expand Down
7 changes: 7 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.13](https://github.com/RuachTech/rep/compare/sdk-v0.1.12...sdk-v0.1.13) (2026-03-19)


### Miscellaneous Chores

* **sdk:** Synchronize rep-packages versions

## [0.1.12](https://github.com/RuachTech/rep/compare/sdk-v0.1.11...sdk-v0.1.12) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rep-protocol/sdk",
"version": "0.1.12",
"version": "0.1.13",
"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",
Expand Down