diff --git a/.changeset/botid-preview-bypass.md b/.changeset/botid-preview-bypass.md deleted file mode 100644 index 45cd943e..00000000 --- a/.changeset/botid-preview-bypass.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shelve/app": patch ---- - -Only enforce the BotID check on production, so OTP sign-in works on preview deployments. diff --git a/.changeset/command-palette-projects.md b/.changeset/command-palette-projects.md deleted file mode 100644 index 99ef1105..00000000 --- a/.changeset/command-palette-projects.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shelve/app": minor ---- - -Add projects to the command palette so you can search and jump to any project across your teams. diff --git a/.changeset/team-project-context.md b/.changeset/team-project-context.md deleted file mode 100644 index 8249801c..00000000 --- a/.changeset/team-project-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shelve/app": patch ---- - -Align nested project API handlers with the team from the URL path and tighten bulk project mutations. diff --git a/apps/shelve/CHANGELOG.md b/apps/shelve/CHANGELOG.md index 3b25cb1a..4bb09eca 100644 --- a/apps/shelve/CHANGELOG.md +++ b/apps/shelve/CHANGELOG.md @@ -1,5 +1,17 @@ # @shelve/app +## 3.4.0 + +### Minor Changes + +- [#765](https://github.com/HugoRCD/shelve/pull/765) [`903908f`](https://github.com/HugoRCD/shelve/commit/903908faa84b5e56b2b0ef86251a14b2ba3ae645) Thanks [@voidhrithik](https://github.com/voidhrithik)! - Add projects to the command palette so you can search and jump to any project across your teams. + +### Patch Changes + +- [#765](https://github.com/HugoRCD/shelve/pull/765) [`903908f`](https://github.com/HugoRCD/shelve/commit/903908faa84b5e56b2b0ef86251a14b2ba3ae645) Thanks [@voidhrithik](https://github.com/voidhrithik)! - Only enforce the BotID check on production, so OTP sign-in works on preview deployments. + +- [#757](https://github.com/HugoRCD/shelve/pull/757) [`f9cfe6e`](https://github.com/HugoRCD/shelve/commit/f9cfe6e6d86f8e304f5354d7b47d862bf2393ea5) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Align nested project API handlers with the team from the URL path and tighten bulk project mutations. + ## 3.3.0 ### Minor Changes diff --git a/apps/shelve/package.json b/apps/shelve/package.json index 9ff6dd11..841197a0 100644 --- a/apps/shelve/package.json +++ b/apps/shelve/package.json @@ -1,6 +1,6 @@ { "name": "@shelve/app", - "version": "3.3.0", + "version": "3.4.0", "description": "Shelve is a project management tool for developers teams", "private": true, "type": "module",