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..714df8d5 100644 --- a/apps/shelve/CHANGELOG.md +++ b/apps/shelve/CHANGELOG.md @@ -1,5 +1,11 @@ # @shelve/app +## 3.3.1 + +### Patch Changes + +- [#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..9bb47807 100644 --- a/apps/shelve/package.json +++ b/apps/shelve/package.json @@ -1,6 +1,6 @@ { "name": "@shelve/app", - "version": "3.3.0", + "version": "3.3.1", "description": "Shelve is a project management tool for developers teams", "private": true, "type": "module",