diff --git a/.changeset/install-clear-screen.md b/.changeset/install-clear-screen.md deleted file mode 100644 index 61525c0d..00000000 --- a/.changeset/install-clear-screen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pythoughts/pythinker-code': patch ---- - -Clear the terminal before the install script's animated intro so earlier shell output no longer interleaves with the logo animation. diff --git a/.changeset/oauth-pages-light-redesign.md b/.changeset/oauth-pages-light-redesign.md deleted file mode 100644 index 48d89936..00000000 --- a/.changeset/oauth-pages-light-redesign.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Restyle the browser OAuth sign-in confirmation pages for all providers to match the website's light design. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 3f04a7bb..5db9e7b1 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @pythoughts/pythinker-code +## 0.6.2 + +### Patch Changes + +- [#10](https://github.com/Pythoughts-labs/pythinker-code/pull/10) [`ad2391b`](https://github.com/Pythoughts-labs/pythinker-code/commit/ad2391b5601f173d7eecdaab55f1110f506c1ad1) - Clear the terminal before the install script's animated intro so earlier shell output no longer interleaves with the logo animation. + +- [#10](https://github.com/Pythoughts-labs/pythinker-code/pull/10) [`ad2391b`](https://github.com/Pythoughts-labs/pythinker-code/commit/ad2391b5601f173d7eecdaab55f1110f506c1ad1) - Restyle the browser OAuth sign-in confirmation pages for all providers to match the website's light design. + ## 0.6.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 2a3cd0c4..5d40567f 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.6.1", + "version": "0.6.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",