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
6 changes: 0 additions & 6 deletions .changeset/add-application-list-command.md

This file was deleted.

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

## 0.0.103

### Patch Changes

- [#645](https://github.com/perstack-ai/perstack/pull/645) [`77282ff`](https://github.com/perstack-ai/perstack/commit/77282ff489e3e668264e22cf96743ec20747fe4a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add `perstack application list` CLI command for listing applications.

## 0.0.102

### 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.102",
"version": "0.0.103",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/studio

## 0.0.5

### Patch Changes

- [#645](https://github.com/perstack-ai/perstack/pull/645) [`77282ff`](https://github.com/perstack-ai/perstack/commit/77282ff489e3e668264e22cf96743ec20747fe4a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add `perstack application list` CLI command for listing applications.

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"name": "@perstack/studio",
"description": "Perstack Studio - Expert management CLI handlers",
"author": "Wintermute Technologies, Inc.",
Expand Down