From d27a0371fa9415c6903bbbc09e5658d250ef02b8 Mon Sep 17 00:00:00 2001 From: Autobot Date: Fri, 2 Jun 2023 17:16:34 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 39 +++++++++++++++++++++++++++ packages/core/CHANGELOG.md | 28 +++++++++++++++++++ packages/requester-utils/CHANGELOG.md | 12 +++++++++ packages/rest/CHANGELOG.md | 16 +++++++++++ 4 files changed, 95 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f238674..31136ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# 38.10.0 (Fri Jun 02 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Will ([@ravewill](https://github.com/ravewill)), for all your work! + +#### 🐛 Bug Fix + +- `@gitbeaker/core`, `@gitbeaker/rest` + - Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/core` + - Fix return types for a few MR methods [#3290](https://github.com/jdalrymple/gitbeaker/pull/3290) ([@jdalrymple](https://github.com/jdalrymple)) + - Add missing pagination type exports [#3281](https://github.com/jdalrymple/gitbeaker/pull/3281) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔨 Technical Debt + +- `@gitbeaker/core` + - Improving pagination types for easier usage [#3280](https://github.com/jdalrymple/gitbeaker/pull/3280) ([@jdalrymple](https://github.com/jdalrymple)) + +#### ↕️ Dependencies + +- Bump nx from 16.3.0 to 16.3.1 [#3289](https://github.com/jdalrymple/gitbeaker/pull/3289) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump nx from 16.2.2 to 16.3.0 [#3288](https://github.com/jdalrymple/gitbeaker/pull/3288) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### 📚 Documentation + +- `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest` + - Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/core` + - Mark some MR nullable types as nullable [#3286](https://github.com/jdalrymple/gitbeaker/pull/3286) ([@ravewill](https://github.com/ravewill)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) +- Will ([@ravewill](https://github.com/ravewill)) + +--- + # 38.9.0 (Sun May 28 2023) :tada: This release contains work from new contributors! :tada: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1fa766c9..969e245b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,31 @@ +# v38.10.0 (Fri Jun 02 2023) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Will ([@ravewill](https://github.com/ravewill)), for all your work! + +#### 🐛 Bug Fix + +- Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple)) +- Fix return types for a few MR methods [#3290](https://github.com/jdalrymple/gitbeaker/pull/3290) ([@jdalrymple](https://github.com/jdalrymple)) +- Add missing pagination type exports [#3281](https://github.com/jdalrymple/gitbeaker/pull/3281) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔨 Technical Debt + +- Improving pagination types for easier usage [#3280](https://github.com/jdalrymple/gitbeaker/pull/3280) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 📚 Documentation + +- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple)) +- Mark some MR nullable types as nullable [#3286](https://github.com/jdalrymple/gitbeaker/pull/3286) ([@ravewill](https://github.com/ravewill)) + +#### Authors: 2 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) +- Will ([@ravewill](https://github.com/ravewill)) + +--- + # v38.9.0 (Sun May 28 2023) :tada: This release contains work from new contributors! :tada: diff --git a/packages/requester-utils/CHANGELOG.md b/packages/requester-utils/CHANGELOG.md index 5f7792d8..8e697df4 100644 --- a/packages/requester-utils/CHANGELOG.md +++ b/packages/requester-utils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v38.10.0 (Fri Jun 02 2023) + +#### 📚 Documentation + +- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.8.0 (Mon May 22 2023) #### ✨ Feature diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 033aac5d..7bcda91a 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,3 +1,19 @@ +# v38.10.0 (Fri Jun 02 2023) + +#### 🐛 Bug Fix + +- Change ProjectImportExport to ProjectImportExports [#3292](https://github.com/jdalrymple/gitbeaker/pull/3292) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 📚 Documentation + +- Updating FAQ broken link [#3291](https://github.com/jdalrymple/gitbeaker/pull/3291) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v38.9.0 (Sun May 28 2023) #### 🐛 Bug Fix