From 1e9ea573bb31af9e96e20bd5196c89dd9d7f1937 Mon Sep 17 00:00:00 2001 From: "release-bot-allow-prs-and-push[bot]" <173871997+release-bot-allow-prs-and-push[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:50:32 +0000 Subject: [PATCH 1/2] Release Notes - Add TinaCloud 2024.11.40 --- content/whats-new-tinacloud/2024.11.40.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/whats-new-tinacloud/2024.11.40.mdx diff --git a/content/whats-new-tinacloud/2024.11.40.mdx b/content/whats-new-tinacloud/2024.11.40.mdx new file mode 100644 index 0000000000..ad86b3d08e --- /dev/null +++ b/content/whats-new-tinacloud/2024.11.40.mdx @@ -0,0 +1,18 @@ +--- +versionNumber: 2024.11.40 +dateReleased: 2024-11-25T06:26:51Z +--- + + + +## What's Changed +### ✨ Features +* ✏️ Typo - Corrects subtitle text for projects page by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2414 +* 🐛 Bug - Demonstration subscriptions - Allow upgrade to paid plans by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2401 +* Added logic to transfer org roles correctly by @brookjeynes-ssw in https://github.com/tinacms/tinacloud/pull/2413 +* ⬆️ [at]tinacms/graphql - upgrade from 1.5.7 to 1.5.8 by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2417 +### 👒 Dependencies +* chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.5.1 in /identity by @dependabot in https://github.com/tinacms/tinacloud/pull/2377 + + + From ec791fdece83715eff219ff0c5754dd7d22d95d7 Mon Sep 17 00:00:00 2001 From: "Nick Curran [SSW]" <132531112+ncn-ssw@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:14:57 +1000 Subject: [PATCH 2/2] Simplify, correct categories --- content/whats-new-tinacloud/2024.11.40.mdx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/content/whats-new-tinacloud/2024.11.40.mdx b/content/whats-new-tinacloud/2024.11.40.mdx index ad86b3d08e..59c6e093aa 100644 --- a/content/whats-new-tinacloud/2024.11.40.mdx +++ b/content/whats-new-tinacloud/2024.11.40.mdx @@ -3,16 +3,12 @@ versionNumber: 2024.11.40 dateReleased: 2024-11-25T06:26:51Z --- - - ## What's Changed -### ✨ Features -* ✏️ Typo - Corrects subtitle text for projects page by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2414 -* 🐛 Bug - Demonstration subscriptions - Allow upgrade to paid plans by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2401 -* Added logic to transfer org roles correctly by @brookjeynes-ssw in https://github.com/tinacms/tinacloud/pull/2413 -* ⬆️ [at]tinacms/graphql - upgrade from 1.5.7 to 1.5.8 by @ncn-ssw in https://github.com/tinacms/tinacloud/pull/2417 -### 👒 Dependencies -* chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.5.1 in /identity by @dependabot in https://github.com/tinacms/tinacloud/pull/2377 - - +### 🔧 Fixes +* ✏️ Typo - Corrects subtitle text for projects page by @ncn-ssw +* 🐛 Bug - Demonstration subscriptions - Allow upgrade to paid plans by @ncn-ssw +* 🔒 SSO - Added logic to transfer org roles correctly by @brookjeynes-ssw +### 👒 Dependencies +* chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.5.1 in /identity +* ⬆️ [at]tinacms/graphql - upgrade from 1.5.7 to 1.5.8 by @ncn-ssw