diff --git a/docs/src/content/docs/changelog.mdx b/docs/src/content/docs/changelog.mdx index e979a2126..292617508 100644 --- a/docs/src/content/docs/changelog.mdx +++ b/docs/src/content/docs/changelog.mdx @@ -30,6 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 */ ## [Unreleased] +## v3.0.0-alpha.59 - 2026-01-11 + +## Changed +- Update the README for the `Drag N Drop` example and highlights that `Internal Drag and Drop` is demonstrated with the example @ndianabasi + ## v3.0.0-alpha.58 - 2026-01-09 ## Fixed diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index a6eb78f10..8e4648038 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -19,7 +19,7 @@ After processing, the content will be moved to the main changelog and this file ## Changed -- Update the README for the `Drag N Drop` example and highlights that `Internal Drag and Drop` is demonstrated with the example @ndianabasi + ## Fixed diff --git a/v3/internal/version/version.txt b/v3/internal/version/version.txt index 7a89e4e03..0bc1c8b52 100644 --- a/v3/internal/version/version.txt +++ b/v3/internal/version/version.txt @@ -1 +1 @@ -v3.0.0-alpha.58 \ No newline at end of file +v3.0.0-alpha.59 \ No newline at end of file