diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eee45cf7..d4ec7c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# 39.28.0 (Sun Dec 31 2023) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Fixing Users.edit HTTP Method [#3503](https://github.com/jdalrymple/gitbeaker/pull/3503) ([@jdalrymple](https://github.com/jdalrymple)) + - Add back isForm when setting position within the create Discussions API [#3497](https://github.com/jdalrymple/gitbeaker/pull/3497) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔨 Technical Debt + +- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/rest` + - Restructuring the AccessLevel enum [#3501](https://github.com/jdalrymple/gitbeaker/pull/3501) ([@jdalrymple](https://github.com/jdalrymple)) +- `@gitbeaker/core` + - Types - Add more options to MR create [#3498](https://github.com/jdalrymple/gitbeaker/pull/3498) ([@pataar](https://github.com/pataar)) + +#### ↕️ Dependencies + +- Bump nx from 17.2.7 to 17.2.8 [#3499](https://github.com/jdalrymple/gitbeaker/pull/3499) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### 📚 Documentation + +- `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/requester-utils`, `@gitbeaker/rest` + - Updating sponsors header [#3504](https://github.com/jdalrymple/gitbeaker/pull/3504) ([@jdalrymple](https://github.com/jdalrymple)) + - Updating badges [#3502](https://github.com/jdalrymple/gitbeaker/pull/3502) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) +- Pieter Willekens ([@pataar](https://github.com/pataar)) + +--- + # 39.27.1 (Tue Dec 26 2023) #### 🔨 Technical Debt diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f13710b8..8fc693d45 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,20 @@ +# v39.28.0 (Sun Dec 31 2023) + +#### 🔨 Technical Debt + +- Restructuring the AccessLevel enum [#3501](https://github.com/jdalrymple/gitbeaker/pull/3501) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 📚 Documentation + +- Updating sponsors header [#3504](https://github.com/jdalrymple/gitbeaker/pull/3504) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating badges [#3502](https://github.com/jdalrymple/gitbeaker/pull/3502) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.25.1 (Sat Dec 09 2023) #### ↕️ Dependencies diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f8b3319a0..d235663f1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,27 @@ +# v39.28.0 (Sun Dec 31 2023) + +#### 🐛 Bug Fix + +- Fixing Users.edit HTTP Method [#3503](https://github.com/jdalrymple/gitbeaker/pull/3503) ([@jdalrymple](https://github.com/jdalrymple)) +- Add back isForm when setting position within the create Discussions API [#3497](https://github.com/jdalrymple/gitbeaker/pull/3497) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔨 Technical Debt + +- Restructuring the AccessLevel enum [#3501](https://github.com/jdalrymple/gitbeaker/pull/3501) ([@jdalrymple](https://github.com/jdalrymple)) +- Types - Add more options to MR create [#3498](https://github.com/jdalrymple/gitbeaker/pull/3498) ([@pataar](https://github.com/pataar)) + +#### 📚 Documentation + +- Updating sponsors header [#3504](https://github.com/jdalrymple/gitbeaker/pull/3504) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating badges [#3502](https://github.com/jdalrymple/gitbeaker/pull/3502) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 2 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) +- Pieter Willekens ([@pataar](https://github.com/pataar)) + +--- + # v39.27.0 (Mon Dec 25 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/requester-utils/CHANGELOG.md b/packages/requester-utils/CHANGELOG.md index 8fb3fc221..23cab77d6 100644 --- a/packages/requester-utils/CHANGELOG.md +++ b/packages/requester-utils/CHANGELOG.md @@ -1,3 +1,16 @@ +# v39.28.0 (Sun Dec 31 2023) + +#### 📚 Documentation + +- Updating sponsors header [#3504](https://github.com/jdalrymple/gitbeaker/pull/3504) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating badges [#3502](https://github.com/jdalrymple/gitbeaker/pull/3502) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.27.1 (Tue Dec 26 2023) #### 🔨 Technical Debt diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 9dee8e152..ddc3f3f76 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,3 +1,20 @@ +# v39.28.0 (Sun Dec 31 2023) + +#### 🔨 Technical Debt + +- Restructuring the AccessLevel enum [#3501](https://github.com/jdalrymple/gitbeaker/pull/3501) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 📚 Documentation + +- Updating sponsors header [#3504](https://github.com/jdalrymple/gitbeaker/pull/3504) ([@jdalrymple](https://github.com/jdalrymple)) +- Updating badges [#3502](https://github.com/jdalrymple/gitbeaker/pull/3502) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v39.27.1 (Tue Dec 26 2023) #### 🔨 Technical Debt