diff --git a/.changeset/add-application-list-command.md b/.changeset/add-application-list-command.md deleted file mode 100644 index d841f236..00000000 --- a/.changeset/add-application-list-command.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/studio": patch -"perstack": patch ---- - -Add `perstack application list` CLI command for listing applications. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 2f9e429c..42882e85 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -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 diff --git a/apps/perstack/package.json b/apps/perstack/package.json index db7a1ecf..4e0e352e 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -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", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 61bd47fc..1ccaa845 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -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 diff --git a/packages/studio/package.json b/packages/studio/package.json index e3fe5318..ecca8e1a 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -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.",