From 1625874d058ef8615f6cfbd3f3953a802f6093d1 Mon Sep 17 00:00:00 2001 From: MagicBella <137158696+MagicBella@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:59:18 +0100 Subject: [PATCH] next release (#434) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @magicbell/project-client@0.5.4 ### Patch Changes - [#433](https://github.com/magicbell/magicbell-js/pull/433) [`d0f7bae`](https://github.com/magicbell/magicbell-js/commit/d0f7bae98a7a05c375c78bb354778376fffadde1) Thanks [@stigi](https://github.com/stigi)! - Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation. Co-authored-by: github-actions[bot] --- .changeset/orange-dots-scream.md | 5 ----- packages/project-client/CHANGELOG.md | 6 ++++++ packages/project-client/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/orange-dots-scream.md diff --git a/.changeset/orange-dots-scream.md b/.changeset/orange-dots-scream.md deleted file mode 100644 index f804e9160..000000000 --- a/.changeset/orange-dots-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@magicbell/project-client': patch ---- - -Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation. diff --git a/packages/project-client/CHANGELOG.md b/packages/project-client/CHANGELOG.md index ef4f8c5db..b02d8a6c1 100644 --- a/packages/project-client/CHANGELOG.md +++ b/packages/project-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @magicbell/project-client +## 0.5.4 + +### Patch Changes + +- [#433](https://github.com/magicbell/magicbell-js/pull/433) [`d0f7bae`](https://github.com/magicbell/magicbell-js/commit/d0f7bae98a7a05c375c78bb354778376fffadde1) Thanks [@stigi](https://github.com/stigi)! - Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation. + ## 0.5.3 ### Patch Changes diff --git a/packages/project-client/package.json b/packages/project-client/package.json index 649234f31..32ec43151 100644 --- a/packages/project-client/package.json +++ b/packages/project-client/package.json @@ -1,6 +1,6 @@ { "name": "@magicbell/project-client", - "version": "0.5.3", + "version": "0.5.4", "description": "OpenAPI 3.1.0 Specification for MagicBell API.", "keywords": [ "typescript",