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
12 changes: 0 additions & 12 deletions .changeset/remove-use-runtime.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# perstack

## 0.0.76

### Patch Changes

- Updated dependencies [[`41f90f4`](https://github.com/perstack-ai/perstack/commit/41f90f4ee77192228051e3ba242ba5834e343b31)]:
- @perstack/react@0.0.46

## 0.0.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/perstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perstack",
"version": "0.0.75",
"version": "0.0.76",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @perstack/react

## 0.0.46

### Patch Changes

- [#455](https://github.com/perstack-ai/perstack/pull/455) [`41f90f4`](https://github.com/perstack-ai/perstack/commit/41f90f4ee77192228051e3ba242ba5834e343b31) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove unused `useRuntime` hook and related types from public API

The `useRuntime` hook was not used in any actual code. Runtime information display is handled by application-specific hooks.

Removed exports:

- `useRuntime` hook
- `RuntimeResult`, `RuntimeState`, `SkillState`, `DockerBuildState`, `DockerContainerState`, `ProxyAccessState` types
- `createInitialRuntimeState` function

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/react",
"version": "0.0.45",
"version": "0.0.46",
"description": "React hooks and utilities for Perstack integration",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down