44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
# @aoagents/ao-plugin-tracker-gitlab
|
|
|
|
## 0.2.7
|
|
|
|
### Patch Changes
|
|
|
|
- c8af50f: Make `ProjectConfig.repo` optional to support projects without a configured remote.
|
|
|
|
**Migration:** `ProjectConfig.repo` is now `string | undefined` instead of `string`.
|
|
External plugins that access `project.repo` directly (e.g. `project.repo.split("/")`) must
|
|
add a null check first. Use a guard like `if (!project.repo) return null;` or a helper that
|
|
throws with a descriptive error.
|
|
|
|
- Updated dependencies [2306078]
|
|
- Updated dependencies [faaddb1]
|
|
- Updated dependencies [f330a1e]
|
|
- Updated dependencies [a862327]
|
|
- Updated dependencies [331f1ce]
|
|
- Updated dependencies [703d584]
|
|
- Updated dependencies [f674422]
|
|
- Updated dependencies [62353eb]
|
|
- Updated dependencies [bd36c7b]
|
|
- Updated dependencies [e7ad928]
|
|
- Updated dependencies [ca8c4cc]
|
|
- Updated dependencies [7b82374]
|
|
- Updated dependencies [4701122]
|
|
- Updated dependencies [c8af50f]
|
|
- Updated dependencies [bcdda4b]
|
|
- Updated dependencies [1cbf657]
|
|
- Updated dependencies [c447c7c]
|
|
- Updated dependencies [a45eb32]
|
|
- Updated dependencies [7072143]
|
|
- Updated dependencies [ed2dcea]
|
|
- @aoagents/ao-core@0.4.0
|
|
- @aoagents/ao-plugin-scm-gitlab@0.2.7
|
|
|
|
## 0.1.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [3a650b0]
|
|
- @composio/ao-core@0.2.0
|
|
- @composio/ao-plugin-scm-gitlab@0.1.1
|